iron_du Posted May 30, 2007 Posted May 30, 2007 HiI've just found that after creating a PRF file for Outlook 2003 (which contains the Exchange server name and other settings), I can execute it by the following ways:Outlook.exe /importprf \\server1\share\outlook.prf...or...HKCU\Software\Microsoft\Office\11.0\Outlook\Setup\ImportPRF=\\server1\share\Outlook.prfBut both methods execute the configuration file for the actual user. Is there a way to execute it for every new user that logs on to the workstation?Thanks
WotC Posted June 7, 2007 Posted June 7, 2007 How about a simple bat file that checks:IF NOT EXIST "%userprofile%\ntuser.ini" Outlook.exe /importprf \\server1\share\outlook.prfthe link can be included into the runonceex registry path or there is a path somewhere in the %windir% where you can store logion scripts (due to the if not exist query it runs only the first time, even if scheduled to run after every login).just a suggestion though
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now