Jump to content

Recommended Posts

Posted

i need help removing this registry key

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

"ChikkaIM"="C:\\PROGRA~1\\Chikka\\Chikka.exe"

for my cleanup.cmd (batch file)


Posted

Don't know for sure:

remove.reg:

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

"ChikkaIM"="C:\\PROGRA~1\\Chikka\\Chikka.exe"

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

The first to remove the entry and the second to restore the Run-key.

EDIT:

Put that in a reg-file and call the regfile from your cleanup.cmd with regedit /s remove.reg

Posted
Registry key delete batch file command.

I believe he means the command in a batch file :)

REG DELETE HKCU\Software\Microsoft\Windows\CurrentVersion\Run /V ChikkaIM

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