So I have been through as many of the posts I could find on this But I missing something. 1st off I can do the change manually but I will not and do not want any of my users in their resistory. That said I'm trying to get this note doc setup to create the trusted location.
This is the code I have so far.
This is the code I have so far.
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Security\Trusted Locations]
[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Security\Trusted Locations\FingerPrint]
"AllowSubfolders"=dword:00000001
"Path"="C:\Finger Print\"
"Description"="Finger Print program"
"Date"="05.01.2009 12:00"
[code\]
When this runs I get almost everything I'm shooting for but the Path.
The trusted location get added
the date and desc. both get added
the allowsubfolders is correct
but I cant seem to get the string value Path to work.
Any ideas or help please thanks for looking
jon