Forum Discussion
Paige__Tanner
Feb 27, 2024Brass Contributor
Keep running a script even when the system enters sleep mode
Hello! If I run a PowerShell script in a laptop and then, for example, I close the lid, the script execution is suspended. If I re-open the lid, the script execution resumes. Is there a way to prev...
- Feb 27, 2024
Harm is correct - that's a definite no, since the processor stops processing.
S3 is the default but can be modified via command line or group policy (the choices being restricted by what your hardware supports).
Cheers,
Lain
LainRobertson
Feb 27, 2024Silver Contributor
Harm is correct - that's a definite no, since the processor stops processing.
S3 is the default but can be modified via command line or group policy (the choices being restricted by what your hardware supports).
Cheers,
Lain