Deactivate windows firewall on startup

DOS - Windows Batch Files, Tips Add comments

On some computer that I have to manage remotly I can have some windows upgrade done. But in some case (new software install, or windows update to SP2) the windows firewall is automatically started and you can lost some software access (example : VNC). In my case, the firewalling is managed by another computer (A linux one) on the network and we need for some of our software to have full access to the network without the risk of a windows alert popup. So, I put a small batch file in the Start-up directory with the following line :

NETSH FIREWALL SET OPMODE DISABLE

Now, I’m sure that the firewall will never restart at the boot of the computer. Of course, this configuration require a firewall somewhere on your network between your computer and the internet, don’t forget this or you probably regret it one day.

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)
  • Poul
    Thanks for the guide, I needed that command. Although I do believe the last thing you said was kind of funny.
    "Of course, this configuration require a firewall somewhere on your network between your computer and the internet, don’t forget this or you probably regret it one day."
    - As if Windows Firewall will make the big difference haha.
blog comments powered by Disqus
WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Log in