Jump to content

how to delete startup program load?


lesterhung

Recommended Posts

after the installations of programs, there will be a bunch of those programs that will be run automatically during start up. i know how to use msconfig to unclick those that i don't need during start up.

is there a way to put them in a .reg file to delete the programs that i don't want to run during start up?

thanks

Link to comment
Share on other sites


On Run type: regedit

Travel to:

HKEY_LOCAL_MACHINE > SOFTWARE > MICROSOFT > WINDOWS > CURRENTVERSION

Youll have folders named Run.

problably these:

1 - Run

2 - RunOnce

3 - RunOnceEx

4 - RunServices

On all of them, delete entries that you dont need (not vital for system startup)

Link to comment
Share on other sites

  • 2 years later...
REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]

"DiskeeperSystray"=-

remark - is remove it..

Cheers

Thnx its very useful, i use this to remove Skype & Yahoo from startup :thumbup

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]
"Skype"=-
"Yahoo! Pager"=-

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"Skype"=-
"Yahoo! Pager"=-

Link to comment
Share on other sites

  • 1 month later...

you can control Startup by following key:

Main (system):

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]

Current User (only):

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]

For all users (multiple accounts):

[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Run]

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