sethmlarson / virtualbox-python

Complete implementation of VirtualBox's COM API with a Pythonic interface.
https://pypi.org/project/virtualbox
Apache License 2.0
354 stars 75 forks source link

use another account #132

Closed sk3lk0 closed 4 years ago

sk3lk0 commented 4 years ago

how i can use session without guest? Does it have an analogue? session.console.guest.create_session()

sethmlarson commented 4 years ago

Guest is not an account, it is simply a way to control the VM internally from the outside.