Increase Max File Path beyond 254 characters

Starting in Windows 10, version 1607, MAX_PATH limitations have been removed from common Win32 file and directory functions. However, you must opt-in to the new behavior.

Add the following registry(REGEDIT.EXE) entry and reboot the computer

Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] “LongPathsEnabled”=dword:00000001

https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry

MS Edge – Allow sites to be reloaded in Internet Explorer mode – extend beyond 30 days

When adding a website to the “Internet Explorer mode Pages” of MS Edge, it will be removed/expire after 30 days. This will extend it to 2099

  1. Sign OUT of MS Edge that is syncing a profile
  2. exit Edge
  3. download vbs script below
  4. Edit it the script by searching for the line that starts with AddPages and add websites, separate each with a pipe |
  5. Save the file and run the vbs script

https://lesferch.github.io/IEModeExpiryFix/