4

Where can I find and manipulate the information which files and folders have been marked as "Always Available Offline" without using Windows Explorer? I don't want or need to access the offline files\folders themselves, I just want to remotely set the offline folders for some of my users. (Windows Vista in a Domain)

wonea
  • 1,877
Bouncy
  • 41

1 Answers1

1

The cached offline files are not accessible for users and administrators. AFAIK they are stored in a database inside C:\Windows\CSC.

Additional offline folders can be added via registry:

HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER

\Software\Microsoft\Windows\CurrentVersion\NetCache\AssignedOfflineFolders

Add the UNC path of the folder to be included into offline files as REG_SZ entry

Robert
  • 8,055