<?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; notebook tips</title> <atom:link href="http://www.ghacks.net/tag/notebook-tips/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>Save Notebook Power by disabling unneeded devices</title><link>http://www.ghacks.net/2007/11/22/save-notebook-power-by-disabling-unneeded-devices/</link> <comments>http://www.ghacks.net/2007/11/22/save-notebook-power-by-disabling-unneeded-devices/#comments</comments> <pubDate>Thu, 22 Nov 2007 17:13:49 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Knowledge]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[notebook battery]]></category> <category><![CDATA[notebook tips]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/11/22/save-notebook-power-by-disabling-unneeded-devices/</guid> <description><![CDATA[Most notebooks tend to run out of power quickly and most of the time in an inappropriate moment. What most users do not know is that every component in the notebook is using power even if you are not using it at the moment. This leads to the conclusion that disabling unneeded components would save power and thus prolong the work time.]]></description> <content:encoded><![CDATA[<p>Most notebooks tend to run out of power quickly and most of the time in an inappropriate moment. What most users do not know is that every component in the notebook is using power even if you are not using it at the moment. This leads to the conclusion that disabling unneeded components would save power and thus prolong the work time.</p><p>We can disable and enable devices using a Microsoft tool called Devcon that is a command line alternative to the device manager. I will show you how to use devon to disable and enable devices using two simple batch files and the command line. Please download <a
href="http://support.microsoft.com/kb/311272">devcon</a> from Microsoft and unpack it afterwards.</p><p>Open the command line in Windows by pressing Windows R, typing cmd and pressing enter. Now navigate to the directory that devcon has been unpacked into. You change directories using the command <em>cd</em> and hard drives by typing their drive letter . To change the directory to drive f you would use type <strong>f:</strong> for instance.</p><p><span
id="more-2317"></span>Now that we are in the directory where devcon.exe is located use the following command to create a list of all devices of the computer:</p><p><code>devcon find * > c:\devices.txt</code></p><p>This will save the device list as a text document in your c:\ hard drive. Please note that is is important to not disable system components that are needed. It is safe to disable components like WLAN, modem, sound cards, cd and dvd drives, secondary hard drives and the like if you do not need them right now. Never disable motherboard components, cpu, ram, display, video card and primary hard drives.</p><p>The devices document has a unique identifier on the left side and a description of the device on the right side. We need to use the unqiue identifier to disable and enable devices. We will use the entry for my 3,5&#8243; floppy drive as an example. The unique identifier of the floppy drive is <em>FDC\GENERIC_FLOPPY_DRIVE\5&#038;6EDBAB&#038;0&#038;0</em></p><p>devcon disable FDC\GENERIC_FLOPPY_DRIVE\5&#038;6EDBAB&#038;0&#038;0<br
/> devcon enable FDC\GENERIC_FLOPPY_DRIVE\5&#038;6EDBAB&#038;0&#038;0</p><p>Those are the two commands that we work with. It is possible to use wildcards if the remaining name clearly identifies the device, I would suggest to always use the full name.</p><p>Create a file called stop-devices.bat and add all devcon disable commands to it. Each command will be written in its own row.<br
/> Now create a file called start-devices.bat and add all devcon enable commands in it in the same way. Make sure both are placed in the same directory that devcon.exe is placed in.</p><p>A double-click on one of the bat files will disable or enable all devices mentioned in there. You could use the command line as well to disable or enable a device to see how it works. Just use the full command to do this.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/11/22/save-notebook-power-by-disabling-unneeded-devices/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> </channel> </rss>
