disabled autostart bluejeans

This commit is contained in:
Michael H.G. Schmidt 2021-08-29 18:06:38 +02:00
parent 7208a34330
commit cf774dafa9

View File

@ -21,6 +21,13 @@ cd %OPT%
echo removing Desktop icon ...
del /F "%USERPROFILE%\Desktop\BlueJeans.lnk" 2>nul
echo removing autostart for BlueJeans-Client ...
reg delete "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" ^
/v "BlueJeans.Detector" /f
echo refreshing desktop (W10 style) ...
ie4uinit.exe -show
echo ####### %0 #######
pause