Internet Explorer is the default web browser for hyperlinks, but this can be changed.
One of the following possibilities:
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
Option:
using a placeholder iexplore.exe (manual)- Download https://files.cameyo.com/downloads/iexplore.exe
- Place this file in C:\Program Files\Internet Explorer instead of the existing executable.
Option:
using new user configuration policy- Get chromedefault.xml from the Google support website and place it on the Cameyo Play Server
- 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.