Skip to content

Start Virtualbox or VMware Workstation With a Batch, add to startup applications if needed

Notifications You must be signed in to change notification settings

nonjosh/batch-start-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CMD to Open VM

Start a VMware Workstation

Change VMware workstation installation directory and .vmx file path if needed

PATH "C:\Program Files (x86)\VMware\VMware Player\"
START vmplayer.exe "D:\VM\2003\Windows Server 2003 Enterprise Edition.vmx"

Start a Virtualbox

Change VM name and start type (--type gui|sdl|headless|separate]) if needed

"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" startvm "Ubuntu Server" --type separate

Reference:

About

Start Virtualbox or VMware Workstation With a Batch, add to startup applications if needed

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published