@echo off REM Check for Windows XP ver | find "XP" > nul if %ERRORLEVEL% == 1 goto exit reg load hklm\temp "%systemdrive%\documents and settings\default user\ntuser.dat" > nul reg add hklm\temp\Software\Microsoft\Office\10.0\Outlook\Setup /v ImportPRF /d \\server\share\Outlook.prf > nul reg unload hklm\temp > nul :exit exit