w10install/scripts/disable-meetnow.cmd
Michael H.G. Schmidt 9a940568ae .
2023-01-26 11:13:20 +01:00

11 lines
247 B
Batchfile

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