Astalavista Posted November 1, 2004 Posted November 1, 2004 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)
bucketbuster Posted November 1, 2004 Posted November 1, 2004 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
Tsunami Posted November 1, 2004 Posted November 1, 2004 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now