From f39ee76c0cda95f54502b19d5c49390fd0f12b5e Mon Sep 17 00:00:00 2001 From: undergroundwires Date: Fri, 24 Sep 2021 19:22:09 +0100 Subject: [PATCH] Add script to remove Meet Now icon in Windows --- src/application/collections/windows.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/application/collections/windows.yaml b/src/application/collections/windows.yaml index 3c7a2ace..5633ccbe 100644 --- a/src/application/collections/windows.yaml +++ b/src/application/collections/windows.yaml @@ -4357,6 +4357,14 @@ actions: function: UninstallCapability parameters: capabilityName: XPS.Viewer + - + name: Remove Meet Now icon from taskbar + recommend: strict + docs: # Skype feature, introduced in 20H2, KB4580364 update + - https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.TaskBar2::HideSCAMeetNow + - https://www.windowscentral.com/how-disable-meet-now-feature-windows-10 + code: reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "HideSCAMeetNow" /t REG_DWORD /d 1 /f + revertCode: reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "HideSCAMeetNow" /f - category: Advanced settings children: