Results 1 to 3 of 3

Thread: Startup and tray [RESOLVED]

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2004
    Location
    Florida, US
    Posts
    72

    Resolved Startup and tray [RESOLVED]

    How can you configure windows to start a progam automaticly? (in XP)

    also, can you take a normal program and put it in the tray instead of the taskbar?(in XP too)
    Last edited by Framerate; Nov 30th, 2004 at 03:22 PM.

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    1.

    You can either place a shortcut to the application under the start menu's startup folder:

    For all users
    C:\Documents and Settings\All Users\Start Menu\Programs\Startup

    For a single user
    C:\Documents and Settings\User_Name_Here\Start Menu\Programs\Startup

    or in the registry at this key:

    For all users
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

    For a single user
    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run


    2.

    Nope, the program has to be designed to work this way, this isn't like a "shortcut".

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Oct 2004
    Location
    Florida, US
    Posts
    72
    k thx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width