<?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/"
	>

<channel>
	<title>gHacks technology news &#187; optimize boot</title>
	<atom:link href="http://www.ghacks.net/tag/optimize-boot/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 11:26:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Use Process Monitor To Optimize The Windows Boot Process</title>
		<link>http://www.ghacks.net/2009/10/09/use-process-monitor-to-optimize-the-windows-boot-process/</link>
		<comments>http://www.ghacks.net/2009/10/09/use-process-monitor-to-optimize-the-windows-boot-process/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 11:41:03 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[boot time]]></category>
		<category><![CDATA[optimize boot]]></category>
		<category><![CDATA[portable software]]></category>
		<category><![CDATA[process monitor tip]]></category>
		<category><![CDATA[process-monitor]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=17095</guid>
		<description><![CDATA[There are not a lot of tools available for the Windows operating system that measure and optimize the Windows boot process. The mysterious Microsoft Bootvis, which was later retracted by Microsoft, or Boot Timer, a program that can only measure the boot speed, are just two programs to measure the boot speed. Many tips exist [...]]]></description>
			<content:encoded><![CDATA[<p>There are not a lot of tools available for the Windows operating system that measure and optimize the Windows boot process. The mysterious Microsoft Bootvis, which was later retracted by Microsoft, or <a href="http://www.ghacks.net/2008/05/05/windows-boot-timer/">Boot Timer</a>, a program that can only measure the boot speed, are just two programs to measure the boot speed. Many tips exist on how to reduce the boot speed of the operating system. Some solid, like reducing the number of installed fonts or programs that run on startup, while others, like clearing the Windows prefetch folder, will have the opposite effect.</p>
<p>Process Monitor comes with an option to log the Windows boot process. It will log everything which usually results in boot logs that are larger than 100 Megabytes. The program can however be used &#8211; with some expertise &#8211; to locate problematic drivers that slow down the boot process.</p>
<p><span id="more-17095"></span>Here is how this is done. <a href="http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx">Download</a> and start Process Monitor. Select the Options menu at the top and the Enable Boot Logging option in that menu. This makes Process Monitor log the next boot process of the operating system.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/10/boot_logging-500x241.jpg" alt="boot logging" title="boot logging" width="500" height="241" class="alignnone size-medium wp-image-17096" /></p>
<p>Restart the computer afterwards and start Process Monitor once the operating system has loaded. You will be asked to save the boot log to a directory on the hard drive. Load that boot log afterwards using [Ctrl O] or File > Open. This is a huge log file and the first thing that needs to be done is to filter for entries that are related to system drivers. You can do that by pressing [Ctrl L]. This will open the filter menu.</p>
<p>Locate the filter Process Name is System Exclude and remove it from the list of filters. Now add the following two filters to the list:</p>
<p>Process Name is System Include<br />
Path ends with .sys Include</p>
<p>A click on ok will only display the entries that match both filters that have been added. This is still a list of 2500+ entries. The important part is to look at the time of day column. This lists the load time for all operations. All you need to do now is to locate gaps between events. Gaps of a few seconds need to be analyses, everything else is usually not worth analysis. </p>
<p><a href="http://www.ghacks.net/wp-content/uploads/2009/10/process_monitor.jpg"><img src="http://www.ghacks.net/wp-content/uploads/2009/10/process_monitor-500x194.jpg" alt="process monitor" title="process monitor" width="500" height="194" class="alignnone size-medium wp-image-17097" /></a></p>
<p>The example above shows a gap of almost 16 seconds between the two marked entries. Look at the path of the entry that is using that much boot time, the driver name is located at the end of the path. In this example it was sptd.sys. A quick Google search revealed that it is a driver used by Daemon Tools. There are two options available once the program has been identified.</p>
<p>It is possible to research the topic further by visiting forums (see if other users have the problem, find possible solutions), contacting the developer and updating the program or hardware (if possible). The other option is to remove the program from the computer system if it is not needed or if alternatives are available that do not increase the boot time by that amount.</p>

	Tags: <a href="http://www.ghacks.net/tag/boot-time/" title="boot time" rel="tag">boot time</a>, <a href="http://www.ghacks.net/tag/optimize-boot/" title="optimize boot" rel="tag">optimize boot</a>, <a href="http://www.ghacks.net/tag/portable-software/" title="portable software" rel="tag">portable software</a>, <a href="http://www.ghacks.net/tag/process-monitor-tip/" title="process monitor tip" rel="tag">process monitor tip</a>, <a href="http://www.ghacks.net/tag/process-monitor/" title="process-monitor" rel="tag">process-monitor</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/09/01/youtube-video-search-is-a-barebone-youtube-downloader/" title="Youtube Video Search Is A Barebone Youtube Downloader (September 1, 2009)">Youtube Video Search Is A Barebone Youtube Downloader</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/10/21/xkcd-comic-wallpaper-changer/" title="Xkcd Comic Wallpaper Changer (October 21, 2009)">Xkcd Comic Wallpaper Changer</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/04/10/wireless-networking-software-homedale/" title="Wireless Networking Software Homedale (April 10, 2009)">Wireless Networking Software Homedale</a> (13)</li>
	<li><a href="http://www.ghacks.net/2009/03/06/windows-xp-default-internet-browser-per-user-profile/" title="Windows XP: Default Internet Browser Per User Profile (March 6, 2009)">Windows XP: Default Internet Browser Per User Profile</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/08/18/windows-xp-system-file-checker/" title="Windows XP System File Checker (August 18, 2009)">Windows XP System File Checker</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/10/09/use-process-monitor-to-optimize-the-windows-boot-process/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Boot Timer</title>
		<link>http://www.ghacks.net/2008/05/05/windows-boot-timer/</link>
		<comments>http://www.ghacks.net/2008/05/05/windows-boot-timer/#comments</comments>
		<pubDate>Mon, 05 May 2008 08:34:03 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[boot timer]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[optimize boot]]></category>
		<category><![CDATA[speed up]]></category>
		<category><![CDATA[speed up windows]]></category>
		<category><![CDATA[system boot]]></category>
		<category><![CDATA[windows startup]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=4009</guid>
		<description><![CDATA[What is your PC&#8217;s boot time ? I bet you cannot answer that question exactly, I know I was not able to until I discovered the Windows application Boot Timer which measures the boot time of a computer with an Windows operating system. The time measured is the time between the appearance of the Bios [...]]]></description>
			<content:encoded><![CDATA[<p>What is your PC&#8217;s boot time ? I bet you cannot answer that question exactly, I know I was not able to until I discovered the Windows application Boot Timer which measures the boot time of a computer with an Windows operating system. The time measured is the time between the appearance of the Bios screen to the first file that is loaded in Windows.</p>
<p><a href="http://www.planetsoft.org/">Boot Timer</a> is currently only compatible to Windows NT, Windows XP and Windows XP 64-bit editions but the author promises to make it compatible to Windows Vista in future updates. To use Boot Timer simply double-click the executable and the application will automatically display a popup after the next computer restart that displays the boot time of the system.</p>
<p>This is a great utility for users who want to optimize their boot time.There are several possibilities to reduce the boot time of a PC. I do not want to get into all of them but here are a few tips on how to reduce the boot time:</p>
<p><span id="more-4009"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/05/bootzeitce9.jpg" alt="boot timer" title="boot timer" width="233" height="105" class="alignnone size-full wp-image-4010" /></p>
<ul>
<li><a href="http://www.ghacks.net/2007/08/16/clear-all-non-system-fonts-automatically/">Remove Fonts</a> that are not needed anymore</li>
<li><a href="http://www.ghacks.net/2005/11/29/autoruns-84/">Remove Startup Programs</a> that start with Windows</li>
<li>Change Bios settings</li>
<li><a href="http://www.ghacks.net/2007/10/18/check-and-compress-the-registry/">Compress the Windows Registry</a></li>
</ul>
<p>Got any more tips, let me hear them !</p>

	Tags: <a href="http://www.ghacks.net/tag/boot-timer/" title="boot timer" rel="tag">boot timer</a>, <a href="http://www.ghacks.net/tag/optimize/" title="optimize" rel="tag">optimize</a>, <a href="http://www.ghacks.net/tag/optimize-boot/" title="optimize boot" rel="tag">optimize boot</a>, <a href="http://www.ghacks.net/tag/speed-up/" title="speed up" rel="tag">speed up</a>, <a href="http://www.ghacks.net/tag/speed-up-windows/" title="speed up windows" rel="tag">speed up windows</a>, <a href="http://www.ghacks.net/tag/system-boot/" title="system boot" rel="tag">system boot</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-startup/" title="windows startup" rel="tag">windows startup</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/08/11/startup-control-panel-and-startup-monitor/" title="Startup Control Panel and Startup Monitor (August 11, 2006)">Startup Control Panel and Startup Monitor</a> (1)</li>
	<li><a href="http://www.ghacks.net/2007/10/18/check-and-compress-the-registry/" title="Check and Compress the Registry (October 18, 2007)">Check and Compress the Registry</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/05/08/autoruns-95/" title="Autoruns 9.5 (May 8, 2009)">Autoruns 9.5</a> (2)</li>
	<li><a href="http://www.ghacks.net/2007/10/19/automatic-compression-of-the-registry/" title="Automatic compression of the Registry (October 19, 2007)">Automatic compression of the Registry</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/03/04/analyse-your-hard-disk-and-stop-wasting-space/" title="Analyse your hard disk and stop wasting space (March 4, 2009)">Analyse your hard disk and stop wasting space</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/05/05/windows-boot-timer/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
