Login Scrip to set secuirty to loww

H

Hill

Hi
I am on a corporate network; we recently upgraded to Access 2003. Since
after the upgrade many users are having to set their security to low to
access several MDBs over the network. Can anyone help me with a login scrip
that can run to set all users security to "Low"


Thanks
Hill
 
T

Tom van Stiphout

On Fri, 8 Jan 2010 12:26:01 -0800, Hill

Search for it at groups.google.com; this was recently discussed here.
IIRC the consensus was that this (changing of some registry keys) best
be done by a setup program.

-Tom.
Microsoft Access MVP
 
A

Arvin Meyer [MVP]

You might use a reg file to change the registry. All users would need admin
privileges:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Microsoft\Office\11.0\Access\Security]
"Level"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines]
"SandBoxMode"=dword:00000002
 
H

Hill

Thanks a Mill. I will try it...

Arvin Meyer said:
You might use a reg file to change the registry. All users would need admin
privileges:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Microsoft\Office\11.0\Access\Security]
"Level"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines]
"SandBoxMode"=dword:00000002

--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


Hill said:
Hi
I am on a corporate network; we recently upgraded to Access 2003. Since
after the upgrade many users are having to set their security to low to
access several MDBs over the network. Can anyone help me with a login
scrip
that can run to set all users security to "Low"


Thanks
Hill


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top