w10install/scripts/disable-meetnow.cmd

11 lines
247 B
Batchfile
Raw Permalink Normal View History

2021-01-12 20:57:33 +01:00
@echo off
echo ####### %0 #######
echo disabling MeetNow for ALL users ...
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" ^
/v "HideSCAMeetNow" /d 1 /t REG_DWORD /f
echo ####### %0 #######