recommend removing cortana taskbar icon on standard mode

This commit is contained in:
undergroundwires
2021-01-11 03:09:31 +01:00
parent 9d009c40dd
commit 7ec889e759

View File

@@ -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
-