summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbreadcat2020-06-15 03:19:39 +0100
committerbreadcat2020-06-15 03:19:39 +0100
commit453c96502811bc8980e9650df4991e92dc5563e8 (patch)
tree24f409943da4eeb3d0d7d4e5245a20033ff2c69b
parent7ebd787e784152087ecb5ae9909e519ce469c095 (diff)
downloadwin10-prep-453c96502811bc8980e9650df4991e92dc5563e8.tar.gz
win10-prep-453c96502811bc8980e9650df4991e92dc5563e8.tar.bz2
win10-prep-453c96502811bc8980e9650df4991e92dc5563e8.zip
Hide Cortana icon
-rw-r--r--3-registry.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/3-registry.bat b/3-registry.bat
index 4d751e3..e6f9b60 100644
--- a/3-registry.bat
+++ b/3-registry.bat
@@ -124,6 +124,8 @@ rem hide task view icon in taskbar
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d "0" /f
rem hide search icon in taskbar
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d "0" /f
+rem hide cortana icon in taskbar
+reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowCortanaButton" /t REG_DWORD /d "0" /f
rem small taskbar icon size
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarSmallIcons" /t REG_DWORD /d "1" /f
rem have a stab at disabling telemetry