Im trying to disable all Power Management options for all devices found under Device Manager. This includes all USB devices and NICs. I came across the "Disable-NetAdapterPowerManagement" command and ran:
The "Allow the computer to turn off this device to save power" and "Allow this device to wake the computer" were still checkmarked and enabled for my NIC card, even after restart.
Is there another PowerShell command or commands I can run to disable all Power Management options for all my devices?
Code:
Disable-NetAdapterPowerManagement -Name *
The "Allow the computer to turn off this device to save power" and "Allow this device to wake the computer" were still checkmarked and enabled for my NIC card, even after restart.
Is there another PowerShell command or commands I can run to disable all Power Management options for all my devices?
- Windows Build/Version
- Windows 27729
My Computer
System One
-
- OS
- Windows 11 27729
- Computer type
- PC/Desktop
- CPU
- i9 13900kf @5.7ghz all P-Cores
- Motherboard
- Aorus Master Z790
- Memory
- 32gb DDR5 7200
- Graphics Card(s)
- RTX 4090
- Other Info
- https://www.github.com/shoober420