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?

link|improve this question

feedback

4 Answers

up vote 3 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.

link|improve this answer
Windows Firewall is definitely the easiest way to go. – studiohack Feb 5 at 16:07
feedback

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.

link|improve this answer
feedback

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
link|improve this answer
feedback

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.

.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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