<?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 &#124; Latest Tech News, Software And Tutorials &#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 news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <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 Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></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> ]]></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>12</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 Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></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> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/05/05/windows-boot-timer/feed/</wfw:commentRss> <slash:comments>16</slash:comments> </item> </channel> </rss>
