——————————-
We can make Oracle virtual-box Vm start automatically when host system reboots.
This can be done by attaching a batch file to scheduletasks in windows environment .
Create a batch file that cotanins like ..
“C:\Program Files\Oracle\VirtualBox\VBoxManage.exe” startvm “Gues-OS-Name”
then create a basic schedule task and choose when system start option .
If you want the VM window to be hidden and not to leave a command prompt window, you can change the batch file like below
“C:\Program Files\Oracle\VirtualBox\VBoxManage.exe” startvm “Gues-OS-Name” –type headless
0 Comments