added disabling of updates for virtualbox
This commit is contained in:
parent
352c11f688
commit
75e3d670bf
@ -1,6 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
set EXE=..\software\virtualbox-setup.exe
|
set EXE=..\software\virtualbox-setup.exe
|
||||||
|
set VBOXMANAGE="C:\Program Files\Oracle\VirtualBox\VBoxManage.exe"
|
||||||
|
|
||||||
if NOT EXIST %EXE% (
|
if NOT EXIST %EXE% (
|
||||||
echo ERROR: %EXE% not found!
|
echo ERROR: %EXE% not found!
|
||||||
@ -19,6 +20,9 @@ move /Y "%PUBLIC%\Desktop\Oracle VM VirtualBox.lnk" ^
|
|||||||
rem refresh desktop (W10 style)
|
rem refresh desktop (W10 style)
|
||||||
ie4uinit.exe -show
|
ie4uinit.exe -show
|
||||||
|
|
||||||
|
echo disabling VirtualBox update search ...
|
||||||
|
%VBOXMANAGE% setextradata global GUI/UpdateDate never
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
pause
|
pause
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user