Adding Trusted Location Programatically

speakers_86

Registered User.
Local time
Yesterday, 19:21
Joined
May 17, 2007
Messages
1,919
I have seen this link posted by bob larson, but what to do with the code? If the be, fe, and icon are all stored in the users documents, say My Documents\My App, and the link should be on the users desktop, what does the code look like? Also, where do I put this code? I figured it was in notepad as a .reg or .bat, but I have had no luck making this work.


Code:
[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\A ccess\Security\Trusted
Locations\Location1]
AllowSubFolders (REG_DWORD) = 1
Path (REG_SZ) "C:\MyTrustedDatabaseFolderNo1"
 

Users who are viewing this thread

Back
Top Bottom