You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Run `Import-Module "<your path here>\DiskCleanupPS.psd1"`
52
52
53
53
### Permanent install (always loaded)
54
-
1. Create a new folder in one of your `$envPSModulePath` directories (e.g. %USERPROFILE%\Documents\WindowsPowerShell\Modules or %PROGRAMFILES%\WindowsPowerShell\Modules) named DiskCleanupPS.
54
+
1. Create a new folder in one of your `$env:PSModulePath` directories (e.g. %USERPROFILE%\Documents\WindowsPowerShell\Modules or %PROGRAMFILES%\WindowsPowerShell\Modules) named DiskCleanupPS.
55
55
2. Clone and build the solution.
56
56
3. Copy the output files to the new module folder.
57
57
4. Open a new PowerShell console or ISE host and run `Get-Command -Module DiskCleanupPS`, you should see the cmdlets listed above.
0 commit comments