Hello,
I don't know if this topic has already been covered.
However, I have the problem that when a user starts VirtualHere under his account, everything works fine.
If this user now locks his account and another user logs in, then this user can not start VirtualHere.
Is there a solution for this?
.
You will need to exit the virtualhere client that the logged out user is running.
(Assuming virtualhere isnt running as a service)
You can just call
vhui64.exe -t exit
and that will communicate with the running virtualhere client and tell it to exit
Hello Michael,
Hello Michael,
thank you very much for your fast response!
It works like you mentioned.
If VirtualHere running as a service, this will work for all users?
.
You shouldn't run virtualhere as a service if you want per-user sessions. You should just start it normally by clicking on the icon instead and exiting when the user logs off.
When running as a service it only runs as one user which is usually SYSTEM by default, so if you call "-t exit" on the service by using that command i mentioned above then the service will just stop