Admins eHow SysAdmin Tips & Tricks

June 23, 2025

Launch Internet Explorer on Windows 11 with a Command

Filed under: Windows — Tags: , , — admin @ 11:26 am

Need to open Internet Explorer on Windows 11 for testing or legacy apps? While Microsoft Edge is the default, you can launch IE using this command:

%systemroot%\System32\conhost.exe powershell.exe -noprofile -executionpolicy bypass -windowstyle hidden -command "(new-object -com internetexplorer.application).visible=$true"

Powered by WordPress