Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I really want to know how can I prevent a program to connect to Internet with Windows 7 firewall?

I have smart security nod32 business edition installed on my computer.
should i do this job with nod or there is a way in Windows Firewall?

share|improve this question

4 Answers

up vote 12 down vote accepted

Basically you do this to prevent a program from connecting to the Internet:

  1. From start menu, search for "Firewall" and select Windows Firewall with Advanced Security

  2. Choose Outbound Rules from the tree at the left.

  3. Choose New Rule... from the menu at the right.

  4. New Outbound Rule Wizard opens. This is really easy now:

    a. Select Program as rule type.

    b. Select the program's EXE file.

    c. Choose Block the connection.

  5. Choose the profile this rule applies to. If in doubt, select all three.

  6. Add the descriptive name (you may want to delete this rule later).

You're done.

share|improve this answer
1  
Windows Firewall is definitely the easiest way to go. – studiohack Feb 5 '12 at 16:07
For Windows XP? – rohan-patel Apr 20 at 13:12

You can prevent the program from accessing the internet through Windows Firewall.

Or if you know the address it tries to connect to simply add a rule in you hosts file and let it connect to your loopback address :-)

 c:\windows\system32\drivers\etc

 127.0.0.1 example.com
share|improve this answer

If you're using nod32's firewall, you should block it through that, and disable windows firewall. It's usually recommended not to run two firewalls at the same time, as they can conflict. If you still want to block a program with Windows Firewall, here is a good tutorial.

Edit: Just did a bit of reading and apparently NOD32 doesn't have a firewall, so ignore that.

share|improve this answer

If you wish to use a 3rd party outbound firewall, this is a good one, they have a Free and a Paid version, Free one works well.

.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.