Fast User Switching is enabled by default in Windows 10. This feature is used to switch between multiple accounts without logging out from any of them. This means all active accounts keep running apps while users can switch between accounts flawlessly.
Disable command:
powershell -windowstyle hidden -command “Start-Process cmd -ArgumentList ‘/s,/c,REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /V HideFastUserSwitching /T REG_DWORD /D 00000001 /F & REG Delete HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /V HideFastUserSwitching /F & taskkill /f /im explorer.exe & start explorer.exe’ -Verb runAs”
Chapters:
0:00 Intro
0:47 Disable fast user switching through the group policy editor
1:52 Disable fast user switching through the registry editor
3:02 Disable fast user switching using powershell
4:20 Outro
What you will learn
1. Multiple ways to disable Fast User Switching to save your system resources
2. How to disable the Fast User Switching feature on Windows 10
3. How you may enable and disable Fast User Switching feature in Windows
4. How to Disable Fast User Switching through the Group Policy Editor
a. How to Launch the Group Policy Editor
b. How to enable/disable Hide entry points for Fast User Switching
c. How to enforce the changes to take place in Group Policy Editor
d. How to disappear switch user option
5. How to Disable Fast User Switching through the Registry Editor
a. How to Launch the Registry Editor
b. How to enable/disable HideFastUserSwitching
c. How to create a DWORD (32-bit) Value
6. How to Disable Fast User Switching using PowerShell
a. How to to enable or disable Fast User Switching feature quickly
b. How to Launch Windows PowerShell with administrative privileges
c. How to switched off Fast User Switching feature
7. Quick and effective method to disable and enable Fast User Switching
Song: Sainntset – Flying
Music provided by Vlog No Copyright Music.
Creative Commons – Attribution 3.0 Unported
Video Link: https://youtu.be/rwztjpQMQoU
#computereverywhere #3ways #ways #disable #fast #user #switching #windows10
Leave a Reply