I recently bought a laptop that runs Windows 11, it was the only option at the time or I would have stuck with 10. I had a feeling it would be bad, but it was much worse than I expected. If Windows 7 was still supported by modern apps I'd still be using that.
This readme/repo is a personal collection of tools and guides I've used to optimize and un-fuck Windows 11. Includes privacy tweaks and other QOL improvements.
Disable telemetry/tracking/spyware/cortana ect
This is an excellent all-in-one tool that works with both Windows 10 and Windows 11. It has a large number of features that I consider to be essential for any modern Windows system. See the website for more info.
- Download ShutUp10++
- Run the file
- Click "Actions" -> "Apply only recommended settings"
- Wait 5 seconds then close the app
Improved image viewer
The "Photos" app bundled with Windows 11 is a massive downgrade with very limited features and poor optimization. ImageGlass is an excellent, lightweight image viewer with support for 80+ formats and includes many other great features. It's not essential, but highly recommended
- Download ImageGlass
- Run/Install
Unable to unpin one-drive from file view
- Click on Start, search for command prompt
- Right-click and select "Run as Administrator"
- Paste the following command:
del "%AppData%\Microsoft\Windows\Recent\AutomaticDestinations\f01b4d95cf55d32a.automaticDestinations-ms"
Restore old context menu
For some reason Windows 11 downgraded the context menu, showing a "simplified" version until you click "show more". This tweak ensures the full context menu is always shown.
- Click on Start, search for command prompt
- Right-click and select "Run as Administrator"
- Paste the following command:
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f
- Open task manager (Ctrl + Shift + Esc)
- Open "details" view
- Right click
explorer.exe
and select "End Task" - Click "run new task" at the top of the window
- Type
explorer.exe
and hit enter
Disable snap layouts on hover
Some people find this feature useful, some may not. I found the popups to be annoying so here's how to disable it:
- Open start menu
- Search for
multitasking settings
- Expand "Snap Windows" to show all options
- Uncheck "Show snap layouts when I hover over a window's maximize button"
Optional: You may also want to uncheck "Show snap layouts when I drag a window to the top of the screen"
Disable checkboxes in file explorer
- Open start menu
- Search "File Explorer Options"
- Click on the "View" tab
- Locate "Use check boxes to select items" and disable it
- Press "Apply"
Remove language selector from task bar
Very small annoyance. This simply removes the language selector from the task bar. It's not something I use or want, so hiding it saves a small amount of space for other apps.
- Open start menu
- Search "Advanced keyboard settings"
- Check "Use the desktop language bar when it's available"
- Open "Language bar options"
- Select "Hidden" under "Language Bar"
- Apply
Disable web results in search
This disables the "Search with Bing" garbage that pops up when I am trying to find a file or app on my computer. If I wanted to search the web I would open the browser, I don't know why Microsoft added such a stupid feature. There's also several privacy concerns with important file names being sent to their search engine without permission.
- Open start menu
- Search "regedit" and open the Registry Editor
- Navigate to
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows
- If the
Explorer
folder does not exist:- Right click the
Windows
folder and clickNew -> Key
- Type
Explorer
and confirm
- Right click the
- Right click the
Explorer
folder and clickNew -> DWORD (32-bit) Value
- Set the value name to
DisableSearchBoxSuggestions
and value data to1
- Press OK and restart your computer
If done correctly, the registry entry should look like this: verify