Internet Explorer 10 and WebCache with Roaming profiles

So worked with a issue with Internet Explorer 10 and its webcache and roaming profiles. The trouble is that with IE10 is that it stores its cache in the local appdata folder. (Same goes for IE11) With IE9 we do not have this issue.

This folder –> %LocalAppData%MicrosoftWindowsWebCache

Here it stores the frequently access sites, password and so on.
The problem with using regular roaming users is that that %LocalAppData% folder is not part of the roaming profile user and will always stay on the server a user accessed. So the problem occurs when a user accesses a new server and again needs to build up their resources in IE10.

One solution is to create a group policy which alters the default behaviour of if Localappdata to allow to be part of the roaming profile.

[HKEY_CURRENT_USERSoftwareMicrosoftWindows NTCurrentVersionWinlogon]

“ExcludeProfileDirs”=”AppData\Local;AppData\LocalLow;$Recycle.Bin”

Change to:

[HKEY_CURRENT_USERSoftwareMicrosoftWindows NTCurrentVersionWinlogon]

“ExcludeProfileDirs”=”AppData\LocalLow;$Recycle.Bin”

This allows the local appdata folder to syncronized with romaing profiles as well. Now this has its advantages since it is easy to setup and easy to change with Group Policy, but it takes everything inside the folder to sync so you might need to look at the size of the romaing profiles. You can also use deduplication feature in Windows Server 2012 to save some space.

Another solution is to create a symlink here we can do it for a particular folder in order to reduze the roaming profile folder.

mklink C:UsersuserAppDataLocalMicrosoftInternet Explorer \roamingprofilefolder /D

This needs to be run as administrator in order to take effect, so if you have RES for instance you can run this at logon to setup the link.

0 thoughts on “Internet Explorer 10 and WebCache with Roaming profiles”

  1. A third option might be viable for those running Citrix XenApp or XenDesktop. Citrix Profile Manager can be used to roam this part of the userprofile, and can also synchronize it between desktop-PCs, VDI-clients and Server-OS (ie XenApp).

Leave a Reply

Scroll to Top
%d bloggers like this: