crashdundee Posted October 24, 2004 Posted October 24, 2004 I just realized that after my Unattended setup, all aplications such as skype and kazaa start with windows after that. Is there some way how i can prevent them from putting themselves into the startup list, or can i automatically get rid of them somehow ?thanks
minigun Posted October 24, 2004 Posted October 24, 2004 if its in the startup folder you can use the delete command in your batch file...DEL /Q /Sfollowed by the path... e.g.%systemdrive%\Documents and Settings\USERNAME\Start Menu\Programs\startup\whatever.lnkor if there in the registry find:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Runfind the key that you want to remove then use...REG DELETEcommand in your batch file
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