November 24, 200817 yr Hey,Can someone tell me how i can delete start items from HKLM/Run?I want to delete a couple of these (at HKLM/Run):And how to delete Windows Live Messenger from HKCU/Run?Also there is one program which starts from Common (Startup Common) what is the way too delete this startup entrie?Thanks in advance! Grtz,Raoul Edited November 24, 200817 yr by Raoul90
November 24, 200817 yr Other than deleting the keys from HKLM\software\microsoft\winodws\currentversion\run? and HKCU respectively?I believe common startup group means it is located in the c:\program files\common filesand you can always open a run box, type 'msconfig', and uncheck "Load Startup Items."
November 24, 200817 yr REG DELETE should work fine from the cleanup.cmdREG DELETE HKLM\software\microsoft\windows\currentversion\run /v "%value name%"
November 24, 200817 yr Author So something like this?REG DELETE HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\RUN /v "Adobe Reader Speed Launcher"REG DELETE HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\RUN /v "IMJPMIG8.1"REG DELETE HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\RUN /v "Malwarebytes' Anti-Malware"REG DELETE HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\RUN /v "PHIME2002A"REG DELETE HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\RUN /v "PHIME2002ASync"REG DELETE HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\RUN /v "VMware Tools"REG DELETE HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\RUN /v "VMware User Process"REG DELETE HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\RUN /v "vmware-tray"
November 24, 200817 yr You can always throw some lines into a batch file and run it for a test. I have found that some third party software place themselves back into the RUN key upon update, so I would certainly recommend patching everything prior. You can establish your location with SET REG, but I think the cmd is more simply understood with full paths.
November 25, 200817 yr Author It works but the cleanup.cmd askes me to confirm that i want to delete those register items??
Create an account or sign in to comment