====== Windows Tweaks ======
===== Windows 11 Right Click Menu =====
Disable "new" right click menu in Windows 11 run the following as admin and then reboot.
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
To revert, run the following as admin and then reboot.
reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
===== Windows 11 Logon Screen =====
* Edit Group Policy
* Navigate to Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options
* Interactive logon: Display user information when the session is locked [Do not display user information]
* Interactive logon: Don't display last signed-in [Enabled]
* Interactive logon: Don't display username at sign-in [Enabled]