Windows 11 Configuration
1 Restore old Right-click Context menu in Windows 11
- Press
Win + X
, selectingWindows Terminal (Admin)
, and clickingYes
in the User Account Control dialog. - Run the following command to restore the old right-click context menu:
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
If you want to restore the new context menu, run the following command:
reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
2 Remove password from Windows 11
- Open the Registry Editor by pressing
Win + R
, typingregedit
, and pressingEnter
. - Navigate to the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device
- Set the value of
DevicePasswordLessBuildVersion
to0
to remove the password requirement. - Open the Registry Editor by pressing
Win + R
, typingnetplwiz
, and pressingEnter
. - Uncheck
Users must enter a user name and password to use this computer
and clickApply
. - Then reset the password for the user account.
If you want to re-enable the password requirement, check Users must enter a user name and password to use this computer
in the netplwiz
dialog.
Optionally, you can set the value of DevicePasswordLessBuildVersion
to 2
or 1
in the Registry Editor.