Method #1: Send an email to all users
Give them in the email the following instructions:
By default, Outlook & Word & Access & Excel assume that you want to store documents in the My Documents folder or one of its subfolders, so it automatically displays the contents of the My Documents folder when you first display the Open or Save As dialog box. If you use a different folder for your data files, you will probably want Office applications to automatically display its contents in the Open and Save As dialog boxes instead.
To change your default documents folder, follow these steps:
Choose Tools, Options.
In the Options dialog box, click the File Locations tab.
Select Documents under File Types, and then click the Modify button.
In the Modify Location dialog box that appears, navigate to and select the folder that you want to be the default documents folder. When its name appears in the Look In text box, click OK.
Click the Close button in the Options dialog box.
Now when you display the Open dialog box, the folder you designated appears by default in the Look In box. By the same token, when you display the Save As dialog box, this folder appears in the Save In box.
Method #2: Push a registry change
I am going to assume that the environmental variables HOMEDRIVE and HOMEPATH were set during network logon. The example would then default to this path and a folder called "My Office Files". You can use literal pathing instead; e.g. "F:\Office Files" or even UNC paths.
---------- copy/paste beginning below this line
Registry Editor 5.0
HKEY_CURRENT USER\Software\Microsoft\Office\11.0\Outlook\Options
"DefaultPath"="%HOMEDRIVE%HOMEPATH%\My Office Files"
HKEY_CURRENT USER\Software\Microsoft\Office\11.0\Word\Options
"DefaultPath"="%HOMEDRIVE%HOMEPATH%\My Office Files"
HKEY_CURRENT USER\Software\Microsoft\Office\11.0\Excel\Options
"DefaultPath"="%HOMEDRIVE%HOMEPATH%\My Office Files"
HKEY_CURRENT USER\Software\Microsoft\Office\11.0\Access\Options
"DefaultPath"="%HOMEDRIVE%HOMEPATH%\My Office Files"
HKEY_CURRENT USER\Software\Microsoft\Office\11.0\Poserpoint\Options
"DefaultPath"="%HOMEDRIVE%HOMEPATH%\My Office Files"
----------- end copy/paste above this line
Method #3: Add to the Places Bar
A more persistent approach would be to add the folders you would like in the My Places Bar:
Note that Office applications use a different set of registry entries for Common Dialogue boxes than XP generally, so TweakUI and other approaches will not work:
Office XP & 2003 already have a customize option for the Places bar. Again this only affects the Office Open & Save dialogs not the Open and Save common dialogs. Office XP & 2003 have the large and small icon option also. Some additional discussion of Office 2003 and Common Dialogue box customization:
. Add or delete a shortcut from the My Places bar
. Add a place to store your files
. How to customize the My Places bar in the "Open" and "Save As" dialog boxes in Office XP programs
. How to customize the My Places bar in both the Open and the Save As dialog boxes in Office 2003
. Customize the Places Bar in Office XP