当前位置:网站首页>修复【无 Internet, 安全】问题
修复【无 Internet, 安全】问题
2022-06-11 05:38:00 【zhmhbest】
修复【无 Internet, 安全】问题
修复其它设备WLAN可用,但Windows10连接后提示 “无 Internet, 安全” 的问题
以管理员身份运行 Internet.cmd 文件,文件内容如下:
@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 清理缓存
NETSH winsock reset
REM 重启WLAN
NETSH interface set interface "WLAN" disabled
ping 127.0.0.1>NUL
NETSH interface set interface "WLAN" enabled
ECHO Finished!
PAUSE>NUL
边栏推荐
- 使用Genymotion Scrapy控制手机
- wxParse解析iframe播放视频
- [opencv learning problems] 1 Namedwindow() and imshow() show two windows in the picture
- When the recyclerview plays more videos, the problem of refreshing the current video is solved.
- Wechat custom component - style - slot
- [go deep into kotlin] - flow advanced
- Multithreading tutorial (XXIII) thread safety without lock
- 微信自定义组件---样式--插槽
- Common methods of tool class objectutil
- Combination sum Ⅳ -- leetcode exercise
猜你喜欢
随机推荐
How to deal with message blackout and message sending failure of Aurora im
Slide the receleview horizontally to the far right to listen to the page loading function
Combing route - Compaction Technology
Combination sum Ⅳ -- leetcode exercise
35.搜索插入位置
SwiftUI: Navigation all know
微信小程序text内置组件换行符不换行的原因-wxs处理换行符,正则加段首空格
Basics of customized view
NDK learning notes (12) native graphics API, using avilib to create an avi video player
使用Batch枚举文件
Stone game -- leetcode practice
Project - Smart City
es-ik 安装报错
YOLOv5的Tricks | 【Trick8】图片采样策略——按数据集各类别权重采样
Wechat applet learning record
Recommend a free intranet penetration open source software that can be used in the local wechat official account under test
NFC Development -- utility tools and development documents (IV)
Wechat applet text built-in component newline character does not newline reason
Multithreading tutorial (XXVI) field updater and atomic accumulator
1.使用阿里云对象OSS(初级)









