Skip to content

Instantly share code, notes, and snippets.

@Alex4386
Created September 8, 2024 02:54
Show Gist options
  • Save Alex4386/cd7ae3f38108e09fd6d6dbfac3b49d7e to your computer and use it in GitHub Desktop.
Save Alex4386/cd7ae3f38108e09fd6d6dbfac3b49d7e to your computer and use it in GitHub Desktop.
Disable Windows Search Bloat
@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