Показать сообщение отдельно

  #8  
Старый 29.12.2016, 02:12
Newbiez
Познающий
Регистрация: 20.10.2016
Сообщений: 31
С нами: 5032483

Репутация: 0
По умолчанию

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.

    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.

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.
 
Ответить с цитированием