How to detect if metro UI of IE 10? Posted on 2012/10/22 by Luke Lei if (window.__IE_DEVTOOLBAR_CONSOLE_COMMAND_LINE) { // In IE 10 Standard UI } else { // In IE 10 Metro UI }