I need to enable/disable network connections on windows with a batch file.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can do this with Windows PowerShell. Here’s a page with examples.
Probably you want to use the last one on that page.
Update
A little more searching reminded me about netsh, which is a more appropriate tool than either PowerShell or devcon:
I’m not sure which version of Windows you’re using, but here’s the netsh doc for XP to get you started.