How to disable network bridged connections with batch.
Moderator: DosItHelp
-
- Posts: 54
- Joined: 10 Nov 2011 20:40
How to disable network bridged connections with batch.
Does anyone know how to disable bridged network connections with batch files? I am not sure how to go about this hoping you guys could shed some light on the subject. I am still fairly new to BATCH coding so yeah please and thank you if you can help.
Re: How to disable network bridged connections with batch.
The batch scripting language doesn't tend to be that advanced, but you'd be surprised what you can do with rundll32, although, I'm not sure whether you can do stuff like that with network connections.
Sorry
--Phillid
Sorry
--Phillid
Re: How to disable network bridged connections with batch.
Doesn't seem to be supported by the NETSH command.
Code: Select all
C:\Users\Squash>netsh bridge uninstall /?
Usage: uninstall
Not supported.
Please go to the Network Connections folder to uninstall.