Other issues or features related to Microsoft Edge on Windows 10
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
Other issues or features related to Microsoft Edge on 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.
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.
what format is DateAdded?
LDAP/Win32 FileTime with the last digit dropped.
The script has now been updated to handle multiple profiles and also sets Allow sites to be reloaded in Internet Explorer mode to Allow.
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.