Search code examples
windowsinternet-explorercmdinternet-explorer-11internet-options

How can I set protected mode of internet options via cmd


How can I set protected mode of internet options via cmd?

enter image description here


Solution

  • This question will give you some additional information on how to do this.

    https://superuser.com/questions/1031225/what-is-the-registry-setting-to-enable-protected-mode-in-a-specific-zone

    Use REG in your command line to change the value you are looking for. The specific path of what you are looking for is

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\2500
    

    Read in the link for more specifics however I do believe this is what you are looking for.