Avatar of BobArnett
BobArnett
Flag for United States of America

asked on 

Can't set dbf files to "make available offline"

I've read question Q_21251889 and followed the advice there to edit the registry key to be able to include files with a dbf extension (normally not allowd) in the synchronization of files tagged as "make available offline".
As instructed, I added the values:

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\NetCache]
"ExcludeExtensions"="*.dbf"
"SyncAtLogon"=dword:00000001
"SyncAtLogoff"=dword:00000001
"Enabled"=dword:00000001

Now I'm assuming (since I'm a beginner) that the ExcludeExtensions key value is a Reg_SZ (String) type with the value "*.dbf" typed in without the quotes and the other three keys are all of the Reg_Dword type with the Base Hexidecimal value typed in as 00000001. Right?
... but when the Windows Synchronizer tries to do its thing I keep getting the message that sychronization is not possible with files of this type (dbf). Anything further I can do to make this work?
Microsoft ApplicationsWindows XPFoxPro

Avatar of undefined
Last Comment
BobArnett

8/22/2022 - Mon