Opened 18 years ago
Closed 18 years ago
#232 closed enhancement (invalid)
VBoxVRDP daemon mode
Reported by: | rr | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 1.3.8 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
VBoxVRDP daemon mode which detaches from the session where it was started, so that vbox is not terminated if the session which started it ends.
This works for now in linux:
$ VBoxVRDP -startvm foo 2>&1 >vbox.log & $ disown %1
Note:
See TracTickets
for help on using tickets.
Start a VM session with VBoxManage for this.