Created
September 8, 2024 02:54
-
-
Save Alex4386/cd7ae3f38108e09fd6d6dbfac3b49d7e to your computer and use it in GitHub Desktop.
Disable Windows Search Bloat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
reg add HKCU\Software\Policies\Microsoft\Windows /v DisdableSearchBoxSuggestions /t REG_DWORD /d 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment