删除和恢复网上连接

删除网上连接.bat

@echo off 
regsvr32 /u netcfgx.dll
regsvr32 /u netshell.dll
regsvr32 /u netman.dll

恢复网上连接.bat

@echo off 
regsvr32 /s netcfgx.dll
regsvr32 /s netshell.dll
regsvr32 /s netman.dll

原文地址:https://www.cnblogs.com/fox2013/p/3505481.html