This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
REM https://docs.oracle.com/en/virtualization/virtualbox/6.0/admin/changedmi.html | |
REM Change here if the VM name is different | |
SET /P VMname = Name of the VM: | |
REM If you want to play with values its here! | |
SET SYSven=Dell | |
SET SYSprod=Optiplex | |
SET SYSdate="01/01/2018" | |
SET vBox="%VBOX_MSI_INSTALL_PATH%VBoxManage.exe" |
OlderNewer