Skip to content

Instantly share code, notes, and snippets.

View unlimitedsola's full-sized avatar
👋
:(){ :|:& };:

Sola unlimitedsola

👋
:(){ :|:& };:
View GitHub Profile
@unlimitedsola
unlimitedsola / win10-start-remove-internet-results.reg
Created May 30, 2025 16:03 — forked from maphew/win10-start-remove-internet-results.reg
Disable internet search results in Win 10 Start Menu
Windows Registry Editor Version 5.00
;
; How to disable internet search results in start menu post Creators Update?
; https://superuser.com/questions/1196618/how-to-disable-internet-search-results-in-start-menu-post-creators-update
;
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search]
"BingSearchEnabled"=dword:00000000
"AllowSearchToUseLocation"=dword:00000000
"CortanaConsent"=dword:00000000
;