Copy_and_Paste

Disable Http Webrequest http://www.msftncsi.com/ncsi.txt

프로세스 천국 2012. 4. 3. 19:56

Try this.

http://technet.microsoft.com/en-us/library/cc766017(v=ws.10).aspx

 

 

Copy and paste. Run as Administrator.

echo ######################################################################
echo Created by Windowexe.com , WindowexeRegToBat
echo ######################################################################
echo Start
echo default system32 directory & cd %windir% & cd system32
echo 002 & reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\NlaSvc\Parameters\Internet" /f
echo 003 & reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\NlaSvc\Parameters\Internet" /v "EnableActiveProbing" /t REG_DWORD /d "0" /f
echo End
echo ######################################################################
echo Created by Windowexe.com , WindowexeRegToBat
echo ######################################################################