<?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: How To Check Windows Last Boot Up Time</title>
	<atom:link href="http://www.walkernews.net/2008/06/18/how-to-check-windows-last-boot-up-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.walkernews.net/2008/06/18/how-to-check-windows-last-boot-up-time/</link>
	<description>A capsule of walker's experience in life...</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:09:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Lokesh</title>
		<link>http://www.walkernews.net/2008/06/18/how-to-check-windows-last-boot-up-time/#comment-15832</link>
		<dc:creator>Lokesh</dc:creator>
		<pubDate>Sun, 27 Nov 2011 05:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=767#comment-15832</guid>
		<description>Thanks for the information @Walker. This is exactly what I was looking for.

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for the information @Walker. This is exactly what I was looking for.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.walkernews.net/2008/06/18/how-to-check-windows-last-boot-up-time/#comment-15814</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Thu, 17 Nov 2011 16:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=767#comment-15814</guid>
		<description>@ilane Seems to me the easiest and best solution for you in the long run.  Go to bed earlier, get up earlier, make it to work earlier.  

Seriously any attempt to make it seem like your there on time when you&#039;re not, is fraught with failure and disgrace.  I speak from experience as I struggle with getting out of bed in the morning also.

Sorry for the OT.  And thanks for the original posters and the solutions also.</description>
		<content:encoded><![CDATA[<p>@ilane Seems to me the easiest and best solution for you in the long run.  Go to bed earlier, get up earlier, make it to work earlier.  </p>
<p>Seriously any attempt to make it seem like your there on time when you&#8217;re not, is fraught with failure and disgrace.  I speak from experience as I struggle with getting out of bed in the morning also.</p>
<p>Sorry for the OT.  And thanks for the original posters and the solutions also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walker</title>
		<link>http://www.walkernews.net/2008/06/18/how-to-check-windows-last-boot-up-time/#comment-14678</link>
		<dc:creator>Walker</dc:creator>
		<pubDate>Thu, 05 May 2011 15:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=767#comment-14678</guid>
		<description>I am not sure how serious you are, as you could easily make Windows auto boot up on time :)

If not mistaken, some modern BIOS can schedule power on and boot up.</description>
		<content:encoded><![CDATA[<p>I am not sure how serious you are, as you could easily make Windows auto boot up on time :)</p>
<p>If not mistaken, some modern BIOS can schedule power on and boot up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ilane</title>
		<link>http://www.walkernews.net/2008/06/18/how-to-check-windows-last-boot-up-time/#comment-14673</link>
		<dc:creator>ilane</dc:creator>
		<pubDate>Wed, 04 May 2011 12:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=767#comment-14673</guid>
		<description>I am sorry to all tech savvy people, but I am trying to find boot time for my computer for the past 60 days.
The thing is my boss tells me I am not on time and since the only way I can prove is that I turn on my computer at the time I walked into the office.
I would really apriciate any advise how this could be done.
Thanks</description>
		<content:encoded><![CDATA[<p>I am sorry to all tech savvy people, but I am trying to find boot time for my computer for the past 60 days.<br />
The thing is my boss tells me I am not on time and since the only way I can prove is that I turn on my computer at the time I walked into the office.<br />
I would really apriciate any advise how this could be done.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zxc qwe</title>
		<link>http://www.walkernews.net/2008/06/18/how-to-check-windows-last-boot-up-time/#comment-14508</link>
		<dc:creator>zxc qwe</dc:creator>
		<pubDate>Tue, 05 Apr 2011 02:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=767#comment-14508</guid>
		<description>improved batch file version using code from this article and reader comments:

1. From this article&#039;s link, download uptime.exe from microsoft site into the  C:\WinUpTime  folder

2. create file: C:\WinUpTime\boot-up-time.bat
&lt;pre&gt;
@echo off
echo.
uptime.exe
echo.
for /F “tokens=1-2,3*” %%i IN (‘net statistics workstation’) do if “Statistics since”==”%%i %%j” (@echo since %%k %%l)
echo.
pause
echo.
&lt;/pre&gt;
3. create a shortcut for C:\WinUpTime\boot-up-time.bat on your desktop

4. Run &amp; The Result is like:

\\SYS-NAME has been up for: 0 day(s), 2 hour(s), 19 minute(s), 32 second(s)

since 05-04-2011 05:44:55

Press any key to continue . . .</description>
		<content:encoded><![CDATA[<p>improved batch file version using code from this article and reader comments:</p>
<p>1. From this article&#8217;s link, download uptime.exe from microsoft site into the  C:\WinUpTime  folder</p>
<p>2. create file: C:\WinUpTime\boot-up-time.bat</p>
<pre>
@echo off
echo.
uptime.exe
echo.
for /F “tokens=1-2,3*” %%i IN (‘net statistics workstation’) do if “Statistics since”==”%%i %%j” (@echo since %%k %%l)
echo.
pause
echo.
</pre>
<p>3. create a shortcut for C:\WinUpTime\boot-up-time.bat on your desktop</p>
<p>4. Run &amp; The Result is like:</p>
<p>\\SYS-NAME has been up for: 0 day(s), 2 hour(s), 19 minute(s), 32 second(s)</p>
<p>since 05-04-2011 05:44:55</p>
<p>Press any key to continue . . .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zxc qwe</title>
		<link>http://www.walkernews.net/2008/06/18/how-to-check-windows-last-boot-up-time/#comment-14506</link>
		<dc:creator>zxc qwe</dc:creator>
		<pubDate>Tue, 05 Apr 2011 02:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=767#comment-14506</guid>
		<description>Thanks for the Microsoft&#039;s UpTime tool link. I just downloaded it and created a new shortcut and typed in the following one line commands
&lt;pre&gt;
C:\Windows\System32\cmd.exe /k C:\Downloads\uptime.exe &amp;&amp; echo. &amp;&amp; net statistics workstation &#124; find “Statistics since” &amp;&amp; echo. &amp;&amp; pause &amp;&amp; exit
&lt;/pre&gt;
Enjoy!</description>
		<content:encoded><![CDATA[<p>Thanks for the Microsoft&#8217;s UpTime tool link. I just downloaded it and created a new shortcut and typed in the following one line commands</p>
<pre>
C:\Windows\System32\cmd.exe /k C:\Downloads\uptime.exe &#038;&#038; echo. &#038;&#038; net statistics workstation | find “Statistics since” &#038;&#038; echo. &#038;&#038; pause &#038;&#038; exit
</pre>
<p>Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.walkernews.net/2008/06/18/how-to-check-windows-last-boot-up-time/#comment-14343</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 22 Mar 2011 14:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=767#comment-14343</guid>
		<description>Very cool, I like it. Learned something new today. What a great start. :)</description>
		<content:encoded><![CDATA[<p>Very cool, I like it. Learned something new today. What a great start. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

