• Open PowerShell: Ensure you run PowerShell as an administrator to execute commands with elevated privileges.
  • Enter the Commands: Use the following PowerShell commands to disable power management for Ethernet adapters:
Set-NetAdapterAdvancedProperty -Name "Ethernet*" -RegistryKeyword "*EEE" -RegistryValue 0
Set-NetAdapterAdvancedProperty -Name "Ethernet*" -RegistryKeyword "EnableExtraPowerSaving" -RegistryValue 0
  • Restart the Computer: After executing the commands, restart your computer to ensure the changes take effect.

Understanding the Commands:

  • The first command targets all Ethernet adapters (Ethernet*) and modifies the registry keyword *EEE to disable the Energy-Efficient Ethernet feature.
  • The second command disables any additional power-saving features associated with the Ethernet adapter.

0 commentaire

Laisser un commentaire

Emplacement de l’avatar

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *

Ce site utilise Akismet pour réduire les indésirables. En savoir plus sur comment les données de vos commentaires sont utilisées.