Script sets the High Performance Power profile to the active power profile. Use this to keep machines from falling asleep.
2 lines
103 B
PowerShell
2 lines
103 B
PowerShell
Start-Process -FilePath 'powercfg.exe' -ArgumentList '/setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c'
|