jamesstringerparsec / Easy-GPU-PV

A Project dedicated to making GPU Partitioning on Windows easier!
4.24k stars 426 forks source link

Possible to use only as Administrators user #211

Closed davide445 closed 2 years ago

davide445 commented 2 years ago

I don't know enough as sysadmin to understand if this is an obvious requirements. My need is providing to a third party a GPU-powered VM to look at some project code, setting up specific limitations about what he can do (run only some applications, prevent from downloading things etc). So far have correctly created a Win 10 Pro VM using the script (there is the persisting 1024x768 screen resolution problem), and wanted to have a non Administrators user to connect with. But both creating a new Guests user, or a new admin user so to later remove GPUVM user from Administrators group, result with Parsec refusing to connect. Seems is working only with the created GPUVM admin user, that's a problem for me.

davide445 commented 2 years ago

In the end with Parsec help I discovered I simply needed to logout from one user and close Parsec connection before connecting again and logging in with the other user. Problem solved.