pc keeps waking itself up

Associate
Joined
5 Aug 2006
Posts
1,080
Location
Kent, UK
Hello,
anyone got suggestions of why my PC keeps waking itself up from sleep. It seems to sporadically do it several times per day and night.
Can windows or software within be doing this?
I'll check the bios but i'm pretty sure i've already turned off all 'wake on' functions for network and mouse.
 
Code:
C:\WINDOWS\system32>powercfg -lastwake
Wake History Count - 1
Wake History [0]
  Wake Source Count - 1
  Wake Source [0]
    Type: Device
    Instance Path: PCI\VEN_8086&DEV_153B&SUBSYS_E0001458&REV_00\3&11583659&0&C8
    Friendly Name: Intel(R) Ethernet Connection I217-V
    Description: Intel(R) Ethernet Connection I217-V
    Manufacturer: Intel
Hmm, so it seems to be something network related? I'll definitely double check my bios settings, but i'm sure wake on lan is off.
 
looking at the help for powercfg, there is this:
Code:
/DEVICEDISABLEWAKE Disables a device from waking the system from a sleep
                     state.
presumably i can set the ethernet connection to not wake up the system?
 
Not sure about the /DEVICEDISABLEWAKE option, last time I had the network device waking the PC I had to disable all the wake on LAN options inside the device properties -> power management for it to stop happening (disabling WOL in the BIOS didn't work for some reason)
 
Last edited:
If it still happens there's also usually a "Wake on Magic Packet" option in the advanced options for most intel network devices. Might be worth disabling that too, can't remember exactly which option worked for me but I remember it being a pain to stop!
 
Last edited:
Back
Top Bottom