We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d08a52 commit 32294fdCopy full SHA for 32294fd
content/codex/development/environments/windows/_index.md
@@ -58,4 +58,12 @@ From an administrator terminal:
58
59
```powershell
60
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'
69
```
0 commit comments