Skip to content

set IE mode for external client to access ISD IE required sites.

License

Notifications You must be signed in to change notification settings

bcgov/IEList4ISDSites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

IEList4ISDSites

set IE mode for external client to access ISD IE required sites.

for non-admin user

Installation

Open PowerShell - win+R, type "powershell", or cmd then run following

reg add HKCU\SOFTWARE\Policies\Microsoft\Edge /v InternetExplorerIntegrationLevel /t REG_DWORD /d 1
reg add HKCU\SOFTWARE\Policies\Microsoft\Edge /v InternetExplorerIntegrationSiteList /t REG_SZ /d "https://bcgov.github.io/IEList4ISDSites/IEsites.xml"

If get path not find error, run following first, then run the cmd above

reg add HKCU\SOFTWARE\Policies\Microsoft\Edge

Uninstallation

reg delete HKCU\SOFTWARE\Policies\Microsoft\Edge /v InternetExplorerIntegrationLevel /f
reg delete HKCU\SOFTWARE\Policies\Microsoft\Edge /v InternetExplorerIntegrationSiteList /f
reg delete HKCU\SOFTWARE\Policies\Microsoft\Edge /f

Verification

see below

for admin user

installation

Download the policy from the following link

https://bcgov.github.io/IEList4ISDSites/HLK.reg

it will download or prompt you to download a file via your browser.

You need to run that HLK.reg file from wherever your browser it downloads to. ( DO NOT do this on a gov computer it will overwrite your existing IE mode settings)

You need to be an admin on the workstation to run it.

  • N.B. Make sure they check with any local IT support they may have in case their company manages IE Mode for Edge on their systems, as, like gov computers, this will over write anything that may have been done for them already. If that is the case we can just provide our site entries to their IT support group to add to their settings.
  • We can also provide details for an appendix on what this is doing if required.

When it runs it will prompt with some security warnings to click thru, OK, Run, or Yes

1 2

Admin rights

3 4

Which should result in the success message like

5

Verification

Once done if you close all Edge sessions and reopen and all sites related to our ministry should work correctly in IE mode indefinitely.

User can confirm what has happened in Edge by opening Edge and putting the following in the address bar

edge://policy

6

And

The list of sites provided by the iesites.xml list and how to run them. This list covers off ICM and CRIS, prod, recover, training and practice sites.

edge://compat

7

About

set IE mode for external client to access ISD IE required sites.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published