How do you add things to startup

Reply

Join Date: Feb 2004
Posts: 126
Reputation: J☼E is an unknown quantity at this point 
Solved Threads: 0
J☼E's Avatar
J☼E J☼E is offline Offline
Junior Poster

How do you add things to startup

 
0
  #1
Feb 22nd, 2004
How do you add things to the msconfig startup menu

i just want this program to run when the computer starts
Reply With Quote Quick reply to this message  
Join Date: Aug 2003
Posts: 9,761
Reputation: caperjack is a splendid one to behold caperjack is a splendid one to behold caperjack is a splendid one to behold caperjack is a splendid one to behold caperjack is a splendid one to behold caperjack is a splendid one to behold caperjack is a splendid one to behold 
Solved Threads: 511
Team Colleague
caperjack's Avatar
caperjack caperjack is offline Offline
Posting Prodigy

Re: How do you add things to startup

 
1
  #2
Feb 22nd, 2004
If you want a program to run at startup,put its .EXE in the startup folder .
Open windows explorer ,and copy the progrms .exe to the startup folder .

the startup folder is in C:\Documents and Settings\YOUR USER NAME\Start Menu\Programs\Startup. just place a copy of the programs .EXE here ,
Like if it were notpad.exe you wanted to start you would go to c:\windows ,and drag and drop a copy of notepat.exe to .
C:\Documents and Settings\YOUR USER NAME\Start Menu\Programs\Startup that its ..
Or if the program is in ,START/All Programs just drag and drop its icon to the startup folder there .
Fallen Heroes Song ,
http://www.youtube.com/watch?v=-RfXBB0BRHY
Going with the Flow ,but the water is low and the rocks are big
Reply With Quote Quick reply to this message  
Join Date: Sep 2003
Posts: 137
Reputation: NiTeHaWk4787 is an unknown quantity at this point 
Solved Threads: 1
NiTeHaWk4787's Avatar
NiTeHaWk4787 NiTeHaWk4787 is offline Offline
Junior Poster

Re: How do you add things to startup

 
0
  #3
Feb 22nd, 2004
how would u prevent something from starting on startup? cuz i have so much stuff that starts up it takes like 3 or 4 minutes from logging on, until everything loads, until i open task manager and close everything, then i can start doing stuff. i went to that folder to maybe take stuff out if it was ther but it was empty. would u go to start/all programs/startup and just drag things out?
Reply With Quote Quick reply to this message  
Join Date: Aug 2003
Posts: 9,761
Reputation: caperjack is a splendid one to behold caperjack is a splendid one to behold caperjack is a splendid one to behold caperjack is a splendid one to behold caperjack is a splendid one to behold caperjack is a splendid one to behold caperjack is a splendid one to behold 
Solved Threads: 511
Team Colleague
caperjack's Avatar
caperjack caperjack is offline Offline
Posting Prodigy

Re: How do you add things to startup

 
0
  #4
Feb 26th, 2004
Go to start/run ,tpe in MSCONFIG,and uncheck the programs you don't want running or right click on the programs icon down by the clock and most have options you can check so as not to start when booting computer .
Fallen Heroes Song ,
http://www.youtube.com/watch?v=-RfXBB0BRHY
Going with the Flow ,but the water is low and the rocks are big
Reply With Quote Quick reply to this message  
Join Date: Oct 2003
Posts: 165
Reputation: steosaur(oWn) is an unknown quantity at this point 
Solved Threads: 5
steosaur(oWn)'s Avatar
steosaur(oWn) steosaur(oWn) is offline Offline
Junior Poster

Re: How do you add things to startup

 
0
  #5
Feb 26th, 2004
STARTER
This may make it easier for you, sometimes it doesn't keep things from being started because they have some file that reloads the start command for that program. (i.e. i tried to disable quicktime from starting its tray icon, but it cam back)

p.s. Caper's method is more effective though
Reply With Quote Quick reply to this message  
Join Date: Feb 2004
Posts: 56
Reputation: Jra2003 is an unknown quantity at this point 
Solved Threads: 1
Jra2003 Jra2003 is offline Offline
Junior Poster in Training

