Skip to content

Instantly share code, notes, and snippets.

@z2z
z2z / testwe-vbox.bat
Last active November 14, 2022 09:59 — forked from keyboard-slayer/testwe-vbox.bat
Bypass for TestWE
@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"