I'm doing development with a WAMP server all the time, so I need to add it to the startup in Windows.

I did this with my Windows XP machine, it is simple to do in X, but when I switched to Windows 7 I couldn't find an option to run programs at startup.

How do I make a program run at startup in Windows 7?

link|improve this question

67% accept rate
feedback

2 Answers

up vote 5 down vote accepted

Simplest way would be to put it in your Startup Folder.

They have moved it in Windows 7; now it can be found here:

%AppData%\Microsoft\Windows\Start Menu\Programs\Startup

Start, Run, paste the above, and press ENTER. This will open the startup folder in Explorer.

Now drag and drop a shortcut to the app to whatever you wish to run into the startup folder.

Windows 7 Programs Startup folder

link|improve this answer
feedback

If you want to get to the Startup folder using the GUI you can access it from Start,All Programs,Startup. Right click on this folder and you can open either the Startup folder for your profile or the all users folder (which required Admin permissions to update).

Now drag and drop a shortcut to the app as stated in the earlier answer.

enter image description here

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.