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: Most helpful
  1. Les Ferch 10,361 Reputation points Volunteer Moderator
    2022-06-15T11:34:01+00:00

    I can't seem to find/create a function to convert my date to FileTime format...

    Here's an example. I'll build that into the script tonight.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2022-06-15T09:18:33+00:00

    Thank you.

    I can't seem to find/create a function to convert my date to FileTime format...

    Limited knowledge, but I've tried:-

    DateToday = date()
    Int64 TodayInFileTime = DateToday.ToFileTime()

    If I can get this, I just need to convert to string and drop a digit and I should be good to go.

    Was this answer helpful?

    0 comments No comments
  3. Les Ferch 10,361 Reputation points Volunteer Moderator
    2022-06-14T16:47:38+00:00

    Did as instructed and does not work. Date still shows 2022. Clicked the text boxes that asked to change to 2099 and the one confirming it was changed.

    It may be the same issue I was just troubleshooting. That is, the script edited your Default Preferences, but you're actually using a Preferences file under a different profile. I should have a fix ready tonight that updates all Edge profiles.

    Was this answer helpful?

    0 comments No comments
  4. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  5. Les Ferch 10,361 Reputation points Volunteer Moderator
    2022-06-14T16:44:06+00:00

    Yep that worked, thanks! Also, I had to change the Allow sites to be reloaded in Internet Explorer mode from Default to Allow for the sites to actually work.

    Image

    Good to know. I'll see if I can add that to the script.

    Was this answer helpful?

    0 comments No comments