We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3122a commit f54c63fCopy full SHA for f54c63f
1 file changed
modifyRegistryAndRestart.bat
@@ -14,7 +14,7 @@ echo. >> temp.reg
14
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet] >> temp.reg
15
echo "ActiveWebProbeContent"="Microsoft NCSI" >> temp.reg
16
echo "ActiveWebProbeContentV6"="Microsoft NCSI" >> temp.reg
17
-echo "ActiveWebProbeHost"="www.msftncsi.comI" >> temp.reg
+echo "ActiveWebProbeHost"="www.msftncsi.com" >> temp.reg
18
echo "ActiveWebProbeHostV6"="ipv6.msftncsi.com" >> temp.reg
19
echo "ActiveWebProbePath"="ncsi.txt" >> temp.reg
20
echo "ActiveWebProbePathV6"="ncsi.txt" >> temp.reg
0 commit comments