This happens. Yes, even on new installs, not just upgrades. Have nothing to do with what you use/not use. Think it's a bug. Just go Settings>Apps>Optional features and uninstall Notepad (or whatever which is not working), Click on Add a Feature then reinstall it. This should resolve the issue forever.
Anyone figure how to kill web results in Windows Search in a fresh install of 2004? I've implemented the following but still get web results in search: Registry: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search\BingSearchEnabled - Set to 0 HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search\CortanaConsent - Set to 0 Group policy: Computer Configuration > Administrative Templates > Windows Components > Search > Do not allow web search - Set to Enabled Computer Configuration > Administrative Templates > Windows Components > Search > Don't search the web or display web results in Search - Set to Enabled Computer Configuration > Administrative Templates > Windows Components > Search > Don't search the web or display web results in Search - Set to Enabled
Hello everyone, Today I got CU increasing build to 19041.207. Windows prompted for a restart. When I hit the power button on Windows 10 menu, I got 2 separate options each for shutdown and restart, namely: restart and update Restart Shutdown and update Shutdown Is that is the case with everyone on this build?
Don't know if this is what you are looking for..... .. a segment from @GodHand's Optimize Offline suggests the key lies elsewhere ... ------------------ If ($InstallInfo.Build -ge '17763' -and $InstallInfo.Build -lt '19041') { RegKey -Path "HKLM:\WIM_HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "ShowCortanaButton" -Value 0 -Type DWord } ElseIf ($InstallInfo.Build -le '17763') { RegKey -Path "HKLM:\WIM_HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" -Name "BingSearchEnabled" -Value 0 -Type DWord } -------------------
Well BingSearchEnabled was already set to 0, but ShowCortanaButton was still at 1, so I changed it to 0, but web result still show up in Search after changing and rebooting. Always something new...
That is normal if you didn't reboot after the ssu/su was installed, and if you did reboot, and it still shows those 2 update options, it should go away by itself after a few seconds.
Apart from the old bugs not fixed, no, but i don't get bothered with it either, but i run it on my second system atm.
Yeah, you are right, it went away after the restart. If I am correct, this feature wasn't present in earlier builds. Earlier it was a combo (update and shutdown (or restart) combined into one).
I'm not geting web results if I do this: Code: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search] "DisableWebSearch"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search] "BingSearchEnabled"=dword:00000000 "AllowSearchToUseLocation"=dword:00000000 "CortanaConsent"=dword:00000000