Quote:
Originally Posted by Storm33229
I want to make it so that pre-installed software starts up when you turn on your computer.
|
Not really sure if this is what you wanted since it isn't c# related but you can simply stick a shortcut for that program in this folder for all the users: @"c:\Documents and Settings\All Users\Start Menu\Programs\Startup\"
Or you can replace "All Users" with "%username%" (with % without ") so it'll run for the current user only.
Again, not c# related but it'll work.