Detect if Offline Files is being used

  • Thread starter Thread starter Guest
  • Start date Start date
It seems I can get this information from the registry in Win2K and WinXP:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\NetCache]
"Enabled"=dword:00000000 (disabled)
"Enabled"=dword:00000001 (enabled)

So now I'm working out how reliable it is to check only this registry key
value, or if I also need to check other values in this registry key, such as
NoMakeAvailableOffline, NoConfigCache, and GoOfflineAction.

And also wondering - what if the Offline Folders are enabled, but the My
Documents folder's right-click option 'Make Available Offline' has been
deselected. How will I figure that out?
 
Back
Top