Skip to content

Instantly share code, notes, and snippets.

@sayedihashimi
Last active August 29, 2015 14:10
Show Gist options
  • Save sayedihashimi/b8663fb2da21a5b2b812 to your computer and use it in GitHub Desktop.
Save sayedihashimi/b8663fb2da21a5b2b812 to your computer and use it in GitHub Desktop.
You can use this to start "Metro" IE in Windows 10.
:: based on code from http://pastebin.com/raw.php?i=xn37jvtF by @AdamUCF
:: save this as a .cmd file on your desktop and double click to open the "Metro" IE
:: note: if you save from the web right click "Unblock" to allow execution
powershell -NoProfile -ExecutionPolicy unrestricted -Command "((new-object net.webclient).DownloadString('http://pastebin.com/raw.php?i=xn37jvtF')) | iex"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment