<?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 &#187; windows 7</title>
	<atom:link href="http://www.tomcarpenter.net/tag/windows-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tomcarpenter.net</link>
	<description>Helping IT Professionals Succeed</description>
	<lastBuildDate>Thu, 20 Oct 2011 14:43:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Reliability Monitor and Windows 7 (How it saved my life!)</title>
		<link>http://www.tomcarpenter.net/2011/02/17/reliability-monitor-and-windows-7-how-it-saved-my-life/</link>
		<comments>http://www.tomcarpenter.net/2011/02/17/reliability-monitor-and-windows-7-how-it-saved-my-life/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 14:48:11 +0000</pubDate>
		<dc:creator>Tom Carpenter</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[reliability]]></category>
		<category><![CDATA[reliability monitor]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.tomcarpenter.net/?p=386</guid>
		<description><![CDATA[Ok, so maybe it didn't save my life, but it sure does help me discover what's really happening on my users' computers. No longer do I have to rely on answers from the users. I can simply look at the history of their computer and see new installs, crashes and other valuable information.

]]></description>
			<content:encoded><![CDATA[<p>Ok, so maybe it didn&#39;t save my life, but it sure does help me discover what&#39;s really happening on my users&#39; computers. No longer do I have to rely on answers from the users. I can simply look at the history of their computer and see new installs, crashes and other valuable information in the Reliability Monitor.</p>
<p>To access the Windows 7 Reliability Monitor the fast way:</p>
<ol>
<li>Simply click Start, type Reliability and click the View reliability history link that is displayed with the blue flag.</li>
<li>Once in the interface, you can scroll through the history viewing errors, warnings and information entries by clicking on them.</li>
</ol>
<p>&nbsp;</p>
<p>The information displayed in the Reliability Monitor will include device driver installations, software installations, system crashes, application crashes, failed installations and more. You can export the data to an XML file, which could then be analyzed by other reporting applications, for example, Crystal Reports supports XML data sources.</p>
<p>Interestingly, Microsoft removed the feature to view remote computers&#39; reliability data through the GUI interface of the Windows 7 Reliability Monitor. With the new tools, to view the reliability data on remote computers, you must use PowerShell , which, quite frankly, sucks in comparison to the graphical view in my opinion. However, there is a nice article at the TechNet Magazine website that gives you the basics of PowerShell and reliability data here: <a href="http://technet.microsoft.com/en-us/magazine/dd535685.aspx">http://technet.microsoft.com/en-us/magazine/dd535685.aspx</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Reliability+Monitor+and+Windows+7+%28How+it+saved+my+life%21%29+http%3A%2F%2Ftomcarpenter.net%2F%3Fp%3D386" title="Post to Twitter"><img class="nothumb" src="http://www.tomcarpenter.net/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Reliability+Monitor+and+Windows+7+%28How+it+saved+my+life%21%29+http%3A%2F%2Ftomcarpenter.net%2F%3Fp%3D386" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.tomcarpenter.net/2011/02/17/reliability-monitor-and-windows-7-how-it-saved-my-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling System Restore in Windows 7</title>
		<link>http://www.tomcarpenter.net/2010/10/11/disabling-system-restore-in-windows-7/</link>
		<comments>http://www.tomcarpenter.net/2010/10/11/disabling-system-restore-in-windows-7/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 15:00:59 +0000</pubDate>
		<dc:creator>Tom Carpenter</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[system recovery]]></category>
		<category><![CDATA[system restore]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.tomcarpenter.net/?p=352</guid>
		<description><![CDATA[At times and for many reasons, you may want to disable system restore in Windows 7 systems. Windows 7 creates restore points or recovery points on a scheduled basis and when you install software or upgrades by default. You can change when and how it does this and even completely disable system restore, if you desire. I'll explain more about system restore in this post.]]></description>
			<content:encoded><![CDATA[<p>At times and for many reasons, you may want to disable system restore in Windows 7 systems. Windows 7 creates restore points or recovery points on a scheduled basis and when you install software or upgrades by default. You can change when and how it does this and even completely disable system restore, if you desire. I&#39;ll explain more about system restore in this post.</p>
<p>Just to make us as confused as possible, Microsoft refers to two different things in windows 7 systems. First, we have the System Restore and second we have System Recovery. System Recovery is best thought of as the umbrella that covers System Restore and the process used to schedule and create restore points. Technically, you use System Restore when you want to recover a restore point created by System Recovery.</p>
<p>When you perform a system restore, by default, several items are restored including the following:</p>
<ul>
<li>Windows system files</li>
<li>The registry</li>
<li>Applications</li>
</ul>
<p>&nbsp;</p>
<p>Always use caution when performing a restore. It is possible that the end state will be worse than the existing problem.</p>
<p>So, why would disabling System Restore in Windows 7 be a good thing. Well. the simple answer is that it consumes space. If it is set to use up to 10% of your drive space, on a 100 GB drive, it could be consuming 10 GB of your&nbsp; space. If you system is currently stable and you simply need to get some free space, disabling System Restore will delete all restore points immediately. You can then enable it again and Windows 7 will begin creating new restore points in the regular manner.</p>
<p>If you are an advanced user and are willing to take the risk, you can simply turn System Restore off permanently. In either case, disabling System Restore in Windows 7 is a very easy process. Simply follow these steps:</p>
<ol>
<li>Click <strong>Start</strong>.</li>
<li>Right-click on <strong>Computer </strong>and select <strong>Properties</strong>.</li>
<li>In the left pane, select <strong>System Protection</strong>.</li>
<li>Click the <strong>Configure </strong>button.</li>
<li>Select <strong>Turn off system protection</strong>.</li>
<li>click <strong>OK</strong>.</li>
</ol>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Disabling+System+Restore+in+Windows+7+http%3A%2F%2Ftomcarpenter.net%2F%3Fp%3D352" title="Post to Twitter"><img class="nothumb" src="http://www.tomcarpenter.net/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Disabling+System+Restore+in+Windows+7+http%3A%2F%2Ftomcarpenter.net%2F%3Fp%3D352" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.tomcarpenter.net/2010/10/11/disabling-system-restore-in-windows-7/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>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=ICACLS+Syntax+for+ACL+Management+http%3A%2F%2Ftomcarpenter.net%2F%3Fp%3D327" title="Post to Twitter"><img class="nothumb" src="http://www.tomcarpenter.net/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=ICACLS+Syntax+for+ACL+Management+http%3A%2F%2Ftomcarpenter.net%2F%3Fp%3D327" title="Post to Twitter">Tweet This Post</a></p></div>]]></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>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=IPv6+Network+Utilization+on+Windows+7+http%3A%2F%2Ftomcarpenter.net%2F%3Fp%3D325" title="Post to Twitter"><img class="nothumb" src="http://www.tomcarpenter.net/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=IPv6+Network+Utilization+on+Windows+7+http%3A%2F%2Ftomcarpenter.net%2F%3Fp%3D325" title="Post to Twitter">Tweet This Post</a></p></div>]]></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>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Adjusting+Hidden+Display+Features+%E2%80%93+Windows+7+Tip+Series+http%3A%2F%2Ftomcarpenter.net%2F%3Fp%3D322" title="Post to Twitter"><img class="nothumb" src="http://www.tomcarpenter.net/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Adjusting+Hidden+Display+Features+%E2%80%93+Windows+7+Tip+Series+http%3A%2F%2Ftomcarpenter.net%2F%3Fp%3D322" title="Post to Twitter">Tweet This Post</a></p></div>]]></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>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>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Microsoft+Windows+7+AppLocker+%E2%80%93+Automated+Rules+http%3A%2F%2Ftomcarpenter.net%2F%3Fp%3D314" title="Post to Twitter"><img class="nothumb" src="http://www.tomcarpenter.net/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Microsoft+Windows+7+AppLocker+%E2%80%93+Automated+Rules+http%3A%2F%2Ftomcarpenter.net%2F%3Fp%3D314" title="Post to Twitter">Tweet This Post</a></p></div>]]></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>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Windows+XP+Mode+and+Hardware-Assisted+Virtualization+http%3A%2F%2Ftomcarpenter.net%2F%3Fp%3D312" title="Post to Twitter"><img class="nothumb" src="http://www.tomcarpenter.net/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Windows+XP+Mode+and+Hardware-Assisted+Virtualization+http%3A%2F%2Ftomcarpenter.net%2F%3Fp%3D312" title="Post to Twitter">Tweet This Post</a></p></div>]]></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>
		<item>
		<title>Windows 7 Batch Files &#8211; More of the Same</title>
		<link>http://www.tomcarpenter.net/2010/03/19/windows-7-batch-files-more-of-the-same/</link>
		<comments>http://www.tomcarpenter.net/2010/03/19/windows-7-batch-files-more-of-the-same/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 15:11:03 +0000</pubDate>
		<dc:creator>Tom Carpenter</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[batch files]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows 7 batch]]></category>

		<guid isPermaLink="false">http://www.tomcarpenter.net/?p=296</guid>
		<description><![CDATA[With every new release of Windows, the rumors start. "Windows 7 will destroy the command prompt," or "the command prompt will die in the next version of Windows." Of course, these rumors have never been true in the past and they are not true now. Windows 7 batch files work in the same basic way as batch files worked in Windows Vista, Windows XP and every NT-based system all the way back to Windows NT 3.1. Windows 7 batch files provide more of the same, but this is a good thing.]]></description>
			<content:encoded><![CDATA[<p>With every new release of Windows, the rumors start. &quot;Windows 7 will destroy the command prompt,&quot; or &quot;the command prompt will die in the next version of Windows.&quot; Of course, these rumors have never been true in the past and they are not true now. Windows 7 batch files work in the same basic way as batch files worked in Windows Vista, Windows XP and every NT-based system all the way back to Windows NT 3.1. Windows 7 batch files provide more of the same, but this is a good thing. You can use batch files for many tasks, including:</p>
<ul>
<li>Information gathering</li>
<li>System configuration</li>
<li>Automation of administration</li>
<li>Simplification of redundant and mundane tasks</li>
<li>Just about anything else you can think of</li>
</ul>
<p>&nbsp;</p>
<p>Unlike the rumors, the truth is that Windows 7 batch files are more powerful than ever thanks to the introduction of new command line tools or commands&nbsp;in Windows 7. Here&#39;s just a sampling of the new tools that are included in Windows 7&#39;s command prompt:</p>
<ul>
<li><span style="font-family: courier new, courier, monospace">PowerCfg </span>- for power management configuration from the command prompt.</li>
<li><span style="font-family: courier new, courier, monospace">BCDEdit </span>- OK, not new for 7, but who used Vista? This command is used to edit the boot configuration database.</li>
<li><span style="font-family: courier new, courier, monospace">TZUtil </span>- for setting the timezone from the Windows 7 command prompt.</li>
<li><span style="font-family: courier new, courier, monospace">Defrag </span>- a command line utility for full volume defragmentation (I still prefer <span style="font-family: courier new, courier, monospace">CONTIG </span>and Defraggler, but that&#39;s just me).</li>
</ul>
<p>&nbsp;</p>
<p>Additional tools were added or enhanced in the Windows 7 command prompt and are useful from within batch files. Traditional tools prove useful as well.&nbsp;For example, consider the following potential&nbsp;Windows 7 batch file:</p>
<p><span style="font-family: courier new, courier, monospace">@echo off<br />
	tasklist /FI &quot;MEMUSAGE gt &#37;1&quot;</span></p>
<p>If you save the preceding text in a file named <span style="font-family: courier new, courier, monospace">tbmem.bat</span>, you can then run it as:</p>
<p><span style="font-family: courier new, courier, monospace">tbmem 10240</span></p>
<p>This command will then list any running processes using more than 10 MB (10240 KB) of memory. Instead of typing the full <span style="font-family: courier new, courier, monospace">tasklist </span>command, you can simply type the shortened batch file command. Windows 7 batch files can further shorten even more complex processes. I&#39;m continually creating batch files that contain more than 20 lines. Now, if the exact same work were done outside of the batch file, I may be able to do it in less than 10 commands, but the batch files sure save me time over time.</p>
<p>This little post may get the gears turning again for some old timers (like myself) who used batch files in the good old DOS days and it may give some ideas to some GUI masters of the modern era. Either way, you should definitely take a fresh look at Windows 7 batch files to see where you can automate or improve your day-to-day work with the operating system.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Windows+7+Batch+Files+%E2%80%93+More+of+the+Same+http%3A%2F%2Ftomcarpenter.net%2F%3Fp%3D296" title="Post to Twitter"><img class="nothumb" src="http://www.tomcarpenter.net/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Windows+7+Batch+Files+%E2%80%93+More+of+the+Same+http%3A%2F%2Ftomcarpenter.net%2F%3Fp%3D296" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.tomcarpenter.net/2010/03/19/windows-7-batch-files-more-of-the-same/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Overview of Windows 7 Deployment Tools</title>
		<link>http://www.tomcarpenter.net/2010/01/26/great-overview-of-windows-7-deployment-tools/</link>
		<comments>http://www.tomcarpenter.net/2010/01/26/great-overview-of-windows-7-deployment-tools/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 21:27:56 +0000</pubDate>
		<dc:creator>Tom Carpenter</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[intsallation]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.tomcarpenter.net/?p=285</guid>
		<description><![CDATA[A great new technet blog post was added yesterday that provides an overview of the deployment tools for Windows 7. You can see how to deploy from media, a network share or from a WDS (Windows Deployment Services) implementation. You&#39;ll find the blog post here: http://edge.technet.com/Media/Deploying-Windows-7/ I am in the process of shooting some videos [...]]]></description>
			<content:encoded><![CDATA[<p>A great new technet blog post was added yesterday that provides an overview of the deployment tools for Windows 7. You can see how to deploy from media, a network share or from a WDS (Windows Deployment Services) implementation. You&#39;ll find the blog post here: <a href="http://edge.technet.com/Media/Deploying-Windows-7/">http://edge.technet.com/Media/Deploying-Windows-7/</a></p>
<p>I am in the process of shooting some videos on the Windows 7 deployment process, so watch out for my post about the video availability. I&#39;m still toying around with the idea of a dedicated website for Windows 7-related videos, but for now I&#39;ll probably just HD YouTube the videos and link to them here.</p>
<p>&nbsp;</p>
<p>Enjoy the new TechNet post.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Great+Overview+of+Windows+7+Deployment+Tools+http%3A%2F%2Ftomcarpenter.net%2F%3Fp%3D285" title="Post to Twitter"><img class="nothumb" src="http://www.tomcarpenter.net/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Great+Overview+of+Windows+7+Deployment+Tools+http%3A%2F%2Ftomcarpenter.net%2F%3Fp%3D285" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.tomcarpenter.net/2010/01/26/great-overview-of-windows-7-deployment-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 &#8211; Boot ini is Dead!</title>
		<link>http://www.tomcarpenter.net/2009/12/17/test/</link>
		<comments>http://www.tomcarpenter.net/2009/12/17/test/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 19:13:59 +0000</pubDate>
		<dc:creator>Tom Carpenter</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[boot ini]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.tomcarpenter.net/?p=267</guid>
		<description><![CDATA[Starting with Windows Vista, thought it was missed by many IT professionals since Vista was largely ignored, the boot ini file is no longer used to store boot configuration information. Instead the boot configuration database (BCD) is used. Windows Server 2008 and now Windows 7 and Server 2008 R2 also use the new BCD. Instead [...]]]></description>
			<content:encoded><![CDATA[<p>Starting with Windows Vista, thought it was missed by many IT professionals since Vista was largely ignored, the boot ini file is no longer used to store boot configuration information. Instead the boot configuration database (BCD) is used. Windows Server 2008 and now Windows 7 and Server 2008 R2 also use the new BCD. Instead of editing the boot ini file, you will use the command line command BCDEDIT to work with the BCD. To learn more about BCDEDIT, just launch a command prompt in administrative mode (right-click it on the Start menu and select Run as administrator) and type bcdedit /?. You&#39;ll see all the built-in help in its full glory.</p>
<p>You&#39;ll also see that you have to work with nasty long BCD entry identifiers. Thank God we have Quick Edit mode. If you haven&#39;t enabled Quick Edit mode (or you&#39;ve disabled it since it&#39;s on by default in Windows 7), just right-click on the Command Prompt shortcut and select Properties. On the Options tab, check Quick Edit mode. Now you can highlight text, press Enter and then right-click anywhere to paste it into your command line. This will remove those nasty typos we make when entering long numbers like the BCD entry identifiers.</p>
<p>Here are a few BCDEDIT commands you should know about:</p>
<p>Viewing the BCD data set:</p>
<p>&nbsp; bcdedit</p>
<p>Backup the BCD data set:</p>
<p>&nbsp; bcdedit /export filename</p>
<p>Restore the BCD data set:</p>
<p>&nbsp; bcdedit /import filename</p>
<p>Set the default OS:</p>
<p>&nbsp; bcdedit /default {identifier}</p>
<p>Note that you can use the keyword current when setting the default if you&#39;re currently booted into the system you wish to be the default. For example:</p>
<p>&nbsp; bcdedit /default {current}</p>
<p>Remember, in Windows 7 boot ini is dead, long live the BCD!<br />
	&nbsp;</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Windows+7+%E2%80%93+Boot+ini+is+Dead%21+http%3A%2F%2Ftomcarpenter.net%2F%3Fp%3D267" title="Post to Twitter"><img class="nothumb" src="http://www.tomcarpenter.net/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Windows+7+%E2%80%93+Boot+ini+is+Dead%21+http%3A%2F%2Ftomcarpenter.net%2F%3Fp%3D267" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.tomcarpenter.net/2009/12/17/test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

