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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...