diff --git a/src/application/collections/windows.yaml b/src/application/collections/windows.yaml index bd00b2fa..bbab4116 100644 --- a/src/application/collections/windows.yaml +++ b/src/application/collections/windows.yaml @@ -1083,6 +1083,7 @@ actions: reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "CortanaEnabled" /t REG_DWORD /d 1 /f - name: Remove the Cortana taskbar icon + recommend: standard code: reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v "ShowCortanaButton" /t REG_DWORD /d 0 /f revertCode: reg delete HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v "ShowCortanaButton" /f -