$ 0 0 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"