Windows gives you a Settings app, a Control Panel, and plenty of toggles to play with. But a few of the tweaks aren’t in any of those places. They live in the registry, and unless you’re comfortable opening regedit, you’ll never touch them.
I open it after every fresh install, and at this point, I know exactly which keys to change and why. If you’re on Windows Pro or Education, some of these can also be done through Group Policy Editor. But on Home, the Registry is your only option.
Windows 11 replaced the full right-click menu with a shorter, simplified version that tucks many useful options out of sight. If you want the complete context menu, you have to click “Show more options” every single time. You can also hold Shift while right-clicking to skip that screen, but that’s an extra step on every interaction rather than a real fix.
To make the classic menu permanent, open Registry Editor and do the following:
-
Navigate to
HKEY_CURRENT_USER\Software\Classes\CLSID. - Right-click on the CLSID key, select New > Key.
-
Name the new key
{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}and press Enter. -
Right-click on this new key, select New > Key, and name it
InprocServer32. - Click on InprocServer32 and leave the existing (Default) value blank.
Once done, open Task Manager, restart Windows Explorer and every right-click will go straight to the full menu.
If you ever want to return to the Windows 11 default menu, simply delete the {86ca1aa0-34aa-4e8b-a509-50c905bae2a2} key you created.
Windows was throttling my internet until I found these 5 settings
Your internet might already be fast, Windows just isn’t letting it feel that way.
Keep search results local to your PC
When you type something in the Start menu, Windows doesn’t just search for your apps and files. It also pulls in web results powered by Bing, and they often take up more space than the local results you actually wanted. If you’re searching for Notepad or Device Manager, you don’t need a Bing link sitting above the app you’re looking for.
To fix this, open Registry Editor and navigate to:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search Find BingSearchEnabled and set its value to 0. If the key doesn’t exist, create a new DWORD (32-bit) value with that name.
After a restart, your Start menu search will only return local results, which also makes it feel faster since it’s no longer waiting on web queries.
Skip the lock screen entirely
Go straight to the sign-in screen
Every time you wake your PC or turn it on, a lock screen sits between you and the sign-in prompt. If you’re the only person using your computer, that extra screen is just in the way. There’s no toggle in Settings to disable it, so you’ll need to go to the Registry.
-
Open Registry Editor and navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows. - Right-click the Windows folder, select New > Key, and name it Personalization.
- Inside the Personalization folder, create a new DWORD (32-bit) value and name it NoLockScreen.
- Double-click NoLockScreen and set its value data to 1.
Restart your PC, and the lock screen will be gone. Windows will take you straight to the sign-in screen instead.
Fine-tune menu and hover delay
Windows adds a small delay before menus and hover tooltips appear. By default, this is set to 400 milliseconds. You can turn off animations through Settings > Accessibility > Visual Effects, but that removes them altogether. If you want to keep animations but make them snappier, the Registry is the only way to control the exact timing.
Open Registry Editor and go to HKEY_CURRENT_USER\Control Panel\Desktop. Find MenuShowDelay and change its value from 400 to a lower value. I use 50, which makes menus feel almost instant without killing the visual smoothness. You can experiment with anything between 0 and 400 until it feels right for you.
Get rid of shortcut arrows on desktop icons
Clean up desktop icon clutter
If you keep a tidy desktop, the small overlay arrows Windows puts on shortcut icons can feel distracting. They’ve been part of Windows for decades, but they add visual noise that makes even an organized desktop look messy.
Microsoft doesn’t provide a built-in option, but a simple Registry tweak can hide them. Before you start, you’ll need a blank (transparent) .ico file. You can find one online or create your own. Save it somewhere permanent, like C:\BlankIcon\blank.ico, because if Windows can’t find the file later, the icons may break.
- Open the Registry Editor.
-
Navigate to this path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons. - If the Shell Icons key doesn’t exist, create it.
- In that key, right-click on empty space, and select New > String Value.
- Name it 29 and set its value to the full path of your blank icon file.
After that, close the Registry Editor and open Task Manager. Locate Windows Explorer, right-click it, and select Restart.
This tweak can sometimes cause black box artifacts or thumbnail issues, depending on your Windows build. If that happens, clearing the icon cache usually fixes it. Delete the files in %localappdata%\Microsoft\Windows\Explorer\ that start with iconcache, then restart Explorer again.
A safety step you shouldn’t skip
Before you open Registry Editor, back up the key you’re about to change. Right-click it, select Export, and save the file somewhere you can find it. If anything goes wrong, double-clicking that file restores the original value.
Creating a system restore point is also worth doing if you plan to make multiple changes in one session. If a tweak causes unexpected behavior, a restore point lets you undo everything at once rather than tracking down which key broke what.
