Need a way to remotley change the default file locations in Word and Excel

Z

Zorak

I need a way to change the "default file locations" in
Word and Excel. In the registry these are referred to as
the DOC-PATH for Word and the DefaultPath for Excel. Can
this be done with a vb script? I have 17 computers that
about 120 people use. Roaming profiles are not allowed in
our organization. I am trying to avoid manually changing
this for each profile.
 
P

Pegasus \(MVP\)

Create a local .reg file that includes the desired changes,
then test it like so:

regedit -s c:\fileloc.reg

When you're happy that it works, use psexec.exe (free from
www.sysinternals.com) to depoy it.
 

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

Top