My company has roughly 700 + users. We have Office 2003 pushed through GPO
to all of the pc's. I want to make a script for word, excel, powerpoint and
access to save at certain location. The script will be ran manually after
the image and push have been performed. If you have any direction or ideas
on this please feel free to help.

Re: Setting the default saved file locations for Office 2003 by Dave

Dave
Fri Apr 29 18:06:52 CDT 2005

RegWrite to these values.

HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Access\Settings
"Default Database Directory" type Reg_Sz

HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\PowerPoint\RecentFolderList
"Default" type Reg_Expand_Sz

HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Word\Options
"DOC-PATH" type Reg_Expand_Sz

HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Excel\Options
"DefaultPath" type Reg_Expand_Sz

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Legolas" wrote:
|
| My company has roughly 700 + users. We have Office 2003 pushed through
GPO
| to all of the pc's. I want to make a script for word, excel, powerpoint
and
| access to save at certain location. The script will be ran manually after
| the image and push have been performed. If you have any direction or
ideas
| on this please feel free to help.