<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Bird's Bits &#187; Regedit</title>
	<atom:link href="http://birdsbits.wordpress.com/category/technology/computer/microsoft-windows/regedit/feed/" rel="self" type="application/rss+xml" />
	<link>http://birdsbits.wordpress.com</link>
	<description>Computers, programming, and the internet</description>
	<lastBuildDate>Mon, 17 Sep 2007 23:46:23 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='birdsbits.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/f888b700e58174bcc738d7d031bd3345?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Bird's Bits &#187; Regedit</title>
		<link>http://birdsbits.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://birdsbits.wordpress.com/osd.xml" title="Bird&#8217;s Bits" />
		<item>
		<title>Controlling Windows Startup Programs</title>
		<link>http://birdsbits.wordpress.com/2007/07/12/controlling-windows-startup-programs/</link>
		<comments>http://birdsbits.wordpress.com/2007/07/12/controlling-windows-startup-programs/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 19:56:06 +0000</pubDate>
		<dc:creator>Bahrom</dc:creator>
				<category><![CDATA[Regedit]]></category>
		<category><![CDATA[Task Manager]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows Defender]]></category>
		<category><![CDATA[msconfig]]></category>

		<guid isPermaLink="false">http://birdsbits.wordpress.com/2007/07/12/controlling-windows-startup-programs/</guid>
		<description><![CDATA[It seems like I&#8217;m always fighting with the programs that get started automatically when Windows starts.  Every program I install seems to add some kind of quick-launch program, control panel, or background process that I don&#8217;t really need. After a while I&#8217;ve got so many little icons in the task bar at the bottom right of my screen [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birdsbits.wordpress.com&blog=1359850&post=4&subd=birdsbits&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It seems like I&#8217;m always fighting with the programs that get started automatically when Windows starts.  Every program I install seems to add some kind of quick-launch program, control panel, or background process that I don&#8217;t really need. After a while I&#8217;ve got so many little icons in the task bar at the bottom right of my screen that it gets hard to find the programs I really do want. Not to mention the sluggish performance of my computer with all those little (or not so little) programs taking up memory and other resources.<span id="more-4"></span></p>
<p><strong>Window</strong><strong>s Task Manager</strong><br />
Over the years, I&#8217;ve found a variety of different ways to see what&#8217;s running on my computer. The first and easiest method is to use the <a target="_blank" href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/taskman_whats_there_w.mspx?mfr=true" title="This web page will open in a new window.">Windows Task Manager</a><em> </em>(the helpful little program that pops up when you press control-alt-del). It will show you all the programs running on your computer in the pane under the &#8220;processes&#8221; tab. The only problem with this is that it doesn&#8217;t tell you whether the process is running an application, background program, or service. It also doesn&#8217;t tell you how the process was started. Was it started automatically when Windows started, or was it started by another program? If it was started automatically, where did it get started- in the &#8220;Startup&#8221; folder on the &#8220;Start, All Programs&#8221; menu, or in the <a target="_blank" href="http://support.microsoft.com/kb/256986/" title="This web page will open in a new window.">registry</a>?</p>
<p><strong>MSCONFIG (MS System Configuration Utility)</strong><br />
 An even better way to discover which programs are started automatically when Windows boots is with the Microsoft <a target="_blank" href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/msconfig_usage.mspx?mfr=true" title="This web page will open in a new window.">System Configuration Utility</a>, <em>msconfig.exe </em>(part of the Windows OS). This is a great little program since it not only shows you which programs run at startup, but it also allows you to selectively disable the ones you don&#8217;t want. To run this program, just type &#8220;msconfig&#8221; in the &#8220;Run&#8221; dialog box that you open from the &#8220;Start&#8221; menu.</p>
<p>You can use msconfig to control loading of drivers from Win.ini, or System.ini., and you can control the startup settings in Boot.ini, and you can control which services or programs are started. One of the really cool things is that the pane under the startup tab not only shows you all the programs that start when Windows starts, and not only allows you to selectively enable or disable them, but also shows you <u>where they are started</u> &#8211; either from the startup folder, or in the registry. Being able to see which <a target="_blank" href="http://msdn2.microsoft.com/en-us/library/ms724836.aspx" title="This web page will open in a new window.">key in the registry </a>is responsible for starting a program is what I really like. Sure, you can temporarily disable a program by just unchecking it&#8217;s box in msconfig. But I don&#8217;t want to have msconfig running every time I boot just to control startup of programs. I&#8217;d rather cut off a startup program at it&#8217;s source, so I prefer to <a target="_blank" href="http://support.microsoft.com/kb/322756">edit the registry</a> using <a target="_blank" href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/tools_regeditors.mspx?mfr=true" title="This web page will open in a new window.">regedit</a> to remove the programs that I don&#8217;t want. Of course, some programs have an option menu that lets you disable them from starting automatically. This is the way they should all be written! But, unfortunately, many programs do not have this option- hence the need to edit the registry.</p>
<p>I have one unanswered question about the registry locations displayed on the paine under the &#8220;Startup&#8221; tab in msconfig. Some of the locations start with &#8220;SOFTWARE/&#8221; rather than &#8220;HKLM/&#8221; (HKEY_LOCAL_MACHINE) or &#8220;HKCU/&#8221; (HKEY_CURRENT_USER). As far as I know there is no <a target="_blank" href="http://msdn2.microsoft.com/en-us/library/ms724877.aspx">registry hive </a>named &#8220;SOFTWARE&#8221;, so what is this?</p>
<p>Here are a few good links to information on using msconfig and regedit:</p>
<ul>
<li><a target="_blank" href="http://www.netsquirrel.com/msconfig/" title="This web page will open in a new window.">Netsquirl.com: How to use MSCONFIG</a></li>
<li><a target="_blank" href="http://support.microsoft.com/kb/310560/en-us?FR=1&amp;PA=1&amp;SD=HSCH" title="This web page will open in a new window.">MS Knowledge Base Article: How to troubleshoot using the System Configuration utility in Windows XP</a></li>
<li><a target="_blank" href="http://seclists.org/basics/2006/May/0127.html" title="This web page will open in a new window.">Insecure.org Security Basics: Blank line in MSCONFIG startup</a></li>
<li><a target="_blank" href="http://www.castlecops.com/f129-Startup_Programs.html" title="This web page will open in a new window.">Castle Cops Forum: Startup Programs</a></li>
<li><a target="_blank" href="http://www.geek.com/forums/topic.php?id=25520&amp;page" title="This web page will open in a new window.">Geek.com Forum: MSCONFIG/REGEDIT help</a></li>
<li><a href="http://cococokie.wordpress.com/2007/06/16/how-to-remove-startup-entries-from-msconfig/">How to Remove Startup Entries from MSConfig « Cococokie’s Jar</a></li>
</ul>
<p><strong>Windows Defender<br />
</strong>You can also use <a target="_blank" href="http://www.microsoft.com/athome/security/spyware/software/default.mspx" title="This web page will open in a new window.">Windows Defender</a> (a free download from Microsoft) to identify all the programs that run at startup as well as all the programs that are currently running on your computer. You do this by selecting the &#8220;Software Explorer&#8221; option on the &#8220;Tools&#8221; menu. Windows Defender also allows you to disable any programs that you don&#8217;t want to run at startup. This is a lot easier than editing the registry!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/birdsbits.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/birdsbits.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/birdsbits.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/birdsbits.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/birdsbits.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/birdsbits.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/birdsbits.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/birdsbits.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/birdsbits.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/birdsbits.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/birdsbits.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/birdsbits.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birdsbits.wordpress.com&blog=1359850&post=4&subd=birdsbits&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://birdsbits.wordpress.com/2007/07/12/controlling-windows-startup-programs/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/833fe95e886649b01bdb5b4851163f75?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bahrom</media:title>
		</media:content>
	</item>
	</channel>
</rss>