Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

C Program start with windows


Ingelo's Avatar
q|^.^|p - Say w00t!
0 0

How do i make a C program start with windows?


ghost's Avatar
0 0

Open regedit and navigate to HKEY_LOCAL_MACHINE&*92;Software&*92;Microsoft&*92;Windows&*92;CurrentVersion&*92;Run

Make a new string value there and put the full path to the EXE file of your program into the data part.

EDIT: The &*92; is supposed to be a backslash, but the HBH filters block it.

There is a screenshot here


Mr_Cheese's Avatar
0 1

or simply copy it into the users start up folder.


ghost's Avatar
0 0

so muc easier…


Ingelo's Avatar
q|^.^|p - Say w00t!
0 0

Thanks :)


SySTeM's Avatar
-=[TheOutlaw]=-
20 0

LOL @ mastergamer, always making things much more complicated aren't ya :p


ghost's Avatar
0 0

system_meltdown wrote: LOL @ mastergamer, always making things much more complicated aren't ya :p

I guess I am used to using the registry method.