Jump to content

Execute Outlook PRF file for every new user


iron_du

Recommended Posts

Hi

I'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.prf

But 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

Link to comment
Share on other sites


How about a simple bat file that checks:

IF NOT EXIST "%userprofile%\ntuser.ini" Outlook.exe /importprf \\server1\share\outlook.prf

the 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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...