0

Is it possible to run a windows virtualbox and possibly control it using nothing but a command line from ubuntu?

I will also need to access regedit.

1 Answer 1

0
  1. Run your VM from command line: VBoxManage startvm nameOfYourVBox --type headless

  2. Console access to your VM: You'll need an SSH server for Windows
    then ssh myUserName@myBoxIp

  3. Acces to Regedit: it's a graphical program, so you can't use it just from command line. An CLI alternate is the reg command, more info with reg /?.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .