Skip to content

Instantly share code, notes, and snippets.

@bobholt
Last active March 23, 2017 13:16
Show Gist options
  • Save bobholt/4983aa95e65d55e7c1bf79c7b5d9c3af to your computer and use it in GitHub Desktop.
Save bobholt/4983aa95e65d55e7c1bf79c7b5d9c3af to your computer and use it in GitHub Desktop.
@echo off
reg add "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\New Windows" /v "PopupMgr" /t REG_SZ /d no
#!/bin/bash
defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2JavaScriptCanOpenWindowsAutomatically -bool true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment