Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Disable Module Autoload in PowerShell

$
0
0

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"


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>