Forum Discussion

Thoruu's avatar
Thoruu
Copper Contributor
Jun 03, 2020

IE mode works, but isn't applied on first run

Anyone experienced that the sitelist isn't applied on first run. I need to refresh the page(one or several times) to get it working.

I see settings are correct: edge://policy/

and on first run I see at this page that nothing is loaded. the force button works. or if I refresh one or more times until I see it is loaded

edge://compat/enterprise

 

the sitelist was on a unc path. but I later moved it to local path for troubleshooting this issue.
I have tried to set the sitelist both with user GPO and computer GPO. 


every time I delete the Preferences file under the profile and run edge, I see this issue.

The system is win 2009 server. it's a citrix server.

The user runs edge with powershell:

$exefie = "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe"
$arguments = "--profile-directory=Default https://websiteINIEmode.com"
$workdir = "C:\Program Files (x86)\Microsoft\Edge\Application\"

Start-Process $exefie $arguments -WorkingDirectory $workdir -NoNewWindow

 

I also tested from citrix desktop a normal edge shortcut with the website in the parameter added. same result.

 

sorry not much details comes up. any ideas of what I can try?

 

Resources