当我从睡眠模式启动 Windows 11 笔记本电脑时,它会自动断开与 Wi-Fi 的连接。从睡眠模式打开笔记本电脑后,Wi-Fi 自动禁用。
这种事每次都会发生。我必须重新启动笔记本电脑,或者从网络设置中禁用 wi-fi,然后再启用它。
超级用户是解决此类问题的更好地方,除非您要求代码:
Windows 中存在许多类似的错误,有时与省电设置/驱动程序相关。
Start > Search > Device Manager > Networks Adapters > Double Click yours > Power Management Tab > uncheck: Turn this device off to save power
如果不存在,这也是一个已知问题。
Powershell代码: https://learn.microsoft.com/en-us/powershell/module/netadapter/disable-netadapterpowermanagement?view=windowsserver2022-ps
您还可以创建一个任务计划程序任务来在登录时禁用和重新启用 WiFi。 https://answers.microsoft.com/en-us/windows/forum/all/i-need-to-disable-and-re-enable-my-wifi-adapter-to/7da1e814-b869-4392-bbef -963727181e19
如果您需要在 Windows 11 中自动重新连接 WiFi(也是一个已知问题),请使用以下命令创建类似的任务来运行连接配置文件:https://www.nirsoft.net/utils/wifi_information_view.html C:\Downloads\Nirsoft\wifiinfoview-x64\WifiInfoView.exe
/ConnectAP "SSID" "ID"
Trigger > On an event > Log: Microsoft-Windows-NetworkProfile/Operational Source: NetworkProfile EventID: 10001
10001 网络断开 10000 网络连接