added disabling of updates for virtualbox

This commit is contained in:
Michael H.G. Schmidt 2021-05-29 10:52:53 +02:00
parent 352c11f688
commit 75e3d670bf

View File

@ -1,6 +1,7 @@
@echo off
set EXE=..\software\virtualbox-setup.exe
set VBOXMANAGE="C:\Program Files\Oracle\VirtualBox\VBoxManage.exe"
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found!
@ -19,6 +20,9 @@ move /Y "%PUBLIC%\Desktop\Oracle VM VirtualBox.lnk" ^
rem refresh desktop (W10 style)
ie4uinit.exe -show
echo disabling VirtualBox update search ...
%VBOXMANAGE% setextradata global GUI/UpdateDate never
echo ####### %0 #######
pause