Installation
Last updated
PSCommander is distributed through the PowerShell Gallery.
Install-Module PSCommanderTo install without administrator permissions, use the current-user scope.
Install-Module PSCommander -Scope CurrentUserCreate the starter configuration and launch PSCommander.
Start-CommanderRegister PSCommander to run when the user logs on.
Install-CommanderRemove the logon registration with Uninstall-Commander.
Uninstall-CommanderLast updated