Skip to content

Instantly share code, notes, and snippets.

@paveltimofeev
Last active October 16, 2017 14:13
Show Gist options
  • Save paveltimofeev/9688b4833e65edc9b3e2ec0965c7644b to your computer and use it in GitHub Desktop.
Save paveltimofeev/9688b4833e65edc9b3e2ec0965c7644b to your computer and use it in GitHub Desktop.
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\New Windows" /f /v PopupMgr /t REG_SZ /d no
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\New Windows" /f /v BlockUserInit /t REG_SZ /d no
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\New Windows" /f /v UserInitTimeout /t REG_SZ /d no
@paveltimofeev
Copy link
Author

more options are described here: http://smallvoid.com/article/ie-popup-blocker.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment