当前位置:网站首页>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
边栏推荐
- Basics of customized view
- Why is the smart door lock so popular? What about the smart door locks of MI family and zhiting?
- 袋鼠云数栈基于CBO在Spark SQL优化上的探索
- How to make lamps intelligent? How to choose single fire and zero fire intelligent switches!
- Multithreading tutorial (XXII) happens before principle
- es-ik 安装报错
- Wechat applet, automatic line feed for purchasing commodity attributes, fixed number of divs, automatic line feed for excess parts
- 袋鼠雲數棧基於CBO在Spark SQL優化上的探索
- Multithreading tutorial (XXV) atomic array
- Multi threading tutorial (XXIV) cas+volatile
猜你喜欢

如何让灯具智能化,单火、零火智能开关怎么选!

NDK learning notes (I)

1. use alicloud object OSS (basic)

在未来,机器人或 AI 还有多久才能具备人类的创造力?

Customize the layout of view Foundation

NFC Development -- difference between ID card and IC card (M1 card and CPU card) (III)

安装Oracle数据库

Altiumdesigner2020 import 3D body SolidWorks 3D model

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

Basics of customized view
随机推荐
NDK R21 compiles ffmpeg 4.2.2 (x86, x86_64, armv7, armv8)
NDK learning notes (V)
Control your phone with genymotion scratch
袋鼠云数栈基于CBO在Spark SQL优化上的探索
Install Oracle Database
Analysis while experiment - a little optimization of memory leakage in kotlin
数组部分方法
NDK learning notes (XI) POSIX sockect local communication
NFC Development -- utility tools and development documents (IV)
qmake 实现QT工程pro脚本转vs解决方案
Convert result set of SQL to set
Combing route - Compaction Technology
Adapter the problem of executing only one animation in multiple frames
我们真的需要会议耳机吗?
Getting started with kotlin
Cocoapods installation error
Multithreading tutorial (XXII) happens before principle
Getbackgroundaudiomanager controls music playback (dynamic binding of class name)
Multi threading tutorial (XXIV) cas+volatile
【深入kotlin】 - Flow 进阶