윈도우 관리는 윈도우터미널접속하면 되니까 말이다.
검색을 해보니 콘솔 명령어가 있다 그중 VM 구동에 관련 되는항목은 아래와 같다.
VBoxManage startvm <uuid>|<name>
[-type gui|vrdp]
VBoxManage controlvm <uuid>|<name>
pause|resume|reset|poweroff|savestate|
acpipowerbutton|acpisleepbutton|
keyboardputscancode <hex> [<hex> ...]|
injectnmi|
setlinkstate<1-4> on|off |
usbattach <uuid>|<address> |
usbdetach <uuid>|<address> |
dvdattach none|<uuid>|<filename>|host:<drive> |
floppyattach none|<uuid>|<filename>|host:<drive> |
vrdp on|off] |
setvideomodehint <xres> <yres> <bpp> [display]|
setcredentials <username> <password> <domain>
[-allowlocallogon <yes|no>]
검색해보니 둘중 하나로 구동하면 될듯
VBoxVRDP -startvm “Your VM”
- 이건 프로세스가 떠 있으니 구동후 백그라운드로 돌리면 될것이고
VBoxManage startvm “Your VM” -type vrdp
-이건 알아서 백그라운드로 돌아간다.
구동시키고 부팅완료되길 기다렸다가 터미널 접속하면 끝! 버츄얼박스 맘에든다.




