Windows 10: Difference between revisions
iwu |
→System wouldn't go to sleep: add possible resolution |
||
Line 7: | Line 7: | ||
=== Network related issues === | === Network related issues === | ||
SYMPTOM | ==== SYMPTOM ==== | ||
<code>powercfg -requests</code> yields the following (get into CMD as an Administrator): | |||
<source lang="doscon"> | <source lang="doscon"> | ||
Line 26: | Line 28: | ||
PERFBOOST: | PERFBOOST: | ||
None. | None. | ||
</source> | |||
==== POSSIBLE RESOLUTION ==== | |||
<source lang="doscon"> | |||
C:\Windows\system32>powercfg -requestsoverride DRIVER "\FileSystem\srvnet" SYSTEM | |||
</source> | </source> |
Revision as of 05:38, 25 April 2018
Power management
System wouldn't go to sleep
There are many reasons why a computer wouldn't go sleep regardless of the power settings. Here are some of my notes on troubleshooting this.
SYMPTOM
powercfg -requests
yields the following (get into CMD as an Administrator):
C:\Windows\system32>powercfg -requests
DISPLAY:
None.
SYSTEM:
[DRIVER] \FileSystem\srvnet
An active remote client has recently sent requests to this machine.
AWAYMODE:
None.
EXECUTION:
None.
PERFBOOST:
None.
POSSIBLE RESOLUTION
C:\Windows\system32>powercfg -requestsoverride DRIVER "\FileSystem\srvnet" SYSTEM