Advertisement
PC_Aide

draft Add trusted site for IE.bat

Mar 6th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 2.09 KB | None | 0 0
  1. ::&--------------------------------------------------------------------------------------------------------------
  2. ::  SRC: https://superuser.com/questions/699265/use-bat-script-to-add-trusted-site-for-ie
  3. ::  Elevated: Y
  4. ::
  5. ::  O/P: default (registry) -> https://imgur.com/yLscX6P
  6. ::
  7. :: Mode GUI | add trusted sites -> inetcpl.cpl -> Security\Trusted sites\Sites <-- O/P --> https://imgur.com/DhTvYVr
  8. ::&--------------------------------------------------------------------------------------------------------------
  9. ::&◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼
  10. ::  mp4:
  11. ::&◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼
  12. ::┎+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++┓
  13. ::  Try to add these four keys.
  14. ::
  15. ::  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\mytest.org]
  16. ::  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\mytest.org\pacs] ::"https"=dword:00000002
  17. ::
  18. ::  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\EscDomains\mytest.org]
  19. ::  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\EscDomains\mytest.org\pacs] ::"https"=dword:00000002
  20. ::┗+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++┛
  21.  
  22. ::used query if not sure for the path instead add
  23. reg add "hkcu\software\microsoft\windows\currentVersion\internet Settings\zoneMap\Domains"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement