2010年11月26日

[ cmd ] Windows XP 停用網路卡、禁止修改IP address 的方法

前輩教的方法,來源已不可考,如果有人知道出處,麻煩請告知,感恩 <(_ _)>

目前已知適用的作業系統 Windows XP

Network card Disable.bat@echo off
echo Disable...
regsvr32 netcfgx.dll /u /s
regsvr32 netshell.dll /u /s
regsvr32 netman.dll /u /s
echo
ipconfig /all
pause


Network card Enable.bat@echo off
echo Enable...
regsvr32 /S Netcfgx.dll
regsvr32 /S Netshell.dll
regsvr32 /S Netman.dll
echo
ipconfig /all
pause

沒有留言:

張貼留言