Skip to content

Commit 32294fd

Browse files
committed
Add note to disable start menu search
1 parent 0d08a52 commit 32294fd

File tree

1 file changed

+8
-0
lines changed
  • content/codex/development/environments/windows

1 file changed

+8
-0
lines changed

content/codex/development/environments/windows/_index.md

+8
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,12 @@ From an administrator terminal:
5858

5959
```powershell
6060
Dism /Online /Disable-Feature /Featurename:Recall
61+
```
62+
63+
# Disable Start Menu's Bing searches
64+
65+
To disable the Bing searches in the start menu when you start typing (and thus only search the local machine):
66+
67+
```powershell
68+
powershell -c 'Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Search -Name "DisableSearchBoxSuggestions" -Value 1 -Type DWord'
6169
```

0 commit comments

Comments
 (0)