Menu Close

Force Internet Explorer 11 to open instead of Edge

  1. Create .bat file with the script below.
  2. Replace -----URL----- with the website you need to get to
  3. Run BAT file.
  4. Internet Explorer will be started.
@PowerShell -ExecutionPolicy RemoteSigned -Command New-Object -COMObject InternetExplorer.Application -Property @{Navigate2='-----URL-----'; Visible=1}