Guest User

Untitled

a guest
Oct 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. - For a system wide proxy you need first manually set IE proxy.
  2. - You can also use 'PAC' proxy settings instead.
  3.  
  4. - Because they are forbidden to send network traffic to the local computer in case of improper connection.
  5. - This defies the use of loopback method, hence the proxy.
  6.  
  7. - You can use the command-line tool called 'checknetisolation' to add certain app to the exempt list.
  8. - The exempted metro app uses IE proxy to connect by default.
  9. - There are third-party tools to do this job at ease.
  10. - The tool 'fiddler' for example is recommened for this purpose.
  11.  
  12. - Install and open it
  13. - click 'win8 config'
  14. - check the box behind which is the app you want to exempt.
  15. - save config.
  16. - If you want to set another proxy than IE, you can also fill the proxy address in the same page.
  17.  
  18. netsh winhttp set proxy "proxy.sysadmit.com:8011" "; 172.17. *"
  19.  
  20. HKEY_LOCAL_MACHINE SOFTWARE Microsoft Windows CurrentVersion Internet Settings Connections
  21.  
  22. Key Name: WinHttpSettings
Add Comment
Please, Sign In to add comment