AGPM error: Windows cannot find 'iexplorer.exe'

John R Lang 10 Reputation points
2023-01-11T21:09:04.12+00:00

Internet Explorer recently uninstalled. MS Edge is the default app.

AGPM is throwing the error "Window cannot find 'iexplorer.exe'. Make sure you typed the name correctly, and then try again."

I changed the registry key as shown here: [https://learn.microsoft.com/en-us/answers/questions/751493/agpm-browser-other-than-ie

I am still receiving the error. Has anybody found a fix for this? Appreciate the help!

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Andy Brown 0 Reputation points
    2023-02-17T16:08:25.89+00:00

    I had to modify that registry entry to \\ instead of just one \ in the paths for it to actually add it in the registry. The GPO settings would finally open in Edge but if there are any spaces in the GPO name, it will open the words between the spaces into new tabs instead of one long URL and won't display the GPO settings. It only works right now if the GPO name has no spaces.

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE]
    @="C:\\Program Files (x86)\Microsoft\\Edge\\Application\\msedge.exe"
    "Path"="C:\\Program Files (x86)\\Microsoft\\Edge\\Application;"

    I'm still trying to find a way to get it to open them into one tab because we have so many GPOs that would need to be updated.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.