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

comments