Skip to content

Instantly share code, notes, and snippets.

@aeshirey
Last active January 26, 2017 21:58
Show Gist options
  • Save aeshirey/d158eb2f120122df52de01864a4212d3 to your computer and use it in GitHub Desktop.
Save aeshirey/d158eb2f120122df52de01864a4212d3 to your computer and use it in GitHub Desktop.
Sick of how bloated Chrome is, I created an alternate Chrome shortcut to help Future Me remember to refrain from using it, if possible
C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -Command "if ((New-Object -ComObject Wscript.Shell).Popup('Remember how bloated Chrome is? Open Edge instead?',0,'Really?',0x1)) { start microsoft-edge: } else { start chrome.exe }" -WindowStyle Hidden
@aeshirey
Copy link
Author

User interface:
shortcut

really

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