Internet Explorer is the default web browser for hyperlinks, but this can be changed.

One of the following possibilities:

  1. Option

    using a placeholder iexplore.exe (script)


    Create the following batch file iedefault.bat and run it:
    pushd .
    c:
    powershell -Command "Invoke-WebRequest https://files.cameyo.com/downloads/iexplore.exe -OutFile %temp%\iexplore.exe"
    cd "C:\Program Files\internet explorer"
    taskkill /F /IM iexplore.exe
    takeown /F iexplore.exe
    icacls.exe iexplore.exe /T /Q /C /RESET
    xcopy /y "%temp%\iexplore.exe" .
    popd


  2. Option:

    using a placeholder iexplore.exe (manual)
    1. Download https://files.cameyo.com/downloads/iexplore.exe
    2. Place this file in C:\Program Files\Internet Explorer instead of the existing executable.


  3. Option:

    using new user configuration policy

    1. Get chromedefault.xml from the Google support website and place it on the Cameyo Play Server
    2. Run the following command in the folder where the xml is:
      Dism.exe /Online /Import-DefaultAppAssociations:chromedefault.xml

      Note: This change will only affect new user profiles. Existing profiles will not have their default changed.