禁止和允许上网的批处理文件
我处于局域网内,正常情况下可以无限制的浏览外网。但是我不想让别人随便用我的电脑来上网,因此需要做一个批处理文件来完成一键禁止上网和一键允许上网。备注:电脑不可以设置密码,...
我处于局域网内,正常情况下可以无限制的浏览外网。但是我不想让别人随便用我的电脑来上网,因此需要做一个批处理文件来完成一键禁止上网和一键允许上网。备注:电脑不可以设置密码,不是不能,是领导不让。禁止上网后在外观上还是不能看出来,也就是说本地连接看上去是连接的,但是就是不能上。谢谢!!!
展开
2个回答
展开全部
@echo off
regsvr32 browseui.dll /u /s
regsvr32 browseui.dll /u /s
regsvr32 msrating.dll /u /s
regsvr32 mlang.dll /s /u
regsvr32 hlink.dll /s /u
regsvr32 mshtml.dll /s /u
regsvr32 mshtmled.dll /s /u
regsvr32 urlmon.dll /s /u
regsvr32 plugin.ocx /s /u
regsvr32 sendmail.dll /s /u
regsvr32 comctl32.dll /s /u
regsvr32 inetcpl.cpl /s /u
exit
上面的内容在记事本里粘贴。。并另存为“禁止上网.bat”。。。。双击运行等待窗口自动关闭
@echo off
regsvr32 browseui.dll /s
regsvr32 browseui.dll /s
regsvr32 msrating.dll /s
regsvr32 mlang.dll /s
regsvr32 hlink.dll /s
regsvr32 mshtml.dll /s
regsvr32 mshtmled.dll /s
regsvr32 urlmon.dll /s
regsvr32 plugin.ocx /s
regsvr32 sendmail.dll /s
regsvr32 comctl32.dll /s
regsvr32 inetcpl.cpl /s
exit
上面的内容在记事本里粘贴。。并另存为“允许上网.bat”。。。。双击运行等待窗口自动关闭
ps:禁止上网时打开浏览器会出现乱码。。不用怕不是中毒
另外。。如果你想禁止所有程序的联网(包括QQ)。。。。开始——运行——cmd /c for %i in (%windir%\system32\*.dll) do regsvr32 /u /s %i ——回车。。。过程大概要4分钟左右。。要恢复的话。。把/u参数去掉就行了
regsvr32 browseui.dll /u /s
regsvr32 browseui.dll /u /s
regsvr32 msrating.dll /u /s
regsvr32 mlang.dll /s /u
regsvr32 hlink.dll /s /u
regsvr32 mshtml.dll /s /u
regsvr32 mshtmled.dll /s /u
regsvr32 urlmon.dll /s /u
regsvr32 plugin.ocx /s /u
regsvr32 sendmail.dll /s /u
regsvr32 comctl32.dll /s /u
regsvr32 inetcpl.cpl /s /u
exit
上面的内容在记事本里粘贴。。并另存为“禁止上网.bat”。。。。双击运行等待窗口自动关闭
@echo off
regsvr32 browseui.dll /s
regsvr32 browseui.dll /s
regsvr32 msrating.dll /s
regsvr32 mlang.dll /s
regsvr32 hlink.dll /s
regsvr32 mshtml.dll /s
regsvr32 mshtmled.dll /s
regsvr32 urlmon.dll /s
regsvr32 plugin.ocx /s
regsvr32 sendmail.dll /s
regsvr32 comctl32.dll /s
regsvr32 inetcpl.cpl /s
exit
上面的内容在记事本里粘贴。。并另存为“允许上网.bat”。。。。双击运行等待窗口自动关闭
ps:禁止上网时打开浏览器会出现乱码。。不用怕不是中毒
另外。。如果你想禁止所有程序的联网(包括QQ)。。。。开始——运行——cmd /c for %i in (%windir%\system32\*.dll) do regsvr32 /u /s %i ——回车。。。过程大概要4分钟左右。。要恢复的话。。把/u参数去掉就行了
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |