Jump to content

Adding Startup Items To Registry?


Recommended Posts

just wondering how to make an item run on startup through the registry

like, hklm\software\microsoft\windows\currentversion\run

i think or something like that

i've been experimenting with it for like a day now and still clueless

the way i think it would be done doesnt quite work

and the copy commands hate me so i dont want to use them to copy a shortcut to the startup folder :P

Link to comment
Share on other sites


Ok, did you want something permanent?

You can easely make apps run from the HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENT VERSION\RUN... ( virus are always there :) )

This is a sample of a .reg to make a run entry

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"msnmsgr"="\"C:\\Program Files\\MSN Messenger\\msnmsgr.exe\" /background"

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...