Skip to content

Commit f54c63f

Browse files
authored
Update modifyRegistryAndRestart.bat
fix error in line17
1 parent 2c3122a commit f54c63f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modifyRegistryAndRestart.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ echo. >> temp.reg
1414
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet] >> temp.reg
1515
echo "ActiveWebProbeContent"="Microsoft NCSI" >> temp.reg
1616
echo "ActiveWebProbeContentV6"="Microsoft NCSI" >> temp.reg
17-
echo "ActiveWebProbeHost"="www.msftncsi.comI" >> temp.reg
17+
echo "ActiveWebProbeHost"="www.msftncsi.com" >> temp.reg
1818
echo "ActiveWebProbeHostV6"="ipv6.msftncsi.com" >> temp.reg
1919
echo "ActiveWebProbePath"="ncsi.txt" >> temp.reg
2020
echo "ActiveWebProbePathV6"="ncsi.txt" >> temp.reg

0 commit comments

Comments
 (0)