[SOLVED] Script VBoxManage to GUI-fy existing headless VM?

Questions about virtualization software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
FuLl

[SOLVED] Script VBoxManage to GUI-fy existing headless VM?

Post by FuLl »

I have a script that uses vboxmanage to start a VM headless, which is fine. But I'd like to be able to script what happens when you open the main VirtualBox Manager window & use that VM's 'Show' button to start a detachable GUI on its display.

I know the Extension Pack allows for RDP'ing to the local display, but pertinent licensing details prevent legally doing so. The guest OS is Windows 10 Home Edition. I saw that hack to make RDP work with Terminal Services but again, licensing grey-area is a deal-breaker.

I looked through 'Chapter 8 - VBoxManage' & didn't see any mention of such functionality. Am hoping someone here has a (legal) solution.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
FuLl

Re: Script VBoxManage to GUI-fy existing headless VM?

Post by FuLl »

Bump
FuLl

Re: Script VBoxManage to GUI-fy existing headless VM?

Post by FuLl »

Sorted:

VBoxManage startvm /Path/To/That/VMName/ VMName --type=separate
Locked

Return to “Virtual Machines”