But it would be cool if i can install P2R as an Service which is already running before a user has logged in to windows.
Autostart works only when i log in...
And when i need Admin privileges and i have activated the auto Adminfunction at P2R loading i get always asked if i want to grant those rights to P2R on every Windows Login. -.-
I already tried to start P2R with the windows Tasks function. But P2R only starts partially.
I found it in windows Taskmanager, but it was not really started and not working.
But i need those Admin rights.
Background:
I want to set my PC to Standby.
I know i need more commands... So i made an "cmd" file.
Code: Select all
powercfg /H off
rundll32.exe powrprof.dll,SetSuspendState 0,1,0
powercfg /H on
So if i do that without admin rights, powercfg sends me a message that it can`t be performed...
Than the PC is shutdown (maybe) with hibernate to disk...
But i only need Standby because i want to restart my PC with WOL(Wake On Lan)