<?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>Bryan&#039;s Tech KB &#187; Windows 7</title>
	<atom:link href="http://www.bryanluce.com/kb/category/microsoft/windows/windows7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bryanluce.com/kb</link>
	<description></description>
	<lastBuildDate>Tue, 20 Sep 2011 02:42:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Service Tag or Serial Number of Windows Server</title>
		<link>http://www.bryanluce.com/kb/2010/10/service-tag-or-serial-number-of-windows-server/</link>
		<comments>http://www.bryanluce.com/kb/2010/10/service-tag-or-serial-number-of-windows-server/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 02:36:05 +0000</pubDate>
		<dc:creator>Bryan Luce</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.bryanluce.com/kb/?p=447</guid>
		<description><![CDATA[Summary of Issue Find the Service Tag or Serial Number of a Windows Server from the command prompt quickly. Methods to resolve the problem Instructions 1. Open a Command Prompt 2. type wmic bios get serialnumber 3. The result will be the SerialNumber of your server C:\> wmic bios get serialnumber Notes If you run [...]]]></description>
		<wfw:commentRss>http://www.bryanluce.com/kb/2010/10/service-tag-or-serial-number-of-windows-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote Shutdown Script</title>
		<link>http://www.bryanluce.com/kb/2010/10/remote-shutdown-script/</link>
		<comments>http://www.bryanluce.com/kb/2010/10/remote-shutdown-script/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 20:09:54 +0000</pubDate>
		<dc:creator>Bryan Luce</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.bryanluce.com/kb/?p=392</guid>
		<description><![CDATA[Summary of Issue Shutdown a Windows Server remotely Methods to resolve the problem Instructions C:\> shutdown /m \\COMPUTERNAME /r /t 0 [/f]]]></description>
		<wfw:commentRss>http://www.bryanluce.com/kb/2010/10/remote-shutdown-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell ExtPart</title>
		<link>http://www.bryanluce.com/kb/2010/10/dell-extpart/</link>
		<comments>http://www.bryanluce.com/kb/2010/10/dell-extpart/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 19:38:01 +0000</pubDate>
		<dc:creator>Bryan Luce</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.bryanluce.com/kb/?p=408</guid>
		<description><![CDATA[Summary of Issue This is a hidden gem that most IT professionals wish they had in their IT toolbox years ago.  This is a free utility released by Dell that will extend a partition&#8217;s size with free adjacent disk space.  Yes, this also works for the root C: drive.  What is crazy about this utility [...]]]></description>
		<wfw:commentRss>http://www.bryanluce.com/kb/2010/10/dell-extpart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script: Defrag Disks</title>
		<link>http://www.bryanluce.com/kb/2010/10/script-defrag-disks/</link>
		<comments>http://www.bryanluce.com/kb/2010/10/script-defrag-disks/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 19:05:14 +0000</pubDate>
		<dc:creator>Bryan Luce</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.bryanluce.com/kb/?p=405</guid>
		<description><![CDATA[Summary of Issue Disks always have to be defragmented.  I copy and paste this guy when I want to set up a daisy-chain defrag of drives.  I have used this script in one-time defrags and have also set it up to defrag server drives on a regular basis. Methods to resolve the problem Comment or [...]]]></description>
		<wfw:commentRss>http://www.bryanluce.com/kb/2010/10/script-defrag-disks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows: Find system uptime</title>
		<link>http://www.bryanluce.com/kb/2010/06/windows-find-system-uptime/</link>
		<comments>http://www.bryanluce.com/kb/2010/06/windows-find-system-uptime/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 17:06:57 +0000</pubDate>
		<dc:creator>Bryan Luce</dc:creator>
				<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.bryanluce.com/kb/?p=345</guid>
		<description><![CDATA[Summary of Issue Find a Window&#8217;s computer uptime. Methods to resolve the problem Instructions C:\> systeminfo &#124; findstr /i time Text]]></description>
		<wfw:commentRss>http://www.bryanluce.com/kb/2010/06/windows-find-system-uptime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

