Jump to content

Recommended Posts

Posted

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


Posted

if its in the startup folder you can use the delete command in your batch file...

DEL /Q /S

followed by the path... e.g.

%systemdrive%\Documents and Settings\USERNAME\Start Menu\Programs\startup\whatever.lnk

or if there in the registry find:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

find the key that you want to remove then use...

REG DELETE

command in your batch file

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...