Advertisement
PC_Aide

Enabled javaScript for IE.bat

Mar 6th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.39 KB | None | 0 0
  1. ::&--------------------------------------------------------------------------------------------------------------
  2. ::  SRC: https://stackoverflow.com/questions/28622225/how-to-disable-javascript-programmatically
  3. ::  Doc: https://support.microsoft.com/en-ca/help/182569/internet-explorer-security-zones-registry-entries-for-advanced-users
  4. ::  Elevated: Y
  5. ::
  6. ::  O/P: registry -> https://imgur.com/FyTgWcn
  7. ::  Tested: IE11
  8. ::&--------------------------------------------------------------------------------------------------------------
  9. ::&◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼
  10. ::  mp4:
  11. ::&◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼
  12.  
  13. ::1400 Scripting: Active scripting
  14. ::3 -> disabled | 0 -> enabled | need restart IE
  15. REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3" /t REG_DWORD /v 1400 /d 0 /f
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement