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-18T03:38:10+00:00

    I was getting the same issue as Beatrice, but I thought it was because the script was adding the / at the end of my webpage address?

    When I manually add the webpage in Edge UI, I can see in the Preferences file that it doesn’t add the / , so I just removed the line of code that adds it and it worked okay.

    Is the / only for adding sites rather than pages?

    I removed the code that adds the trailing slash and added a comment that says to include a trailing slash in your URLs, unless it's a file URL such as .html or .aspx. Handling the trailing slash automatically would require a big lookup table of web page file types. It would be rather difficult to know if such a table were complete.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2022-06-18T07:52:33+00:00

    Totally agree. I don’t think it’s unreasonable to ask users of the code to add their own slashes. :-)

    This code is going to help so many people…

    One final query - I’m thinking of giving the user the option to only reset the “date added” for specified sites…

    I’m assuming it would be another iteration of the InStr and Replace commands?

    I already have a modified version of your code that adds a few other options, such as the option to use today’s date as date added - so even if you have an example of those commands, that would be a huge help.

    …and as ever, thanks again.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2022-06-18T08:09:21+00:00

    Hi LesFerch, the trick of bringing forward the expiration date didn't work. In reality, the link is hidden. if you reuse the script, the old link contains uppercase characters reappears. I would be grateful if you would create the script to edit and correct the entry of mixed cases with a simple search and replace. Thank you

    Was this answer helpful?

    0 comments No comments
  4. Les Ferch 10,361 Reputation points Volunteer Moderator
    2022-06-19T06:30:30+00:00

    I would be grateful if you would create the script to edit and correct the entry of mixed cases with a simple search and replace. Thank you

    I've added a FindReplace feature to the script. See the comments in the script for usage.

    Was this answer helpful?

    0 comments No comments
  5. 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