当前位置:网站首页>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
边栏推荐
- SQLite installation and configuration tutorial +navicat operation
- 初步了解多任务学习
- AltiumDesigner2020导入3D Body-SOLIDWORKS三维模型
- Multithreading tutorial (XXIII) thread safety without lock
- Altiumdesigner2020 import 3D body SolidWorks 3D model
- Using batch enumeration files
- Bit operation marks multiple switches with one parameter
- NDK learning notes (13) create an avi video player using avilib+opengl es 2.0
- Implementation of data access platform scheme (Youzu network)
- Use of vlayout
猜你喜欢

微信小程序text内置组件换行符不换行的原因-wxs处理换行符,正则加段首空格

Cocoapods installation error

NDK learning notes (XI) POSIX sockect local communication

Analyzing while experimenting - memory leakage caused by non static inner classes

22. Generate parentheses

微信自定义组件---样式--插槽

Deep learning distributed training

Implementation of data access platform scheme (Youzu network)

NFC Development -- utility tools and development documents (IV)

YOLOv5的Tricks | 【Trick8】图片采样策略——按数据集各类别权重采样
随机推荐
handler
YOLOv5的Tricks | 【Trick8】图片采样策略——按数据集各类别权重采样
AttributeError: ‘HistGradientBoostingClassifier‘ object has no attribute ‘_ n_ features‘
Share an RSA encryption and decryption tool class, including public key encryption, private key decryption, private key encryption, public key decryption, private key signature, public key verificatio
Get the full link address of the current project request URL
使用Batch管理VHD
Informatica:数据质量管理六步法
深度学习分布式训练
[go deep into kotlin] - flow advanced
Further efficient identification of memory leakage based on memory optimization tool leakcanary and bytecode instrumentation technology
Minimize maximum
es-ik 安装报错
MySQL circulates multiple values foreach, XML writing method
AltiumDesigner2020导入3D Body-SOLIDWORKS三维模型
Recherche sur l'optimisation de Spark SQL basée sur CBO pour kangourou Cloud Stack
Using batch enumeration files
[go deep into kotlin] - get to know flow for the first time
SQLite installation and configuration tutorial +navicat operation
Implementation of data access platform scheme (Youzu network)
String sorting times --- bubble sorting deformation