Windows XP Startup question...

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
User avatar
DREK
Member
Posts: 79
Joined: Sun Jan 26, 2003 8:37 am

Windows XP Startup question...

Post by DREK »

I created a shortcut and put the program in Start Menu/Startup.
I tried also put the program in

C:\Documents and settings\All users\Start Menu\Programs\Startup

and in:

C:\Documents and settings\ Username\Start Menu\Programs\Startup

But the program doesn't open in startup and it is just 49k .

There is any way that you would advise me? Plz

:D
Welcome to my world!
Freddy
Regular Member
Posts: 133
Joined: Sat Jul 20, 2002 8:15 am
Location: USA

Post by Freddy »

Backup you registry b4 doing wut I am about 2 tell u!!!

If you have only one account on ur xp or If you have more than one account on ur xp and want to apply this to all accounts on ur xp then go 2 start > run > regedit. Then in the left window navigate to hkey_local_machine > software > microsoft > windows > current version > run. Right click on an empty space in the right windows and then create a new string value. Name it n e thing u want (suggestably da name of the program you want to run at startup), but modify the data so that it points exactly to where the file you want to run is (most of the time it's an executable; not the shortcut!); for example, "C:\blabla\blabla.exe". Once you're done doin dat then go to file > exit and then restart/shutdown the computer that u made the change 2.

If you have more than one account on ur xp but want to apply it to a specific account then go into that account and do the same thing except for the fact that after running "regedit", navigate to hkey_current_user instead of hkey_local_machine.

-Freddy
cyberskye
Senior Member
Posts: 4717
Joined: Wed Jan 10, 2001 12:00 am
Location: DC

Post by cyberskye »

What program is it? There may be dependencies that aren't satisfied until the OS is fully loaded.

If this is the case, you can add a batch file to your start up group that has several "sleep" statements, forcing it to wait a few seconds after OS startup before firing up the prog you are after.
anything is possible - nothing is free

:wth:
Blisster wrote:It *would* be brokeback bay if I in fact went and hung out with Skye and co (did I mention he is teh hotness?)
:wth:
User avatar
DREK
Member
Posts: 79
Joined: Sun Jan 26, 2003 8:37 am

Re: Windows XP Startup question...

Post by DREK »

Originally posted by DREK
I created a shortcut and put the program in Start Menu/Startup.
I tried also put the program in

C:\Documents and settings\All users\Start Menu\Programs\Startup

and in:

C:\Documents and settings\ Username\Start Menu\Programs\Startup

But the program doesn't open in startup and it is just 49k .

There is any way that you would advise me? Plz

:D


Thanks a lot .. it worked great ;)
Welcome to my world!
Post Reply