Forum Discussion
Windows 11 old pains
BarryJobThe default settings force all the peripherals into a low-power state when the computer is idle or inactive for a period of time (this can be changed via the control panel or with a script.)
https://docs.microsoft.com/en-us/troubleshoot/windows-client/networking/power-management-on-network-adapter
1.) Start Powershell -> Start Menu -> Run -> taskmgr -> File -> Run new Task -> %SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe -> Select "Create this task with administrative privileges." -> Click OK.
Set-NetAdapterAdvancedProperty -Name "Ethernet" -IncludeHidden -AllProperties -RegistryKeyword "PnPCapabilities" -RegistryValue "24";
Set-NetAdapterAdvancedProperty -Name "Wi-Fi" -IncludeHidden -AllProperties -RegistryKeyword "PnPCapabilities" -RegistryValue "24";NOTE: You will have to manually verify the names of the devices in the Control Panel (Network Connections) if this does not work -> Start Menu -> Run -> ncpa.cpl
2A.) Control Panel -> Power Options -> Balanced -> Change plan settings ->
2B.) Hard disk -> Turn off hard disk after -> Never
2C.) USB selective suspend setting -> Disabled