Saturday, December 27, 2014

Windows 10 identify wake from sleep ethernet source

I want wake from lan enabled for Ethernet (so I can access remotely without having to send a magic packet). With this configured in Windows 10, my computer sometimes wakes up every 20 - 40 minutes and then just stays awake. (There have been weeks when this doesn't happen...) I'd like to identify what port / program is getting accessed. Is there a way to debug the wake up event?


Here's powercfg lastwake information:


powercfg -lastwake
Wake History Count - 1
Wake History [0]
Wake Source Count - 1
Wake Source [0]
Type: Device
Instance Path: PCI\VEN_8086&DEV_1503&SUBSYS_E0001458&REV_04\3&11583659&0&C8
Friendly Name: Intel(R) 82579V Gigabit Network Connection
Description: Intel(R) 82579V Gigabit Network Connection
Manufacturer: Intel Corporation

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...