Summary: Learn how to disable module autoloading in Windows PowerShell.
How can disable module autoloading in Windows PowerShell?
Set the value of $PSModuleAutoLoadingPreference to “none”:
$PSModuleAutoLoadingPreference = "none"
The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.
0 comments