lilweirddude Posted March 8, 2005 Posted March 8, 2005 just wondering how to make an item run on startup through the registrylike, hklm\software\microsoft\windows\currentversion\runi think or something like thati've been experimenting with it for like a day now and still cluelessthe way i think it would be done doesnt quite workand the copy commands hate me so i dont want to use them to copy a shortcut to the startup folder
FeTT! Posted March 8, 2005 Posted March 8, 2005 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 entryWindows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]"msnmsgr"="\"C:\\Program Files\\MSN Messenger\\msnmsgr.exe\" /background"
lilweirddude Posted March 8, 2005 Author Posted March 8, 2005 alright, i will try that when i get the chanceis "/background" universal or just for msn?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now