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: Oldest
  1. Les Ferch 10,361 Reputation points Volunteer Moderator
    2022-06-14T17:00:10+00:00

    I'm not seeing any specific profiles under user data other than default.

    Edit: It turns out this issue was due to Edge being signed-in for profile sync. Edge must be in non-synced (i.e. signed-out mode) to use the script.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Les Ferch 10,361 Reputation points Volunteer Moderator
    2022-06-14T17:05:28+00:00

    what format is DateAdded?

    LDAP/Win32 FileTime with the last digit dropped.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  3. Les Ferch 10,361 Reputation points Volunteer Moderator
    2022-06-15T03:55:10+00:00

    The script has now been updated to handle multiple profiles and also sets Allow sites to be reloaded in Internet Explorer mode to Allow.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  4. 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
  5. 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