Zexor
Well-known member
- Joined
- Nov 28, 2008
- Messages
- 520
- Programming Experience
- 3-5
i can see the open file with the powercfg -requests command in a cmd box, but how do you access the powercfg in vb? its shown as
[DRIVER] \FileSystem\srvnet
An active remote client has files opened on this machine.
My pc just wont goto sleep because there is always a srvnet requests that is keeping it awake
[DRIVER] \FileSystem\srvnet
An active remote client has recently sent requests to this machine.
If i do an override on the srvnet then it will goto sleep even if there is an open file, I am trying to see if i can just override the srvnet and manually have a timer to see if there is an open file and keep the pc awake with the setthreadexcutionstate command
[DRIVER] \FileSystem\srvnet
An active remote client has files opened on this machine.
My pc just wont goto sleep because there is always a srvnet requests that is keeping it awake
[DRIVER] \FileSystem\srvnet
An active remote client has recently sent requests to this machine.
If i do an override on the srvnet then it will goto sleep even if there is an open file, I am trying to see if i can just override the srvnet and manually have a timer to see if there is an open file and keep the pc awake with the setthreadexcutionstate command
Last edited: