2016-11-02

Windows 10 wont sleep automatically

Quote Originally Posted by Gerbert View Post
Here is what that is showing right now:

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.
I bet you have a Homegroup set up. If you choose you can easily set an exclusion for what is preventing sleep. But be aware the computer will sleep even if your other computers are communicating with it so if that is important don't set the exclusion.

Again at the elevated Command Prompt enter: 

powercfg -requestsoverride DRIVER "srvnet" SYSTEM (make sure to use the quotes around srvnet)

To be double sure you could also enter:

powercfg -requestsoverride DRIVER "\FileSystem\srvnet" SYSTEM (again make sure to use the quotes) but I think the first command is really all you need.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.