Answers for "switch user in windows 10"

1

switch user in windows 10

powershell -windowstyle hidden -command "Start-Process cmd -ArgumentList '/s,/c,REG Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /V HideFastUserSwitching /F & REG Delete HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /V HideFastUserSwitching /F & taskkill /f /im explorer.exe & start explorer.exe' -Verb runAs"
Posted by: Guest on August-26-2021

Code answers related to "switch user in windows 10"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language