Windows 11 is praised for its refinement but has quirks. The Registry can enhance user experience, but incorrect modifications can cause instability, so backing up keys is essential.
To disable automatic updates, navigate to ComputerHKEYLOCALMACHINESOFTWAREPoliciesMicrosoftWindows, create a key named WindowsUpdate, another key called AU, and a DWORD (32-bit) Value named NoAutoUpdate with a value of 1. Restart the PC to check for updates manually.
To disable the Home page in Settings, go to ComputerHKEYLOCALMACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesExplorer, create a String Value named SettingsPageVisibility with value data set to hide:home, and restart.
To remove Bing results from Search, modify the Registry at ComputerHKEYCURRENTUSERSOFTWAREPoliciesMicrosoftWindows by creating a key named Explorer and a DWORD (32-bit) Value called DisableSearchBoxSuggestions with a value of 1. Restart the machine.
To disable the lock screen, navigate to ComputerHKEYLOCALMACHINESOFTWAREPoliciesMicrosoftWindows, create a key named Personalization, and a DWORD (32-bit) Value called NoLockScreen with a value of 1. Restart for quicker sign-ins.
To speed up shutdowns, adjust the WaitToKillServiceTimeout service in the Registry at ComputerHKEYLOCALMACHINESYSTEMCurrentControlSetControl by changing the WaitToKillService value from 5000 milliseconds to 3000 or 2000 milliseconds.
To enable verbose mode, go to ComputerHKEYLOCALMACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem and create a DWORD (32-bit) Value named VerboseStatus with a value of 1.