
29.12.2016, 02:12
|
|
Познающий
Регистрация: 20.10.2016
Сообщений: 31
С нами:
5032483
Репутация:
0
|
|
Basically you do this to prevent a program from connecting to the Internet:
- From start menu, search for "Firewall" and select Windows Firewall with Advanced Security
- Choose Outbound Rules from the tree at the left.
- Choose New Rule... from the menu at the right.
- New Outbound Rule Wizard opens.
a. Select Program as rule type.
b. Select the program's EXE file.
c. Choose Block the connection.
- Choose the profile this rule applies to. If in doubt, select all three.
- Add the descriptive name (you may want to delete this rule later).
You're done.
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
Sorry for English i hope you've got it.
|
|
|