Question reg. trusted location

perlfan

Registered User.
Local time
Yesterday, 16:42
Joined
May 26, 2009
Messages
192
Hi!

i am having the problem that my database which I want do distribute (packed with developer extensions) is opened read-only.

After some searching I found a possible solution to add a path as trusted location so the message does not pop up any longer.

Below you'll see the reg entry I found. I am asking myself now what does happen when the user changes the install path that I need to set in the reg entry below?

Thanks for a short answer - Frank

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