How to disable network bridged connections with batch.

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
MLGsuperGame414
Posts: 54
Joined: 10 Nov 2011 20:40

How to disable network bridged connections with batch.

#1 Post by MLGsuperGame414 » 16 Dec 2011 20:17

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.

phillid
Posts: 109
Joined: 03 Apr 2010 20:27
Location: Wellington, New Zealand
Contact:

Re: How to disable network bridged connections with batch.

#2 Post by phillid » 29 Dec 2011 19:00

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

Squashman
Expert
Posts: 4488
Joined: 23 Dec 2011 13:59

Re: How to disable network bridged connections with batch.

#3 Post by Squashman » 30 Dec 2011 09:04

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.

Post Reply