Jump to content

Delete Startup items?


Recommended Posts

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

t_runm_2a11a80.png

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! :thumbup

Grtz,

Raoul

Edited by Raoul90
Link to comment
Share on other sites


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 files

and you can always open a run box, type 'msconfig', and uncheck "Load Startup Items."

Link to comment
Share on other sites

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"

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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