A boy can dream, can't he?
Hey, so if you have Windows 11 installed and have been losing your mind over the fact that you can't find your own files because Windows is now prioritizing internet search results first, you can fix it by following this guide:
Stop the OS from pulling up web results when you just want files and apps.
As someone with over 900 GB of intentionally and properly named files on her computer (I do a lot of digital art and digital media work that requires high-volume files that function off of dependencies), this feature was making me furious. I followed the above instructions and can confirm that the method outlined solves the problem.
I have just tried this, it works and the explanation how to do it was so user friendly and clearly laid out.
10 and 11 are also kinda secretly adding Windows Copilot to your computer when you're not looking. Even without software updates. You can follow this guide to disable Copilot
Completely disable Copilot in Windows 11 in just a few simple steps.
The guide uses a program called gpedit (group policy editor), if you can't find it on your computer, follow this guide to install/enable it, and remember to always run as administrator:
Run these commands in command prompt.
Win + Q
Search: command prompt
Right-click > Run as admin
Copy, paste, and enter these commands:
FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~*.mum") DO ( DISM /Online /NoRestart /Add-Package:"%F" )
FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~*.mum") DO ( DISM /Online /NoRestart /Add-Package:"%F" )
Test it by opening Win + R
Type: gpedit.msc
See if it opens


















