How to make VM in VirtualBox start headless by default?

14

3

How to make VM in VirtualBox start headless by default? Not to press SHIFT every time to start headless...

dukasvili

Posted 2017-02-25T10:16:54.857

Reputation: 373

Answers

20

execute command

VBoxManage modifyvm "vmname" --defaultfrontend headless

refer: GUI Always Start Headless

mosquito chen

Posted 2017-02-25T10:16:54.857

Reputation: 316

Why have a manual when there is Stack. Thanks. – Coroos – 2020-01-16T10:39:02.653