Remove deactivated entries in System Configuration


Have you ever wanted to remove the deactivated entries from the System Configuration utility (MSConfig) in the Startup item list? At the Startup tab, the user may uncheck the items that need not be started when Window starts. The unchecked items are stored in the registry at the following locations:

HKLM\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg
HKLM\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupfolder


The subkeys of the above keys are the deactivated startup entries. If the user removes those subkeys then they will no longer appear in the Startup list of the System Configuration utility.
Of course, be extremely cautious when tackling the registry (and always backup the registry before changing anything)!

Comments

Popular posts from this blog

Write Unicode text using VBA

Calling Fortran intrinsic functions from Visual Basic

Dictionary class extensions (CopyTo, Sort) (C#)