From 1c20c31d85b75a4dfc2daba2b3185e240efddce2 Mon Sep 17 00:00:00 2001 From: Xyueta Date: Wed, 9 Aug 2023 12:55:08 +0200 Subject: [PATCH] feat: remove Chat button from taskbar --- src/playbook/Executables/WIN11.cmd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/playbook/Executables/WIN11.cmd b/src/playbook/Executables/WIN11.cmd index ddd2ab5e54..fc94887974 100644 --- a/src/playbook/Executables/WIN11.cmd +++ b/src/playbook/Executables/WIN11.cmd @@ -19,6 +19,8 @@ reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "S :: Do not show account related notifications occasionally in start menu reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Start_AccountNotifications" /t REG_DWORD /d "0" /f -:: Remove Widgets from taskbar +:: Remove Widgets button from taskbar reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d "0" /f +:: Remove Chat button from taskbar +reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d "0" /f