当前位置:网站首页>Fix [no Internet, security] problem

Fix [no Internet, security] problem

2022-06-11 05:45:00 zhmhbest

Repair 【 nothing Internet, Security 】 problem

Repair other equipment WLAN You can use , but Windows10 Prompt after connection “ nothing Internet, Security ” The problem of

Run as administrator Internet.cmd file , The contents of the document are as follows :

@REM reg add "HKLM\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet" /f /v "ActiveWebProbeHost" /t REG_SZ /d "www.msftconnecttest.com"
@REM reg add "HKLM\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet" /f /v "ActiveWebProbePath" /t REG_SZ /d "connecttest.txt"
@REM reg add "HKLM\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet" /f /v "ActiveWebProbeContent" /t REG_SZ /d "Microsoft Connect Test"
@REM reg add "HKLM\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet" /f /v "ActiveWebProbeHostV6" /t REG_SZ /d "ipv6.msftconnecttest.com"
@REM reg add "HKLM\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet" /f /v "ActiveWebProbePathV6" /t REG_SZ /d "connecttest.txt"
@REM reg add "HKLM\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet" /f /v "ActiveWebProbeContentV6" /t REG_SZ /d "Microsoft Connect Test"
@REM http://www.msftconnecttest.com/connecttest.txt

REG add "HKLM\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet" /f /v "EnableActiveProbing"   /t REG_DWORD /d 1
REG add "HKLM\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet" /f /v "ActiveWebProbeHost"    /t REG_SZ    /d "zhmhbest.gitee.io"
REG add "HKLM\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet" /f /v "ActiveWebProbePath"    /t REG_SZ    /d "localbookmark/connecttest.html"
REG add "HKLM\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet" /f /v "ActiveWebProbeContent" /t REG_SZ    /d "connected"
echo http://zhmhbest.gitee.io/localbookmark/connecttest.html

REM  Clean cache 
NETSH winsock reset

REM  restart WLAN
NETSH interface set interface "WLAN" disabled
ping 127.0.0.1>NUL
NETSH interface set interface "WLAN" enabled

ECHO Finished!
PAUSE>NUL
原网站

版权声明
本文为[zhmhbest]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/162/202206110538164483.html