Copyright © 2012. All Rights Reserved.. Powered by Blogger.
Sunday, November 18, 2012

Running Oracle VirtualBox machines in headless mode windows

To run Oracle VirtualBox machines in headless mode you will need to do this!


Firt Open Notepad or any other text editor
Second copy this script


dim strScript
strScript = chr(34) & "C:\Program Files\Oracle\VirtualBox\VBoxHeadless.exe" & chr(34) & " -startvm VMname -p 8000"
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run strScript, 0
Set WshShell = Nothing

Third rename VMname with your virtual machine name.

Fourth save this script anywhere you want with name stratVM.vbs and you will get this icon.


Run it and enjoy.!

0 comments: