Results 1 to 4 of 4

Thread: Launch programs at startup

  1. #1
    Join Date
    Feb 2009
    Posts
    192

    Launch programs at startup

    Hi,, I wanted to know how can i Launch multiple programs at startup?

  2. #2
    Join Date
    Feb 2009
    Posts
    455

    Re: Launch programs at startup

    Yes you can launch programs at startup easily, i'll let you know how.

    Usually we follow this step:-

    1. First, make sure that you have enabled the 'Show hidden files and folders' option.

    2. Navigate to this path: C:\Documents and Settings\YourName\Start Menu where, YourName=Your User Name.

    3. Paste shortcuts of the programs you want to run @ startup in this folder.

    But know theres one new way of doing that and thats like..

    1. Open REGEDIT

    2. Navigate to 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run'

    3. Create a REG_SZ value named after your program, with the value being the path to the executable file (for example, 'C:\yourprogram\yourprogram.exe').

    Thats it

  3. #3
    Join Date
    Feb 2009
    Posts
    266

    Re: Launch programs at startup

    This tweak allows a program to be launched when the user logs onto the computer. It can be set to run minimized and there is no trace of the executable in the Startup folder on the Start Menu nor in the Documents and Settings folder accessible via Windows Explorer.

    Follow this process:-

    1. [Start] [Run] [Regedit]

    2. Registry Key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

    3. Modify/Create the Value Data Type(s) and Value Name(s) as detailed below.

    4. Data Type: REG_SZ [String Value] // Value Name: [Enter the Name of Program Executable]

    5. Value Data: [Enter the Path to the Program Executable]

    6. Exit Registry and Reboot.

    Perhaps the quickest and easiest way to accomplish the job is to create a simple batch file that contains the command lines for each program that you want to launch in the order that you want to launch them. You could then put a shortcut to the batch file in your startup folder. A batch file is just a simple text file that has been saved with the filename extension ".BAT" and you can use any text editor including the Notepad program that comes with Windows to create or edit batch files.

  4. #4
    Join Date
    Feb 2007
    Posts
    234

    ohmy Re: Launch programs at startup

    There are many techniques to do that.

    First one is by using the Task Scheduler program that comes with Windows.

    Another tip is to write a small VBScript program to do the job and then putting the VBScript in the Startup folder.

    Then third technique involves adding entries to the registry under the key:

    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run.

    All of the above three steps will work however for most PC users, they are a little more complex than is really necessary.

Similar Threads

  1. Programs Will Not Launch due to virus In The AVG Vault
    By Tufan in forum Networking & Security
    Replies: 5
    Last Post: 07-08-2011, 09:36 AM
  2. Replies: 4
    Last Post: 30-03-2011, 01:44 AM
  3. How to launch programs with shortcut hotkeys
    By mesterio in forum Operating Systems
    Replies: 5
    Last Post: 13-01-2010, 03:30 AM
  4. Automatically launch programs when OS X starts
    By roumieh2000 in forum Operating Systems
    Replies: 3
    Last Post: 31-08-2009, 09:03 AM
  5. How to launch programs in order in WindowsXP
    By Bilal in forum Operating Systems
    Replies: 6
    Last Post: 08-05-2009, 07:48 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,516,449.50021 seconds with 17 queries