jamesstringerparsec / Easy-GPU-PV

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

How to stop VM from automatically creating tasks on restart? #335

Open github-user93 opened 8 months ago

github-user93 commented 8 months ago

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?

mitchellurgero commented 8 months ago

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