disabled autostart bluejeans
This commit is contained in:
parent
7208a34330
commit
cf774dafa9
@ -21,6 +21,13 @@ cd %OPT%
|
|||||||
echo removing Desktop icon ...
|
echo removing Desktop icon ...
|
||||||
del /F "%USERPROFILE%\Desktop\BlueJeans.lnk" 2>nul
|
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 #######
|
echo ####### %0 #######
|
||||||
pause
|
pause
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user