Allow the computer to turn off this device

broken image

Fix 1: Allow your keyboard and mouse to wake up your PC. I would want to to uncheck the 'Allow the computer to turn off this device to save power' box under power management for the Wi-fi adapter under Network Connections. Update your device drivers Turn off fast startup Re-enable hibernation Tweak power settings. $powerMgmt = Get-WmiObject MSPower_DeviceEnable -Namespace root\wmi | where $NICs = Get-WmiObject Win32_NetworkAdapter -filter 'AdapterTypeID = '0' AND PhysicalAdapter = 'true' AND NOT Description LIKE '%wireless%' AND NOT Description LIKE '%virtual%' AND NOT Description LIKE '%WiFi%' AND NOT Description LIKE '%Bluetooth%'' I have this script and it works to turn uncheck the box for the Ethernet adapter but no matter how I futz around with it I can't get it to do the same thing for Wi-Fi.