Running Virtualbox on startup under Windows10
Posted: 4. Dec 2020, 14:13
I have recently installed Virtualbox to run WindowsXP as a guest under Windows 10. I wanted it to install the guest on startup so I made .bat file containing
"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" startvm WinXP
This worked OK but I could see all of the steps on my screen, so I tried to see whether I could run the startup minimised and changed the batchfile to
start /min "C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" startvm WinXP
When I restarted my machine, I received the message
Windows cannot find 'startvm'. Make sure you've typed the name correctly, then try again.
It does this consistently, so it wasn't just a transient fault.
Can anyone help me to resolve the problem please?
Alan Scott (alan.scott@ccc.ox.ac.uk)
"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" startvm WinXP
This worked OK but I could see all of the steps on my screen, so I tried to see whether I could run the startup minimised and changed the batchfile to
start /min "C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" startvm WinXP
When I restarted my machine, I received the message
Windows cannot find 'startvm'. Make sure you've typed the name correctly, then try again.
It does this consistently, so it wasn't just a transient fault.
Can anyone help me to resolve the problem please?
Alan Scott (alan.scott@ccc.ox.ac.uk)