Disassembler0 / Win10-Initial-Setup-Script

PowerShell script for automation of routine tasks done after fresh installations of Windows 10 / Server 2016 / Server 2019
MIT License
4.7k stars 1.08k forks source link

20H1: Bing web search in task bar need new registry setting #323

Closed JustMyGithub closed 4 years ago

JustMyGithub commented 4 years ago

Computer\HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer

DWORD DisableSearchBoxSuggestions = 1

found on https://www.howtogeek.com/224159/how-to-disable-bing-in-the-windows-10-start-menu/

Disassembler0 commented 4 years ago

Duplicate of #300. It's not that straightforward, unfortunately.