How to Extend IE mode more than 30 days

Anonymous
2022-03-03T10:10:12+00:00

After adding URL's in IE mode pages it has a expire days of 30. I would like to know how to extend more than 30 days as per InternetExplorerIntegrationLocalSiteListExpirationDays policy.

Please help.

Microsoft Edge | Other | Windows 10

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

167 answers

Sort by: Newest
  1. Anonymous
    2023-12-06T19:09:22+00:00

    Log out from your profile on MS edge, and close it then run the script it should work

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2023-12-06T19:08:31+00:00

    You can use the IEModeExpiryFix script to set the expiry for all Edge IE Mode pages to a far future date of your choice (2099 by default). Please see the notes at that link for more details.

    Thanks alot this worked much appreciated !

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2023-08-10T22:50:46+00:00

    Thank you! I do not use Edge on any other device, so I used option 1, and it worked perfectly.

    Was this answer helpful?

    0 comments No comments
  4. Les Ferch 10,361 Reputation points Volunteer Moderator
    2023-08-10T06:44:41+00:00

    I have a Network Video Recorder that requires to be run in Internet Explorer Mode. I am able to get there, but it will only stay that way for 30 days. I can always add that URL again, but that only buys me an additional 30 days. Is there a way to have that particular address "always" open in IE mode?

    You have two options: 1) Use my IEModeExpiryFix script to set the expiry to 2099, 0r 2) Use a little launcher script that loads your Network Video Recorder directly into Internet Explorer.

    Option 1:

    To use the script, your Edge profile must NOT be synced. Click the little person icon at the top of the Edge window: Image

    If you see a dialog like this, you're ready to run the script:

    Image

    But if you see a dialog like this, the script will not work:

    Image

    If you run Edge on more than one device and want your Edge data (e.g. bookmarks) synced across those devices, then I'd recommend leaving sync on and go to Option 2. But if you only run Edge on one device, then you can turn off sync (click the gear icon and then click the sign out button).

    You can download the script from here: https://lesferch.github.io/IEModeExpiryFix/

    Option 2:

    Download the IEModeExpiryFix package (same link as above) and extract the file LaunchIE.vbs. Edit the file using a text editor, such as Notepad, and change the string "about:blank" to the URL of your Network Video Recorder. For example:

    Set oIE = CreateObject("InternetExplorer.Application") 
    
    oIE.Visible = True 
    
    oIE.Navigate "https://192.168.1.124"
    

    Then, just double-click that script anytime you need to access your NVR. You can put the script anywhere and create a shortcut to it if you like.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2023-08-10T01:56:43+00:00

    I am an individual user, not part of an enterprise and would like to have clear way to fix this issue. I do not use profiles; I do not speak "System Admin".

    I have a Network Video Recorder that requires to be run in Internet Explorer Mode. I am able to get there, but it will only stay that way for 30 days. I can always add that URL again, but that only buys me an additional 30 days. Is there a way to have that particular address "always" open in IE mode?

    And if not, why not?

    Was this answer helpful?

    0 comments No comments