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