From 7ec889e759df04bba99d3b6c4d0597809bd94058 Mon Sep 17 00:00:00 2001 From: undergroundwires Date: Mon, 11 Jan 2021 03:09:31 +0100 Subject: [PATCH] recommend removing cortana taskbar icon on standard mode --- src/application/collections/windows.yaml | 1 + 1 file changed, 1 insertion(+) 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 -