<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Laptop battery monitoring for vista and xp</title>
	<atom:link href="http://www.pctipsbox.com/laptop-battery-monitoring-for-vista-and-xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pctipsbox.com/laptop-battery-monitoring-for-vista-and-xp/</link>
	<description>Tips Tricks Central</description>
	<lastBuildDate>Sun, 22 Nov 2009 16:37:32 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Deley</title>
		<link>http://www.pctipsbox.com/laptop-battery-monitoring-for-vista-and-xp/comment-page-1/#comment-11921</link>
		<dc:creator>David Deley</dc:creator>
		<pubDate>Wed, 31 Dec 2008 00:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.pctipsbox.com/?p=2061#comment-11921</guid>
		<description>Found this little free battery monitor app that may be useful as a starting point.

http://www.donationcoder.com/Software/Skrommel/index.html#BatteryRun

It&#039;s an AutoHotKey script. AutoHotKey is free (www.autohotkey.com) Or you can use the compiled .exe file. If you know a little programming you can modify it to do what you want. (I&#039;m going to see what I can do with it.) Or, I think there&#039;s a place at the website above where you can request someone to modify the program to do what you want.

Currently it works by checking the battery status every second. I think that&#039;s a bit much, I&#039;d change it to check less often. Earlier I was trying to make a program that would catch the system battery event messages, rather than polling every now and then. Should be more efficient, but too complex for me.

The percentage of battery life left is the byte BatteryLifePercent of the SYSTEM_POWER_STATUS structure. A value between 0 - 100, or 255 meaning status unknown.

Other related links:

http://www.autohotkey.com/forum/topic7633.html
(The AutoHotKey forum may be another place to ask.)

http://msdn.microsoft.com/en-us/library/aa373232.aspx

http://msdn.microsoft.com/en-us/library/aa372693(VS.85).aspx</description>
		<content:encoded><![CDATA[<p>Found this little free battery monitor app that may be useful as a starting point.</p>
<p><a href="http://www.donationcoder.com/Software/Skrommel/index.html#BatteryRun" rel="nofollow">http://www.donationcoder.com/Software/Skrommel/index.html#BatteryRun</a></p>
<p>It&#8217;s an AutoHotKey script. AutoHotKey is free (www.autohotkey.com) Or you can use the compiled .exe file. If you know a little programming you can modify it to do what you want. (I&#8217;m going to see what I can do with it.) Or, I think there&#8217;s a place at the website above where you can request someone to modify the program to do what you want.</p>
<p>Currently it works by checking the battery status every second. I think that&#8217;s a bit much, I&#8217;d change it to check less often. Earlier I was trying to make a program that would catch the system battery event messages, rather than polling every now and then. Should be more efficient, but too complex for me.</p>
<p>The percentage of battery life left is the byte BatteryLifePercent of the SYSTEM_POWER_STATUS structure. A value between 0 &#8211; 100, or 255 meaning status unknown.</p>
<p>Other related links:</p>
<p><a href="http://www.autohotkey.com/forum/topic7633.html" rel="nofollow">http://www.autohotkey.com/forum/topic7633.html</a><br />
(The AutoHotKey forum may be another place to ask.)</p>
<p><a href="http://msdn.microsoft.com/en-us/library/aa373232.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/aa373232.aspx</a></p>
<p><a href="http://msdn.microsoft.com/en-us/library/aa372693(VS.85).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/aa372693(VS.85).aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://www.pctipsbox.com/laptop-battery-monitoring-for-vista-and-xp/comment-page-1/#comment-11423</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Fri, 28 Nov 2008 22:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.pctipsbox.com/?p=2061#comment-11423</guid>
		<description>At last a low battery sound, but the level seems to
be fixed ~ 33% - can&#039;t remember exact, and I would
prefer to be able to move it down to say 20%.</description>
		<content:encoded><![CDATA[<p>At last a low battery sound, but the level seems to<br />
be fixed ~ 33% &#8211; can&#8217;t remember exact, and I would<br />
prefer to be able to move it down to say 20%.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sodala</title>
		<link>http://www.pctipsbox.com/laptop-battery-monitoring-for-vista-and-xp/comment-page-1/#comment-10796</link>
		<dc:creator>sodala</dc:creator>
		<pubDate>Wed, 24 Sep 2008 04:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.pctipsbox.com/?p=2061#comment-10796</guid>
		<description>Yeah, very nice and small program - too bad it doesn&#039;t work with my Fujitu-Siemens Amilo Si1520.

1. I can&#039;t specify the critical or low battery level
2. there is no sound even if the battery is at 5 percent

I thought that after years of searching I have found a tool that is able to alert me of my dying battery - but I have to search on.

If ANYONE on this planet knows a working battery meter for Vista - mail me and you&#039;ll get the Nobel Price in the category &quot;Fraking Annoying Problems&quot; from me.

-sodala</description>
		<content:encoded><![CDATA[<p>Yeah, very nice and small program &#8211; too bad it doesn&#8217;t work with my Fujitu-Siemens Amilo Si1520.</p>
<p>1. I can&#8217;t specify the critical or low battery level<br />
2. there is no sound even if the battery is at 5 percent</p>
<p>I thought that after years of searching I have found a tool that is able to alert me of my dying battery &#8211; but I have to search on.</p>
<p>If ANYONE on this planet knows a working battery meter for Vista &#8211; mail me and you&#8217;ll get the Nobel Price in the category &#8220;Fraking Annoying Problems&#8221; from me.</p>
<p>-sodala</p>
]]></content:encoded>
	</item>
</channel>
</rss>
