Shoutbox

Removing items from "msconfig" - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Removing items from "msconfig" (/showthread.php?tid=57529)

Removing items from "msconfig" by Panic! on 03-27-2006 at 09:21 PM

What I was wondering, is if there is any way to remove items that are unchecked from "msconfig". As even if the pieces of software are removed that required the startup, the items are still there.

[Image: attachment.php?pid=624886]

I'm quite fussy about having a lot of mess :).


RE: Removing items from "msconfig" by Plik on 03-27-2006 at 09:30 PM

You could navigate to the location, either in the registary, or in one of the startup folders, then delete the item from their, then it shouldn't show up in msconfig.


RE: Removing items from "msconfig" by CookieRevised on 03-27-2006 at 09:41 PM

quote:
Originally posted by Plik
You could navigate to the location, either in the registary, or in one of the startup folders, then delete the item from their, then it shouldn't show up in msconfig.
No it wont, it would still be there...




MS config stores its settings in the registry under:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig

Look into the subkeys, especially startupreg. There you'll see that those unticked items are stored. You can simply delete them there.

Or use a tool like andrewdodd13 pointed to, MS Config Cleanup, which should do exactly the same.

But, despite what method you use to clean it up, don't forget to put Windows back in normal startup mode (do this in MS Config, first tab named "General").

------

Changing startup items in MS Config isn't the proper thing to do as it always leaves trails. Not to mention it will trigger your Windows to startup in an "alternative" mode and stuff unticked is as easy ticked by accident or by starting up again in a normal way or whatever.

To properly detect, investigate and maybe delete startup items. Use Sysinternals' AutoRuns which is completely free, doesn't require any installation, is very often updated and list all startup entries possible (and there are a hell of a lot! Far more than many people know and waaaaaaay more than tools like MS Config, Startup Control Panel, Starter or whatever tool will ever show)...

Bottom line: never use MS Config to alter startup entries or to try and remove some. Use AutoRuns instead.

------

A related tool, to constantly monitor the startup "Run" keys in the registry is StartupMonitor. This very small tool sits in memory and warns you if any program tries to add a registry entry in the "Run" sections and asks for your confirmation. This tool is, just as AutoRuns, almost a must to have for those who are concearned about such things.

------

Also see "CookieRevised's reply to Start-up Programs"
RE: Removing items from "msconfig" by andrewdodd13 on 03-28-2006 at 06:50 AM

http://www.snapfiles.com/get/msconfigcleanup.html does exactly what you want, but I agree with Cookie, MSConfig isn't really all that great.


RE: Removing items from "msconfig" by Panic! on 03-28-2006 at 06:57 AM

Thanks a lot cookie that worked a charm.

I will try the msconfig cleanup utility now thanks Andrew :).