Astalavista Posted August 3, 2004 Posted August 3, 2004 i want to get rid of a program that auto starts everytime xp boots.[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]"ChikkaIM"="C:\\PROGRA~1\\Chikka\\Chikka.exe"i want to use reg delete but it does not kill or delete it
Spaceboy Posted August 3, 2004 Posted August 3, 2004 The following should work:[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]"ChikkaIM"=-
Astalavista Posted August 4, 2004 Author Posted August 4, 2004 no it did not...i need a reg delete command that worksI put reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Runinto my cleanup.cmdbut it does not work
oioldman Posted August 15, 2004 Posted August 15, 2004 if memory serves me rightly use a -infront of it or is it regedit -sI know there is a good document on www.microsoft.com/technet about doing this though as used before, but can't find at present.
jrzycrim Posted August 15, 2004 Posted August 15, 2004 Reg Delete HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v ChikkaIM /fTry Reg Delete /? for help.Just to clarify:[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]"ChikkaIM"=-That will work as well. Merge that with the registry after the value "ChikkaIM" is created.
Coolsights2000 Posted August 16, 2004 Posted August 16, 2004 Youneed a space between the = and the minus sign[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]"ChikkaIM"=-The rules.......................-----------------------------------------------------------------<>don't include thisWindows Registry Editor Version 5.00Have to have a blank line here[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]"ChikkaIM"= - just hit the enter key after this cause you have to have a blank line here-----------------------------------<< don't include thisAnd don't forget the space between the = and the minus signWindows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]"ChikkaIM"= -Mac!
jrzycrim Posted August 16, 2004 Posted August 16, 2004 Youneed a space between the = and the minus signIt works with or without a space.
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