<?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>Nerd Boys &#187; Windows</title>
	<atom:link href="http://nerdboys.com/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://nerdboys.com</link>
	<description>Tech tips, news and reviews</description>
	<lastBuildDate>Mon, 06 Feb 2012 04:21:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Fix &#8220;You must type a file name&#8221; Error When Renaming Dot Folders and Files in Windows Explorer</title>
		<link>http://nerdboys.com/2012/01/29/how-to-fix-you-must-type-a-file-name-error-when-renaming-dot-folders-and-files-in-windows-explorer/</link>
		<comments>http://nerdboys.com/2012/01/29/how-to-fix-you-must-type-a-file-name-error-when-renaming-dot-folders-and-files-in-windows-explorer/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 18:27:07 +0000</pubDate>
		<dc:creator>Joe Kelly</dc:creator>
				<category><![CDATA[Mini How-Tos]]></category>
		<category><![CDATA[Minecraft]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://nerdboys.com/?p=1299</guid>
		<description><![CDATA[When I tried to rename my son's backup minecraft folder from .minecraft.bak to .minecraft, Windows Explorer gave the error message "you must type a file name".]]></description>
		<wfw:commentRss>http://nerdboys.com/2012/01/29/how-to-fix-you-must-type-a-file-name-error-when-renaming-dot-folders-and-files-in-windows-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 Hangs During Startup After Installing SSL Certificate</title>
		<link>http://nerdboys.com/2010/10/14/windows-server-2008-hangs-during-startup-after-installing-ssl-certificate/</link>
		<comments>http://nerdboys.com/2010/10/14/windows-server-2008-hangs-during-startup-after-installing-ssl-certificate/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 18:37:07 +0000</pubDate>
		<dc:creator>Joe Kelly</dc:creator>
				<category><![CDATA[Mini How-Tos]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://nerdboys.com/?p=884</guid>
		<description><![CDATA[I had no problem installing the SSL certificate on Windows Server 2008 and it worked well. However, when I rebooted the server it hanged.]]></description>
		<wfw:commentRss>http://nerdboys.com/2010/10/14/windows-server-2008-hangs-during-startup-after-installing-ssl-certificate/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Find Out Who is Logged On at a Windows Computer</title>
		<link>http://nerdboys.com/2008/11/14/how-to-find-out-who-is-logged-on-at-a-windows-computer/</link>
		<comments>http://nerdboys.com/2008/11/14/how-to-find-out-who-is-logged-on-at-a-windows-computer/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 23:17:00 +0000</pubDate>
		<dc:creator>Joe Kelly</dc:creator>
				<category><![CDATA[How-Tos]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jojosoho.com/?p=43</guid>
		<description><![CDATA[




<p>Sometimes it&#8217;s handy to find out who is logged on at a remote Windows computer. For example, before rebooting a critical server after hours, you might want to make sure your boss isn&#8217;t logged in at his computer.</p>
<p>In Linux, this is easy. You simply login to the remote computer with ssh (or telnet&#8230;yikes) and run the who command. For example:</p>
me@bosscomputer:~$ who
boss   tty7         2008-10-16 07:57 (:0)
me <p>[...<em>Continue reading</em> &#187; <a href="http://nerdboys.com/2008/11/14/how-to-find-out-who-is-logged-on-at-a-windows-computer/">How to Find Out Who is Logged On at a Windows Computer]</a></p>]]></description>
		<wfw:commentRss>http://nerdboys.com/2008/11/14/how-to-find-out-who-is-logged-on-at-a-windows-computer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Find Uptime in Windows</title>
		<link>http://nerdboys.com/2008/11/14/how-to-find-uptime-in-windows/</link>
		<comments>http://nerdboys.com/2008/11/14/how-to-find-uptime-in-windows/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 17:14:00 +0000</pubDate>
		<dc:creator>Joe Kelly</dc:creator>
				<category><![CDATA[How-Tos]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jojosoho.com/?p=42</guid>
		<description><![CDATA[




<p>Sometimes it&#8217;s useful to find out the uptime for a Windows computer. For example, if you are rebooting a whole bunch of Windows computers and you aren&#8217;t careful about keeping track of which ones you have just rebooted, you can check the uptime.</p>
<p>In Linux, it&#8217;s easy to find out how long a computer has been up and running. You just runtime the good ol&#8217; uptime command. For example:</p>
me@mycomputer:~$ uptime
09:17:32 up 23 days, 19:13,  3 <p>[...<em>Continue reading</em> &#187; <a href="http://nerdboys.com/2008/11/14/how-to-find-uptime-in-windows/">How to Find Uptime in Windows]</a></p>]]></description>
		<wfw:commentRss>http://nerdboys.com/2008/11/14/how-to-find-uptime-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

