Easy-GPU-PV icon indicating copy to clipboard operation
Easy-GPU-PV copied to clipboard

How to stop VM from automatically creating tasks on restart?

Open github-user93 opened this issue 2 years ago • 1 comments
trafficstars

Didn't know where else to ask so asking here. Sorry if this is not the right place.

image

On each restart it seems to create these three tasks. Disabling it or deleting it seems to have no effect as it creates it again. I have no use for them as I don't use parsec's built in adapter.

How is it creating them? And how can I stop it from doing so?

Also, how do I turn off auto login after a VM has already been created?

github-user93 avatar Oct 25 '23 22:10 github-user93

You'll need to disable the startup tasks, then remove the group policy object that installs them (via the install.ps1 script I think in programdata??) which is https://github.com/jamesstringerparsec/Easy-GPU-PV/blob/main/User/Install.ps1 <- that script.

Also, how do I turn off auto login after a VM has already been created?

Just like any other windows build: https://superuser.com/questions/1706978/how-to-disable-auto-login-in-windows-11

mitchellurgero avatar Oct 26 '23 20:10 mitchellurgero