Windows gives you a Settings app, a Control Panel, and plenty of toggles to play with. But some tweaks are not in any of these 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 that point, I know exactly which keys to change and why. If you’re on Windows Pro or Education, some of these can be done through the Group Policy Editor. But at home, a registry is your only option.
Windows 11 has replaced the full right-click menu with a shorter, simpler version that hides many useful options. If you want the full context menu, you have to click “Show more options” each time. You can also right-click and hold shift to leave this screen, but that’s an extra step on each interaction rather than a true precision.
To make the Classic menu permanent, open the Registry Editor and do the following:
Navigate to
HKEY_CURRENT_USER\Software\Classes\CLSID.Right click on CLSID key, select new > the key.
Name the new key.
{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}and press enter.Right-click on this new key, select new > the keyand name it.
InprocServer32.Click on InprocServer32 and skip the current (Fixed) value empty.
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, just delete. {86ca1aa0-34aa-4e8b-a509-50c905bae2a2} The key you created

Windows was throttling my internet until I found these 5 settings.
Your internet may be faster than before, Windows just isn’t letting it feel like it.
Keep search results local to your computer
When you type something in the Start menu, Windows doesn’t just search your apps and files. It also pulls web results powered by Bing, and they often take up more space than the local results you originally wanted. If you’re looking 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 go to:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search Find out. BingSearch enabled and set its price. 0. If the key does not exist, create a new DWORD (32-bit) value with that name.
After restarting, your Start menu search will return only local results, which feels faster because it’s no longer waiting on web queries.
Leave the lock screen completely.
Go straight to the sign-in screen.
Every time you wake up or turn on your computer, 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 is no toggle in settings to disable it, so you have to go into the registry.
Open Registry Editor and navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows.Right click on Windows Select a folder new > the keyand name it. Personalization.
within the Personalization folder, create a new DWORD (32-bit) value and name it. NoLockScreen.
Double click. NoLockScreen and set its value data. 1.
Restart your computer, and the lock screen will disappear. 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 by Settings > Access > Visual effectsbut it removes them completely. If you want to keep the animations but make them faster, the registry is the only way to control the exact timing.
Open Registry Editor and go to HKEY_CURRENT_USER\Control Panel\Desktop. Find out. Menu show delay And change its value to something less than 400. I use 50which makes menus feel almost instantaneous without killing 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 have a clean desktop, small overlay arrows on Windows shortcut icons can be 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 begin, you will need a blank (transparent). .ico file you can find one online or create your own. Save it to a permanent location, such as C:\BlankIcon\blank.ico, because if Windows can’t find the file later, the icons may break.
Open the Registry Editor.
Go this way:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons.If the Shell icons key does not exist, create it.
In this key, right-click on an empty space, and select new > String value.
Name it. 29 and set its value to the full path of your empty icon file.
Then close the Registry Editor and open the Task Manager. Find 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 this happens, clearing the icon cache usually fixes it. Delete files in %localappdata%\Microsoft\Windows\Explorer\ which starts with iconcache, then restart Explorer.
A safety step you should not overlook.
Before you open Registry Editor, back up the key you’re about to change. Right click on it, select exportand save the file somewhere you can find it. If something goes wrong, double-clicking on that file restores the original value.
Creating a system restore point is also feasible 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 trying to figure out which key broke what.


