Windows 10: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
iwu
 
→‎System wouldn't go to sleep: add possible resolution
Line 7: Line 7:
=== Network related issues ===
=== Network related issues ===


SYMPTOM:<br><code>powercfg -requests</code> yields the following (get into CMD as an Administrator):
==== 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 06: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.

Network related issues

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