Unnecessarily long introduction:
Being closer to 20 than 30 years old, I grew up only knowing Windows - the first version I can remember being Win XP, maaaybe Vista; the first PC I got to use regularly was running Win7. And though I get to work and play with Linux more and more every day, I still willingly use Windows for everyday tasks and gaming (also I play games that get you an instaban when you start them from Linux, but thats another thing of its own). Of course though, I also see Windows getting worse all the time at essential tasks - working with Windows 7 machines nowerdays I’m amazed how fast the search is still. But being a human and sticking to what I know as much as I can, I tried to (any imo. succeeded in) making Windows 11 usable enough to never be bothered by it and actually prefer it over Windows 10 LTS, which I also still get to use.
Im pretty confused why I have never seen a video on how to properly debloat Windows, especially the new versions, as they come with such intrusive ads baked right into the user interface. Actually, for me Wendell is the most prominent voice (last mention in the Level1 Show last week), when it comes to ads in and the horribleness of the Windows start menu, there is even a dedicated video on the topic. Therefore, I would have thought, that Level1Techs had a tutorial or something on this topic, but if my meory and YTs search algorithm serve me correctly, there is no such video.
Actual content
So with that out of the way, lets get to what I use to make Windows less horrible:
-
(Why I wrote this post) By far the most important, but I have barely seen it mentioned online: Shutup10 great name btw.
- Gets rid of Ads and a lot of predatory behaviour (regarding telemetry) from Windows
- Portable
- Active development
- Freeware (also for commercial), NOT open-source
- Company based in Germany
- Run from commandline with a config file:
OOSU10.exe ooshutup10.cfg /quiet
- Usable in a GPO
- Most people probably know this one: winaero tweaker
- Focuses on tuning Windows to your liking
- Portable
- Freeware
- Active development
- Has an accompanying Blog with very extensive information on specific aspects of/problems with/intricacies of Windows, such as ads in Windows 11
- Something that I have also already seen on this forum alreay: winutil by ChrisTitusTech
-
meant to streamline installs, debloat with tweaks, troubleshoot with config, and fix Windows updates
- Just a PowerShell script (thats a good thing imo )
- Active development
-
- More software that most people here should already know: PowerToys
- Niceties endorsed and partly developed by Microsoft
- PowerToys Run, like spotlight in MacOS, bascially makes standard Windows search obsolete (you can tune this tool to your liking, e.g. turn off web search)
- How is this not part of Windows, oh wait its actually useful software and not full of ads (also its open-source, so could be a license issue on some part?)
- Also, however, getting kinda bloated these days (buuuut you can turn off individual features so its fine)
- Active development
- Some registry key edits that I use (they are probably terrible to use for some reason, never looked at them close enough though, so please tell me if thats the case):
- Auto End Task for all users
-
Computer\HKEY_USERS\.DEFAULT\Control Panel\Desktop
New->StringValue->AutoEndTasks->Value:1
-
- Auto End Hung Application for all users
-
Computer\HKEY_USERS\.DEFAULT\Control Panel\Desktop
New->StringValue->HungAppTimeout->Value:5000 (=5seconds)
-
- Wait to kill service timeout (shutdown timer)
-
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
WaitToKillAppTimeOut->Value:2000 (=2seconds)
New->StringValue->HungAppTimeout->Value:2000
-
- Disable Lockscreen, go straight into login:
-
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Personalization
New->Key->Personalization-> New->DWORD 32-bit->Value name: NoLockScreen Value:1 (HEX)
-
- Auto End Task for all users
One final note
I currently do not have the time to research in depth regarding this topic, but really wanted to get it out there, therefore this is very much not and exhaustive post. So please share your own ways to deal with Windows, and if one Wendell, or anyone else, want(s) to make an in depth video about this topic then please go ahead, as I feel this is something that should be talked about more!