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"