March 8, 200521 yr 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
March 8, 200521 yr 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"
March 8, 200521 yr Author alright, i will try that when i get the chanceis "/background" universal or just for msn?
Create an account or sign in to comment