wynd @wynd

twitter sucks, but i just learned that disabling bing search results in windows search makes it comically faster, so if you don’t use that feature, you can disable it with this in powershell (credit Hank Poley)

Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" -Name "BingSearchEnabled" -Value 0 -Type DWord

tell me if the results are noticeable if you do it. debloating windows is really something

May 4, 2024, 1:40 AM
3

comments

wow thats fast

that’s crazy, windows 11 search is pretty fast but doing that makes it instant

Whoa, that is way faster