<?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>Tom Carpenter&#039;s Blog</title>
	<atom:link href="http://www.tomcarpenter.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tomcarpenter.net</link>
	<description>Helping IT Professionals Succeed</description>
	<lastBuildDate>Wed, 11 Aug 2010 13:22:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Desktop Icons on Windows Server 2008 R2</title>
		<link>http://www.tomcarpenter.net/2010/08/11/desktop-icons-on-windows-server-2008-r2/</link>
		<comments>http://www.tomcarpenter.net/2010/08/11/desktop-icons-on-windows-server-2008-r2/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 13:22:08 +0000</pubDate>
		<dc:creator>Tom Carpenter</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[desktop icons]]></category>
		<category><![CDATA[server 2008 r2]]></category>

		<guid isPermaLink="false">http://www.tomcarpenter.net/?p=339</guid>
		<description><![CDATA[Have you noticed that you cannot add the desktop icons (Computer, Network, etc.) to your Windows Server 2008 R2 desktop? Am I the only one who is annoyed by this? If not, here's how to get them back.]]></description>
			<content:encoded><![CDATA[<p>Have you noticed that you cannot add the desktop icons (Computer, Network, etc.) to your Windows Server 2008 R2 desktop? Am I the only one who is annoyed by this? If not, here&#39;s how to get them back.</p>
<p>First, you&#39;ll have to go into Server Manager and access the Features section. In Features, you will select to add a feature and then select the Desktop Experience feature. Once added, you will have to reboot the server. That&#39;s right! A reboot is required to add icons to your desktop.</p>
<p>Now this is really insane. Think about it. You can add your own icons for shortcuts on the desktop, but to get Computer and Network, you have to add the entire Desktop Experience feature. What a ridiculous decision Microsoft made here.</p>
<p>Now that I&#39;ve expressed my suffering, we shall move on.</p>
<p>Once you&#39;ve rebooted the server, simply right-click on the Desktop and select Personalize. From here, you can add the desktop icons you desire as usual.</p>
<p>OK. I&#39;m over it now, but it&#39;s still ridiculous.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Desktop+Icons+on+Windows+Server+2008+R2+http://bit.ly/cjkSVL" title="Post to Twitter"><img class="nothumb" src="http://www.tomcarpenter.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Desktop+Icons+on+Windows+Server+2008+R2+http://bit.ly/cjkSVL" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.tomcarpenter.net/2010/08/11/desktop-icons-on-windows-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Transaction Log Backups</title>
		<link>http://www.tomcarpenter.net/2010/07/28/sql-server-transaction-log-backups/</link>
		<comments>http://www.tomcarpenter.net/2010/07/28/sql-server-transaction-log-backups/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 14:00:52 +0000</pubDate>
		<dc:creator>Tom Carpenter</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[transaction log]]></category>

		<guid isPermaLink="false">http://www.tomcarpenter.net/?p=334</guid>
		<description><![CDATA[SQL Server transaction log backups are very important. This brief post explains why and how to do it.]]></description>
			<content:encoded><![CDATA[<p>When you backup the SQL Server transaction log, the log is truncated by default. The space that has been consumed by transactions is freed once those transactions are backed up. Backing up the transaction log of a database throughout the day allows you to recover to the point of failure or any point in time. In addition, because databases that are set to full or bulk logged recovery models do not truncate the transaction log during full or differential backups, it may be essential to backup the transaction log periodically just to truncate the log.</p>
<p>If you allow the transaction log of a database to become completely filled, users will be denied write access to the database until you clear the transaction log. Scheduling regular backups of the transaction log can prevent this from happening. When the log is full, users may still execute read-only SELECT statements against the database. You can also prevent the transaction log from filling up by enabling autogrowth on the transaction log.</p>
<p>Just as you can backup the database using SQL Server Management Studio (SSMS), you can backup a transaction log in the graphical interface. Just be sure to select the Backup Type of Transaction Log. The T-SQL command for backing up the transaction log for the AdventureWorks database is as follows:</p>
<p>BACKUP LOG AdventureWorks To DISK=&#39;C:\BACKUPS\AWorksTlog.bak&#39;;</p>
<p>The preceding content excerpted from <a href="http://www.amazon.com/SQL-Server-2008-Administration-Certification/dp/0470554207/ref=ntt_at_ep_dpt_1">SQL Server 2008 Administration </a>by Tom Carpenter.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=SQL+Server+Transaction+Log+Backups+http://bit.ly/bOnHNX" title="Post to Twitter"><img class="nothumb" src="http://www.tomcarpenter.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=SQL+Server+Transaction+Log+Backups+http://bit.ly/bOnHNX" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.tomcarpenter.net/2010/07/28/sql-server-transaction-log-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Command Line &#8211; 64-bit?</title>
		<link>http://www.tomcarpenter.net/2010/07/09/windows-command-line-64-bit/</link>
		<comments>http://www.tomcarpenter.net/2010/07/09/windows-command-line-64-bit/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 16:49:20 +0000</pubDate>
		<dc:creator>Tom Carpenter</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[windows command line]]></category>

		<guid isPermaLink="false">http://www.tomcarpenter.net/?p=331</guid>
		<description><![CDATA[I've had a lot of people ask me about the 64-bit edition of Windows 7 and whether it has a 64-bit command line. The answer is yes and no. In this post, I'll explain what I mean.]]></description>
			<content:encoded><![CDATA[<p>I&#39;ve had a lot of people ask me about the 64-bit edition of Windows 7 and whether it has a 64-bit command line. The answer is yes and no. In this post, I&#39;ll explain what I mean.</p>
<p>First, if you launch the Windows command line (cmd.exe) on a 64-bit edition of Windows 7 and then look at the Task Manager, you&#39;ll notice that the process entry for cmd.exe does not have an *32 after it. This indicates that the cmd.exe process is 64-bit. You may notice several entries in the Task Manager with the *32 after them. These entries are for 32-bit applications and processes.</p>
<p>Now, the question is this: are all the Windows 7 command line commands also 64-bit now? The answer there is: It depends?</p>
<p>You see many of us have old habits that die hard. As long as you use 64-bit commands, while in cmd.exe, you will be using 64-bit command line tools; however, if you run a 32-bit command that command will still run, but it will be in 32-bit mode.</p>
<p>To see this, open the task manager and then open the command prompt from the Start menu on your Windows 7 64-bit machine.</p>
<p>Now change to the C:\Windows\SysWOW64 directory in the command prompt window and then execute the more command with no parameters. It will appear to hang, but that&#39;s OK.</p>
<p>Look at the task manager and note the entry for the more.com command. It has an *32 after it.</p>
<p>You see, the files in the C:\Windows\SysWOW64 folder are 32-bit commands. There is even a 32-bit version of cmd.exe that you can launch from there.</p>
<p>The point is simply this: To ensure that you are running a true 64-bit command prompt, make sure that all of your commands are 64-bit and not just thecmd.exe.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Windows+Command+Line+%E2%80%93+64-bit%3F+http://bit.ly/ar70IG" title="Post to Twitter"><img class="nothumb" src="http://www.tomcarpenter.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Windows+Command+Line+%E2%80%93+64-bit%3F+http://bit.ly/ar70IG" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.tomcarpenter.net/2010/07/09/windows-command-line-64-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 10 Commandments of the PC Tech</title>
		<link>http://www.tomcarpenter.net/2010/06/07/the-10-commandments-of-the-pc-tech/</link>
		<comments>http://www.tomcarpenter.net/2010/06/07/the-10-commandments-of-the-pc-tech/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 17:40:07 +0000</pubDate>
		<dc:creator>Tom Carpenter</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[IT Theory]]></category>
		<category><![CDATA[Inspirational]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[pc tech]]></category>

		<guid isPermaLink="false">http://www.tomcarpenter.net/2010/06/07/the-10-commandments-of-the-pc-tech/</guid>
		<description><![CDATA[Mike Myers and LearnKey released a great little video today over at the LearnKey blog titled &#34;The 10 Commandments of the PC Tech&#34;. I think you&#39;ll like it so make sure you take a look. It&#39;s very funny and yet oh so true! Tweet This Post]]></description>
			<content:encoded><![CDATA[<p>Mike Myers and LearnKey released a great little video today over at the LearnKey blog titled &quot;<a href="http://blog.learnkey.com/?p=541">The 10 Commandments of the PC Tech</a>&quot;. I think you&#39;ll like it so make sure you <a href="http://blog.learnkey.com/?p=541">take a look</a>. It&#39;s very funny and yet oh so true!</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=The+10+Commandments+of+the+PC+Tech+http://bit.ly/9wuM24" title="Post to Twitter"><img class="nothumb" src="http://www.tomcarpenter.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=The+10+Commandments+of+the+PC+Tech+http://bit.ly/9wuM24" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.tomcarpenter.net/2010/06/07/the-10-commandments-of-the-pc-tech/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ICACLS Syntax for ACL Management</title>
		<link>http://www.tomcarpenter.net/2010/05/23/icacls-syntax-for-acl-management/</link>
		<comments>http://www.tomcarpenter.net/2010/05/23/icacls-syntax-for-acl-management/#comments</comments>
		<pubDate>Sun, 23 May 2010 21:21:53 +0000</pubDate>
		<dc:creator>Tom Carpenter</dc:creator>
				<category><![CDATA[IT Theory]]></category>
		<category><![CDATA[icacls]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.tomcarpenter.net/?p=327</guid>
		<description><![CDATA[One of the great new tools in Windows Vista and Windows 7 is the ICACLS command line command. While I’m very annoyed with Microsoft for not supporting the old CACLS syntax and adding the features of ICACLS (all our old CACLS-based batch files break), I have to admit that a few capabilities are very welcome. One such capability is the function used to export and import ACLs from and into objects.]]></description>
			<content:encoded><![CDATA[<p><meta content="text/html; charset=utf-8" http-equiv="Content-Type" /><meta content="Word.Document" name="ProgId" /><meta content="Microsoft Word 12" name="Generator" /><meta content="Microsoft Word 12" name="Originator" />
<link href="file:///C:%5CUsers%5CTom%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml" rel="File-List" /><!--[if gte mso 9]><xml><br />
 <o:OfficeDocumentSettings><br />
  <o:RelyOnVML/><br />
  <o:AllowPNG/><br />
 </o:OfficeDocumentSettings><br />
</xml><![endif]-->
<link href="file:///C:%5CUsers%5CTom%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx" rel="themeData" />
<link href="file:///C:%5CUsers%5CTom%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml" rel="colorSchemeMapping" /><!--[if gte mso 9]><xml><br />
 <w:WordDocument><br />
  <w:View>Normal</w:View><br />
  <w:Zoom>0</w:Zoom><br />
  <w:TrackMoves/><br />
  <w:TrackFormatting/><br />
  <w:PunctuationKerning/><br />
  <w:ValidateAgainstSchemas/><br />
  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />
  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />
  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />
  <w:DoNotPromoteQF/><br />
  <w:LidThemeOther>EN-US</w:LidThemeOther><br />
  <w:LidThemeAsian>X-NONE</w:LidThemeAsian><br />
  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />
  <w:Compatibility><br />
   <w:BreakWrappedTables/><br />
   <w:SnapToGridInCell/><br />
   <w:WrapTextWithPunct/><br />
   <w:UseAsianBreakRules/><br />
   <w:DontGrowAutofit/><br />
   <w:SplitPgBreakAndParaMark/><br />
   <w:DontVertAlignCellWithSp/><br />
   <w:DontBreakConstrainedForcedTables/><br />
   <w:DontVertAlignInTxbx/><br />
   <w:Word11KerningPairs/><br />
   <w:CachedColBalance/><br />
  </w:Compatibility><br />
  <m:mathPr><br />
   <m:mathFont m:val="Cambria Math"/><br />
   <m:brkBin m:val="before"/><br />
   <m:brkBinSub m:val="&#45;-"/><br />
   <m:smallFrac m:val="off"/><br />
   <m:dispDef/><br />
   <m:lMargin m:val="0"/><br />
   <m:rMargin m:val="0"/><br />
   <m:defJc m:val="centerGroup"/><br />
   <m:wrapIndent m:val="1440"/><br />
   <m:intLim m:val="subSup"/><br />
   <m:naryLim m:val="undOvr"/><br />
  </m:mathPr></w:WordDocument><br />
</xml><![endif]--><!--[if gte mso 9]><xml><br />
 <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"<br />
  DefSemiHidden="true" DefQFormat="false" DefPriority="99"<br />
  LatentStyleCount="267"><br />
  <w:LsdException Locked="false" Priority="0" SemiHidden="false"<br />
   UnhideWhenUsed="false" QFormat="true" Name="Normal"/><br />
  <w:LsdException Locked="false" Priority="9" SemiHidden="false"<br />
   UnhideWhenUsed="false" QFormat="true" Name="heading 1"/><br />
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/><br />
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/><br />
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/><br />
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/><br />
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/><br />
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/><br />
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/><br />
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/><br />
  <w:LsdException Locked="false" Priority="39" Name="toc 1"/><br />
  <w:LsdException Locked="false" Priority="39" Name="toc 2"/><br />
  <w:LsdException Locked="false" Priority="39" Name="toc 3"/><br />
  <w:LsdException Locked="false" Priority="39" Name="toc 4"/><br />
  <w:LsdException Locked="false" Priority="39" Name="toc 5"/><br />
  <w:LsdException Locked="false" Priority="39" Name="toc 6"/><br />
  <w:LsdException Locked="false" Priority="39" Name="toc 7"/><br />
  <w:LsdException Locked="false" Priority="39" Name="toc 8"/><br />
  <w:LsdException Locked="false" Priority="39" Name="toc 9"/><br />
  <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/><br />
  <w:LsdException Locked="false" Priority="10" SemiHidden="false"<br />
   UnhideWhenUsed="false" QFormat="true" Name="Title"/><br />
  <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/><br />
  <w:LsdException Locked="false" Priority="11" SemiHidden="false"<br />
   UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/><br />
  <w:LsdException Locked="false" Priority="22" SemiHidden="false"<br />
   UnhideWhenUsed="false" QFormat="true" Name="Strong"/><br />
  <w:LsdException Locked="false" Priority="20" SemiHidden="false"<br />
   UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/><br />
  <w:LsdException Locked="false" Priority="59" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Table Grid"/><br />
  <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/><br />
  <w:LsdException Locked="false" Priority="1" SemiHidden="false"<br />
   UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/><br />
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Light Shading"/><br />
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Light List"/><br />
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Light Grid"/><br />
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Shading 1"/><br />
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Shading 2"/><br />
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium List 1"/><br />
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium List 2"/><br />
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Grid 1"/><br />
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Grid 2"/><br />
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Grid 3"/><br />
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Dark List"/><br />
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Colorful Shading"/><br />
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Colorful List"/><br />
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Colorful Grid"/><br />
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Light Shading Accent 1"/><br />
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Light List Accent 1"/><br />
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Light Grid Accent 1"/><br />
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/><br />
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/><br />
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/><br />
  <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/><br />
  <w:LsdException Locked="false" Priority="34" SemiHidden="false"<br />
   UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/><br />
  <w:LsdException Locked="false" Priority="29" SemiHidden="false"<br />
   UnhideWhenUsed="false" QFormat="true" Name="Quote"/><br />
  <w:LsdException Locked="false" Priority="30" SemiHidden="false"<br />
   UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/><br />
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/><br />
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/><br />
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/><br />
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/><br />
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Dark List Accent 1"/><br />
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/><br />
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Colorful List Accent 1"/><br />
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/><br />
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Light Shading Accent 2"/><br />
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Light List Accent 2"/><br />
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Light Grid Accent 2"/><br />
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/><br />
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/><br />
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/><br />
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/><br />
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/><br />
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/><br />
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/><br />
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Dark List Accent 2"/><br />
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/><br />
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Colorful List Accent 2"/><br />
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/><br />
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Light Shading Accent 3"/><br />
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Light List Accent 3"/><br />
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Light Grid Accent 3"/><br />
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/><br />
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/><br />
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/><br />
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/><br />
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/><br />
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/><br />
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/><br />
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Dark List Accent 3"/><br />
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/><br />
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Colorful List Accent 3"/><br />
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/><br />
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Light Shading Accent 4"/><br />
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Light List Accent 4"/><br />
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Light Grid Accent 4"/><br />
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/><br />
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/><br />
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/><br />
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/><br />
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/><br />
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/><br />
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/><br />
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Dark List Accent 4"/><br />
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/><br />
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Colorful List Accent 4"/><br />
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/><br />
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Light Shading Accent 5"/><br />
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Light List Accent 5"/><br />
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Light Grid Accent 5"/><br />
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/><br />
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/><br />
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/><br />
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/><br />
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/><br />
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/><br />
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/><br />
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Dark List Accent 5"/><br />
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/><br />
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Colorful List Accent 5"/><br />
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/><br />
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Light Shading Accent 6"/><br />
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Light List Accent 6"/><br />
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Light Grid Accent 6"/><br />
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/><br />
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/><br />
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/><br />
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/><br />
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/><br />
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/><br />
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/><br />
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Dark List Accent 6"/><br />
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/><br />
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Colorful List Accent 6"/><br />
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"<br />
   UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/><br />
  <w:LsdException Locked="false" Priority="19" SemiHidden="false"<br />
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/><br />
  <w:LsdException Locked="false" Priority="21" SemiHidden="false"<br />
   UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/><br />
  <w:LsdException Locked="false" Priority="31" SemiHidden="false"<br />
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/><br />
  <w:LsdException Locked="false" Priority="32" SemiHidden="false"<br />
   UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/><br />
  <w:LsdException Locked="false" Priority="33" SemiHidden="false"<br />
   UnhideWhenUsed="false" QFormat="true" Name="Book Title"/><br />
  <w:LsdException Locked="false" Priority="37" Name="Bibliography"/><br />
  <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/><br />
 </w:LatentStyles><br />
</xml><![endif]--><br />
<style>
<!--{cke_protected}%3C!%2D%2D%0A%20%2F*%20Font%20Definitions%20*%2F%0A%20%40font-face%0A%09%7Bfont-family%3A%22Cambria%20Math%22%3B%0A%09panose-1%3A2%204%205%203%205%204%206%203%202%204%3B%0A%09mso-font-charset%3A1%3B%0A%09mso-generic-font-family%3Aroman%3B%0A%09mso-font-format%3Aother%3B%0A%09mso-font-pitch%3Avariable%3B%0A%09mso-font-signature%3A0%200%200%200%200%200%3B%7D%0A%40font-face%0A%09%7Bfont-family%3ACalibri%3B%0A%09panose-1%3A2%2015%205%202%202%202%204%203%202%204%3B%0A%09mso-font-charset%3A0%3B%0A%09mso-generic-font-family%3Aswiss%3B%0A%09mso-font-pitch%3Avariable%3B%0A%09mso-font-signature%3A-520092929%201073786111%209%200%20415%200%3B%7D%0A%20%2F*%20Style%20Definitions%20*%2F%0A%20p.MsoNormal%2C%20li.MsoNormal%2C%20div.MsoNormal%0A%09%7Bmso-style-unhide%3Ano%3B%0A%09mso-style-qformat%3Ayes%3B%0A%09mso-style-parent%3A%22%22%3B%0A%09margin-top%3A0in%3B%0A%09margin-right%3A0in%3B%0A%09margin-bottom%3A10.0pt%3B%0A%09margin-left%3A0in%3B%0A%09line-height%3A115%25%3B%0A%09mso-pagination%3Awidow-orphan%3B%0A%09font-size%3A11.0pt%3B%0A%09font-family%3A%22Calibri%22%2C%22sans-serif%22%3B%0A%09mso-ascii-font-family%3ACalibri%3B%0A%09mso-ascii-theme-font%3Aminor-latin%3B%0A%09mso-fareast-font-family%3ACalibri%3B%0A%09mso-fareast-theme-font%3Aminor-latin%3B%0A%09mso-hansi-font-family%3ACalibri%3B%0A%09mso-hansi-theme-font%3Aminor-latin%3B%0A%09mso-bidi-font-family%3A%22Times%20New%20Roman%22%3B%0A%09mso-bidi-theme-font%3Aminor-bidi%3B%7D%0A.MsoChpDefault%0A%09%7Bmso-style-type%3Aexport-only%3B%0A%09mso-default-props%3Ayes%3B%0A%09mso-ascii-font-family%3ACalibri%3B%0A%09mso-ascii-theme-font%3Aminor-latin%3B%0A%09mso-fareast-font-family%3ACalibri%3B%0A%09mso-fareast-theme-font%3Aminor-latin%3B%0A%09mso-hansi-font-family%3ACalibri%3B%0A%09mso-hansi-theme-font%3Aminor-latin%3B%0A%09mso-bidi-font-family%3A%22Times%20New%20Roman%22%3B%0A%09mso-bidi-theme-font%3Aminor-bidi%3B%7D%0A.MsoPapDefault%0A%09%7Bmso-style-type%3Aexport-only%3B%0A%09margin-bottom%3A10.0pt%3B%0A%09line-height%3A115%25%3B%7D%0A%40page%20Section1%0A%09%7Bsize%3A8.5in%2011.0in%3B%0A%09margin%3A1.0in%201.0in%201.0in%201.0in%3B%0A%09mso-header-margin%3A.5in%3B%0A%09mso-footer-margin%3A.5in%3B%0A%09mso-paper-source%3A0%3B%7D%0Adiv.Section1%0A%09%7Bpage%3ASection1%3B%7D%0A%2D%2D%3E-->
</style>
<p><!--[if gte mso 10]></p>
<style>
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-qformat:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin-top:0in;
	mso-para-margin-right:0in;
	mso-para-margin-bottom:10.0pt;
	mso-para-margin-left:0in;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-ascii-font-family:Calibri;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:"Times New Roman";
	mso-fareast-theme-font:minor-fareast;
	mso-hansi-font-family:Calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:"Times New Roman";
	mso-bidi-theme-font:minor-bidi;}
</style>
<p><![endif]--></p>
<p class="MsoNormal">One of the great new tools in Windows Vista and Windows 7 is the ICACLS command line command. While I&rsquo;m very annoyed with Microsoft for not supporting the old CACLS syntax and adding the features of ICACLS (all our old CACLS-based batch files break), I have to admit that a few capabilities are very welcome. One such capability is the function used to export and import ACLs from and into objects.</p>
<p class="MsoNormal">For example, imagine you are about to make several permission changes to a directory structure. You want to ensure you can revert to the current permission structure if you make mistakes. ICACLS allows you to quickly export the permissions for an entire directory structure with the /save switch.</p>
<p class="MsoNormal">The ICACLS syntax for ACL (or permission) export is as follows:</p>
<p class="MsoNormal"><strong>ICACLS folder_name\* /save filename.acl /T</strong></p>
<p class="MsoNormal">The <strong>/T</strong> switch is used to indicate that directory recursion should be used. The <strong>/save </strong>switch is used to export the results. For example, to save the permissions in a directory named <strong>HORSES </strong>on the <strong>C:</strong> drive and all subdirectories and folders, execute the following command:</p>
<p class="MsoNormal"><strong>ICACLS C:\HORSES\* /save horses.acl /T</strong></p>
<p class="MsoNormal">The file, <strong>horses.acl</strong>, will contain the permissions in text format. Later, you can import the permissions with the <strong>/restore </strong>switch if required. To restore the permissions, execute the following ICACLS syntax:</p>
<p class="MsoNormal"><strong>ICACLS C:\HORSES /restore horses.acl</strong></p>
<p class="MsoNormal">Of course, the ICACLS command provides syntax for permission management as well as backing up and restoring the permissions; however, this new feature is one of the most important to know about. Hopefully, you find this information useful.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=ICACLS+Syntax+for+ACL+Management+http://bit.ly/bMyPRS" title="Post to Twitter"><img class="nothumb" src="http://www.tomcarpenter.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=ICACLS+Syntax+for+ACL+Management+http://bit.ly/bMyPRS" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.tomcarpenter.net/2010/05/23/icacls-syntax-for-acl-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPv6 Network Utilization on Windows 7</title>
		<link>http://www.tomcarpenter.net/2010/05/18/ipv6-network-utilization-on-windows-7/</link>
		<comments>http://www.tomcarpenter.net/2010/05/18/ipv6-network-utilization-on-windows-7/#comments</comments>
		<pubDate>Tue, 18 May 2010 20:22:52 +0000</pubDate>
		<dc:creator>Tom Carpenter</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.tomcarpenter.net/?p=325</guid>
		<description><![CDATA[OK. For about a year now I've been telling you all that Windows 7's implementation of IPv6 by default will cause quite a bit of unnecessary activity on your network if you're not actually using it yet in the infrastructure. The numbers will be in soon.]]></description>
			<content:encoded><![CDATA[<p>OK. For about a year now I&#39;ve been telling you all that Windows 7&#39;s implementation of IPv6 by default will cause quite a bit of unnecessary activity on your network if you&#39;re not actually using it yet in the infrastructure. The numbers will be in soon.</p>
<p>Up to this point, I&#39;ve only been telling you that a packet capture clearly shows the traffic generated by the IPv6 stack is significant when you consider dozens or hundreds of machines that may exist on a subnet. That&#39;s all about to change. I&#39;m in the process of writing an article for Windows IT Pro magazine on the impact of IPv6 on a non-IPv6 network. In the process, I&#39;ve built a lab of 24 virtual machines running Windows 7 with IPv6 out-of-the-box setup on an IPv4-only network infrastructure. I will be measuring the traffic generated by these machines.</p>
<p>Next, I will be enabling IPv6 on the infrastructure by doing the following:</p>
<p>-Enabling DHCPv6</p>
<p>-Enabling DNSv6</p>
<p>-Enable IPv6 on the Cisco routers(two will exist in the network)</p>
<p>Now, I will measure the network consumption when IPv4 is disabled on the network.</p>
<p>Finally, I&#39;ll measure the network consumption when IPv6 is enabled alongside IPv4 in both the Windows 7 clients and the infrastructure. When I&#39;m done, I&#39;ll post the fast facts here and, of course, you&#39;ll be able to read all the details in Windows IT Pro magazine. I&#39;ll let you know the issue that will contain the article as soon as I find out.</p>
<p>Can you tell I&#39;m excited about this lab fun I&#39;m about to have?</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=IPv6+Network+Utilization+on+Windows+7+http://bit.ly/c4xxRr" title="Post to Twitter"><img class="nothumb" src="http://www.tomcarpenter.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=IPv6+Network+Utilization+on+Windows+7+http://bit.ly/c4xxRr" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.tomcarpenter.net/2010/05/18/ipv6-network-utilization-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adjusting Hidden Display Features &#8211; Windows 7 Tip Series</title>
		<link>http://www.tomcarpenter.net/2010/05/18/adjusting-hidden-display-features-windows-7-tip-series/</link>
		<comments>http://www.tomcarpenter.net/2010/05/18/adjusting-hidden-display-features-windows-7-tip-series/#comments</comments>
		<pubDate>Tue, 18 May 2010 20:06:16 +0000</pubDate>
		<dc:creator>Tom Carpenter</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[Windows 7 Tips Series]]></category>

		<guid isPermaLink="false">http://www.tomcarpenter.net/?p=322</guid>
		<description><![CDATA[This is the first post in a new series I'm starting called the Windows 7 Tips Series. This first tip will help you improve your display for laptop computers (and possibly some desktops). The first part of the tip is related to the Microsoft ClearType text feature and the second is about color calibration.]]></description>
			<content:encoded><![CDATA[<p>This is the first post in a new series I&#39;m starting called the Windows 7 Tips Series. This first tip will help you improve your display for laptop computers (and possibly some desktops). The first part of the tip is related to the Microsoft ClearType text feature and the second is about color calibration.</p>
<h3>ClearType Text Tuning</h3>
<p>You can adjust the ClearType text feature so that the text looks good to you. After all, isn&#39;t that the whole point. I don&#39;t know about you, but I love books &#8211; and I mean printed books. However, I don&#39;t like the fonts used in some books and find them harder to read. At the same time, the boldness and size of the font can have a big impact. Of course, what I like, someone else may dislike.</p>
<p>To tune the ClearType text to your liking, follow these instructions:</p>
<p>1) Click Start</p>
<p>2) Type <strong>cttune </strong>and press Enter</p>
<p>3) Step through the wizard to adjust the ClearType engine to your liking</p>
<h3>Color and Brightness Calibration</h3>
<p>You can also adjust the gamma and brightness/contrast for your needs using a wizard. To launch the Display Color Calibration wizard:</p>
<p>1) Click Start</p>
<p>2) Type <strong>dccw </strong>and press Enter</p>
<p>3) Step through the wizard to adjust your display colors and settings</p>
<p>Hopefully these little tips will help you configure your display for a more pleasant experience. These two steps are now the first steps I take when setting up a new laptop computer and I&#39;ve even used them a few times on my desktops.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Adjusting+Hidden+Display+Features+%E2%80%93+Windows+7+Tip+Series+http://bit.ly/9m9f0s" title="Post to Twitter"><img class="nothumb" src="http://www.tomcarpenter.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Adjusting+Hidden+Display+Features+%E2%80%93+Windows+7+Tip+Series+http://bit.ly/9m9f0s" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.tomcarpenter.net/2010/05/18/adjusting-hidden-display-features-windows-7-tip-series/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Millennials In the IT Department</title>
		<link>http://www.tomcarpenter.net/2010/05/04/millennials-in-the-it-department/</link>
		<comments>http://www.tomcarpenter.net/2010/05/04/millennials-in-the-it-department/#comments</comments>
		<pubDate>Tue, 04 May 2010 19:33:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT Theory]]></category>
		<category><![CDATA[Professional Development]]></category>
		<category><![CDATA[managing IT]]></category>
		<category><![CDATA[Millennials]]></category>

		<guid isPermaLink="false">http://www.tomcarpenter.net/?p=317</guid>
		<description><![CDATA[Watch the latest news video at video.foxnews.com Tweet This Post]]></description>
			<content:encoded><![CDATA[<p><script src="http://video.foxnews.com/v/embed.js?id=4178594&amp;w=400&amp;h=249" type="text/javascript"></script><noscript>Watch the latest news video at <a href="http://video.foxnews.com/">video.foxnews.com</a></noscript></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Millennials+In+the+IT+Department+http://bit.ly/b9BTCV" title="Post to Twitter"><img class="nothumb" src="http://www.tomcarpenter.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Millennials+In+the+IT+Department+http://bit.ly/b9BTCV" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.tomcarpenter.net/2010/05/04/millennials-in-the-it-department/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microsoft Windows 7 AppLocker &#8211; Automated Rules</title>
		<link>http://www.tomcarpenter.net/2010/04/09/microsoft-windows-7-applocker-automated-rules/</link>
		<comments>http://www.tomcarpenter.net/2010/04/09/microsoft-windows-7-applocker-automated-rules/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 01:51:10 +0000</pubDate>
		<dc:creator>Tom Carpenter</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[applocker]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.tomcarpenter.net/?p=314</guid>
		<description><![CDATA[AppLocker is one of the great new features in Windows 7, well, that is, if you have Enterprise Edition or Ultimate Edition. It&#39;s really sad that Microsoft didn&#39;t just allow any Windows 7 client to support this feature (and quite a statement to their true lack of concern for customer service these days). My rant [...]]]></description>
			<content:encoded><![CDATA[<p>AppLocker is one of the great new features in Windows 7, well, that is, if you have Enterprise Edition or Ultimate Edition. It&#39;s really sad that Microsoft didn&#39;t just allow any Windows 7 client to support this feature (and quite a statement to their true lack of concern for customer service these days).</p>
<p>My rant aside, did you know that you can automatically generate rules for the allowed applications instead of manually creating rules for each app? You sure can.</p>
<p>The best way to do it is to build a reference computer that has all of the applications installed that you want AppLocker to allow. Then, on this reference computer, open the local Group Policy editor (remember, the faithful GPEDIT.MSC?). Now, navigate to <strong>Computer Configuration\Policies\Windows Settings\Security Settings\Application Control Policies</strong>. Right-click on the Executable Rules node and select to Automatically Generate Rules.</p>
<p>After you&#39;ve gone through the wizard selecting the rule types you want to generate, right-click on the Application Control Policies node and select to Export the Policy. You&#39;ll save the policy as an XML file. Now go to your Server 2008 R2 server and import the policy into the desired GPO. It really is that easy.</p>
<p>
	This method makes creating Windows 7 AppLocker rules a breeze.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Microsoft+Windows+7+AppLocker+%E2%80%93+Automated+Rules+http://bit.ly/cCz28m" title="Post to Twitter"><img class="nothumb" src="http://www.tomcarpenter.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Microsoft+Windows+7+AppLocker+%E2%80%93+Automated+Rules+http://bit.ly/cCz28m" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.tomcarpenter.net/2010/04/09/microsoft-windows-7-applocker-automated-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP Mode and Hardware-Assisted Virtualization</title>
		<link>http://www.tomcarpenter.net/2010/03/22/windows-xp-mode-and-hardware-assisted-virtualization/</link>
		<comments>http://www.tomcarpenter.net/2010/03/22/windows-xp-mode-and-hardware-assisted-virtualization/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 17:38:28 +0000</pubDate>
		<dc:creator>Tom Carpenter</dc:creator>
				<category><![CDATA[IT Theory]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[xp mode]]></category>

		<guid isPermaLink="false">http://www.tomcarpenter.net/?p=312</guid>
		<description><![CDATA[Well, it looks like Microsoft finally gets it. They removed the requirement for hardware-assisted virtualization (HAV) from Windows Virtual PC, which means that XP Mode can be used on more computers. ]]></description>
			<content:encoded><![CDATA[<p>Well, it looks like Microsoft finally gets it. They removed the requirement for hardware-assisted virtualization (HAV)&nbsp;from Windows Virtual PC, which means that XP Mode can be used on more computers. Many computers do not support HAV at all and others simply do not provide a method to enable it in the BIOS. The fact that you can use XP Mode now without HAV, will enable the use of these older (and sometimes newer) machines with XP-compatible applications that do not work on Windows 7.</p>
<p>In order to get the support for non-HAV Windows Virtual PC, you will need to download and install Windows Virtual PC itself and then download and install the update that removes the requirement for HAV. Both can be found <a href="http://www.microsoft.com/windows/virtual-pc/download.aspx" target="_blank">here </a>at Microsoft&#39;s website.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Windows+XP+Mode+and+Hardware-Assisted+Virtualization+http://bit.ly/cQB9wP" title="Post to Twitter"><img class="nothumb" src="http://www.tomcarpenter.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Windows+XP+Mode+and+Hardware-Assisted+Virtualization+http://bit.ly/cQB9wP" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.tomcarpenter.net/2010/03/22/windows-xp-mode-and-hardware-assisted-virtualization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
