PowerTip: Disable Module Autoload in PowerShell

Doctor Scripto

Summary: Learn how to disable module autoloading in Windows PowerShell.

Hey, Scripting Guy! Question How can disable module autoloading in Windows PowerShell?

Hey, Scripting Guy! Answer Set the value of $PSModuleAutoLoadingPreference to “none”:

$PSModuleAutoLoadingPreference = "none"

0 comments

Discussion is closed.

Feedback usabilla icon