문서의 이전 판입니다!
VBoxManage startvm "{VMName}" --type headless
# 혹은
VBoxHeadless -startvm "{VMName}"
powershell start-process 'C:\program files\oracle\virtualbox\vboxheadless' '-s 가상머신이름' -WindowStyle Hidden
VBoxManage modifyhdvboxmanage list vms : 가상머신 목록 보여주기# 가상머신 실행 전 설정 VBoxManage setextradata [VM Name] CustomVideoMode[num] [width]x[height]x[color depth] # 가상머신 실행 후 변경 VBoxManage controlvm [VM Name] setvideomodehint [width] [height] [color depth]
Host + Home → View(보기)→ Virtual Screen 1(가상화면 1) 에서 모니터 선택.