Re: How do you add things to startup

 
0
  #6
Feb 27th, 2004
joe, dont use caperjack advice, not to offend caperjack or anything, but depend on the program, copying the exe file to the startup folder might not work. I recommend you make a shortcut in the start up folder for 2 reasons.
1. Some EXE files tend to get very large and so you will be wasting unnesscary HD space when a shortcut only takes a few bytes.
2. Most programs have other files in the same folder as the EXE file so that the program can run(like dll and cfg files) so the program wont work with the EXE file by itself.
Reply With Quote Quick reply to this message  
Join Date: Feb 2004
Posts: 10,096
Reputation: crunchie is a splendid one to behold crunchie is a splendid one to behold crunchie is a splendid one to behold crunchie is a splendid one to behold crunchie is a splendid one to behold crunchie is a splendid one to behold crunchie is a splendid one to behold 
Solved Threads: 766
Moderator
Featured Poster
crunchie's Avatar
crunchie crunchie is offline Offline
Spyware Killer

Re: How do you add things to startup

 
0
  #7
Feb 27th, 2004
Drag the exe that you want to start to the 'start' button at the left bottom of screen. Keep the mouse button down, the menu will then open. Go up to 'programs'
& find the startup folder. Drop it there.
Reply With Quote Quick reply to this message  
Join Date: Aug 2003
Posts: 372
Reputation: TheOgre is a jewel in the rough TheOgre is a jewel in the rough TheOgre is a jewel in the rough 
Solved Threads: 6
TheOgre's Avatar
TheOgre TheOgre is offline Offline
Posting Whiz

Re: How do you add things to startup

 
0
  #8
Mar 4th, 2004
You can also add entries to the Registry in:
HKLM\Software\Microsoft\Windows\CurrentVersion\Run

Although it's better to create a shortcut in the Startup group for the program you want to start with Windows (like crunchie stated) than copying the actual executable.

To prevent applications from starting up, check the Registry and the Startup group. Quicktime starts from HKCU\Software\Microsoft\Windows\CurrentVersion\Run
If you spend more on coffee than on IT security, you will be hacked.
What's more, you deserve to be hacked.
-- former White House cybersecurity czar Richard Clarke
Reply With Quote Quick reply to this message  
Join Date: Sep 2003
Posts: 137
Reputation: NiTeHaWk4787 is an unknown quantity at this point 
Solved Threads: 1
NiTeHaWk4787's Avatar
NiTeHaWk4787 NiTeHaWk4787 is offline Offline
Junior Poster

Re: How do you add things to startup

 
0
  #9
Mar 4th, 2004
k thx
Reply With Quote Quick reply to this message  
Join Date: May 2003
Posts: 865
Reputation: TallCool1 is a jewel in the rough TallCool1 is a jewel in the rough TallCool1 is a jewel in the rough 
Solved Threads: 43
Team Colleague
TallCool1's Avatar
TallCool1 TallCool1 is offline Offline
Practically a Posting Shark

Re: How do you add things to startup

 
0
  #10
Mar 4th, 2004
Originally Posted by caperjack
If you want a program to run at startup,put its .EXE in the startup folder .
Open windows explorer ,and copy the progrms .exe to the startup folder.
No, the best way is to place a shortcut IN THE Startup folder. The easiest way to do this is to right-click on the icon for the program or script you want to start with Windows and then Send to -> Desktop. This will place a shortcut on the Desktop. Left-click and drag the icon over the Start button. While continuing to hold the left mouse-button, the Start menu will pop up. Simply drag the icon into the Startup folder and let go of the button -- voila!
-- Michael Rudas
How To Ask Questions The Smart Way (article by Eric Raymond).
Dealing with Malware
My Articles page.
My Best-of-Breed Free Software for Windows list
Other Windows- & Microsoft-related links
The Audio Tech's Page
My blog
The Oak Park Computer Club
PenguiCon 4.0 Open Source & Science Fiction convention, April 21-23, 2006.
Knoppix Linux (CD-bootable) download. information, & support.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the Windows NT / 2000 / XP Forum
Thread Tools Search this Thread



Tag cloud for Windows NT / 2000 / XP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC