Jump to content

Recommended Posts

Posted

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


Posted

no it did not...

i need a reg delete command that works

I put

reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

into my cleanup.cmd

but it does not work

  • 2 weeks later...
Posted

if memory serves me rightly use a

-

infront of it or is it regedit -s

I know there is a good document on www.microsoft.com/technet about doing this though as used before, but can't find at present.

Posted

Reg Delete HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v ChikkaIM /f

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

Posted

Youneed a space between the = and the minus sign

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"ChikkaIM"=-

The rules.......................

-----------------------------------------------------------------<>don't include this

Windows Registry Editor Version 5.00

Have 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 this

And don't forget the space between the = and the minus sign

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]

"ChikkaIM"= -

Mac!

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