Cleanup the MSCONFIG startup listings 
                 
Print Preview
Cleanup the MSCONFIG startup tab listings in Windows
MSCONFIG (System Configuration Utility) is a frequently used tool to manage the startup applications. This utility, however does not have an option to delete the entries. The entry which you’ve unchecked a long time back may still show up, while the application may have been uninstalled already. To remove the invalid entries in the System Configuration utility, you need to edit the registry or use a third-party utility.
Locations of the entries in MSConfig
The enabled/checked items are populated from the following registry locations:
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Run
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Run
-and-
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows NT \ CurrentVersion \ Windows
Values named Run & Load
The disabled entries are present in these locations:
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Shared Tools \ MSConfig \ startupreg
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Shared Tools \ MSConfig \ startupfolder
To remove the entries, start the Registry Editor (regedit.exe) and navigate to the above paths. Backup the key before deleting it.
Leave a Reply