starting outlook on startup with group policy

  • Thread starter Thread starter Stingray
  • Start date Start date
S

Stingray

How can i use Group policy to start Outlook 2002 automatically when a user
logs on ?

thanks
 
One possible way is to set the registry key
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run with a
string value that has the full path and executable for Outlook. So it may
look like this:

Outlook REG_SZ C:\Program Files\Microsoft Office\Office10\OUTLOOK.EXE

Assuming it is installed in the default location and that it is the same for
every machine you apply this too.

Mike.
 
can u help me with the script buddy ?
outlook is installed in the c:\program files \outlook folder

thanks
 
Back
Top