Answers for "powershell -scope currentuser"

0

powershell scope CurrentUser

if ($env:PSModulePath -notlike "*D:DocumentsWindowsPowerShellModules*")
{
  $env:PSModulePath = $env:PSModulePath + ";D:DocumentsWindowsPowerShellModules"
}
Posted by: Guest on September-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language