<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Entries tagged with Troubleshooting</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Tags/troubleshooting/RSS"></atom:link>
    <itunes:summary></itunes:summary>
    <itunes:author>Microsoft</itunes:author>
    <itunes:subtitle></itunes:subtitle>
    <image>
      <url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
      <title>Channel 9 - Entries tagged with Troubleshooting</title>
      <link>http://channel9.msdn.com/Tags/troubleshooting</link>
    </image>
    <itunes:image href=""></itunes:image>
    <itunes:category text="Technology"></itunes:category>
    <description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
    <link>http://channel9.msdn.com/Tags/troubleshooting</link>
    <language>en</language>
    <pubDate>Wed, 22 May 2013 15:44:13 GMT</pubDate>
    <lastBuildDate>Wed, 22 May 2013 15:44:13 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>21</c9:totalResults>
    <c9:pageCount>1</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>Defrag Tools: #41 - WPT - Command Line</title>
      <description><![CDATA[<p>In this episode of <strong>Defrag Tools</strong>, Andrew Richards, Chad Beeder and Larry Larsen continue walking you through the Windows Performance Toolkit (WPT).</p><p><strong>Resources:</strong><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-23-Windows-8-SDK">Defrag Tools: #23 - Windows 8 SDK</a><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-29-WinDbg-ETW-Logging">Defrag Tools: #29 - WinDbg - ETW Logging</a><br><a href="http://msdn.microsoft.com/en-us/performance/cc709422.aspx">Windows Performance Analysis Developer Center</a><br><a href="http://msdn.microsoft.com/en-us/performance/cc825801.aspx">Windows Performance Toolkit</a><br><a href="http://channel9.msdn.com/Events/Speakers/Michael-Milirud">Channel 9 Videos</a><br><a href="http://blogs.msdn.com/b/ntdebugging/archive/2008/04/03/windows-performance-toolkit-xperf.aspx">NTDebugging Blog Article</a><br><a href="http://blogs.technet.com/b/askpfeplat/archive/2013/03/22/troubleshooting-windows-performance-issues-using-the-windows-performance-recorder.aspx">PFE Blog Series</a></p><p><strong>Timeline:</strong><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=00m00s">[00:00]</a> - UI vs. Command Line<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=02m15s">[02:15]</a> - wpr.exe -profiles<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=02m48s">[02:48]</a> - wpr.exe -profiledetails &lt;profile&gt;<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=05m30s">[05:30]</a> - wpr.exe -start &lt;profile&gt;<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=06m06s">[06:06]</a> - wpr.exe -stop result.etl<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=09m25s">[09:25]</a> - xperf.exe -help<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=09m30s">[09:30]</a> - xperf.exe -providers kg<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=12m18s">[12:18]</a> - xperf.exe -providers kf<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=16m47s">[16:47]</a> - xperf.exe -on &lt;FLAG&#43;FLAG&#43;...&gt;<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=18m17s">[18:17]</a> - xperf.exe -stop -d result.etl<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=21m42s">[21:42]</a> - xperf.exe ... -BufferSize &lt;Size in KB&gt;<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=25m55s">[25:55]</a> - xperf.exe ... -MinBuffers &lt;Number&gt; -MaxBuffers &lt;Number&gt;<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=27m08s">[27:08]</a> - xperf.exe ... -MaxFile &lt;Size in KB&gt;<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=27m44s">[27:44]</a> - xperf.exe ... -FileMode Circular<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=30m42s">[30:42]</a> - xperf.exe -merge &lt;in-file1&gt; &lt;in-file2&gt; &lt;out-file&gt;<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=32m28s">[32:28]</a> - Andrew's Scripts on SkyDrive [<a href="http://sdrv.ms/10gEM24">link</a>]<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=33m15s">[33:15]</a> - xperf.exe -help stackwalk<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=35m10s">[35:10]</a> - xperf.exe ... -stackwalk &lt;Stack&#43;Stack&#43;...&gt;</p><p><strong>Examples:</strong><br>wpr.exe -start GeneralProfile<br>pause<br>wpr.exe&nbsp;-stop result.etl</p><p>xperf.exe -on Base -stackwalk Profile -BufferSize 1024 -MinBuffers 256 -MaxBuffes 256 -MaxFile 256 -FileMode Circular<br>pause<br>xperf.exe -stop -d result.etl</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/troubleshooting/RSS&WT.dl=0&WT.entryid=Entry:RSSView:9d5ca00f06c247b096cfa1b90147bcdf">]]></description>
      <comments>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line</comments>
      <itunes:summary>In this episode of Defrag Tools, Andrew Richards, Chad Beeder and Larry Larsen continue walking you through the Windows Performance Toolkit (WPT). Resources:Defrag Tools: #23 - Windows 8 SDKDefrag Tools: #29 - WinDbg - ETW LoggingWindows Performance Analysis Developer CenterWindows Performance ToolkitChannel 9 VideosNTDebugging Blog ArticlePFE Blog Series Timeline:[00:00] - UI vs. Command Line[02:15] - wpr.exe -profiles[02:48] - wpr.exe -profiledetails &amp;lt;profile&amp;gt;[05:30] - wpr.exe -start &amp;lt;profile&amp;gt;[06:06] - wpr.exe -stop result.etl[09:25] - xperf.exe -help[09:30] - xperf.exe -providers kg[12:18] - xperf.exe -providers kf[16:47] - xperf.exe -on &amp;lt;FLAG&amp;#43;FLAG&amp;#43;...&amp;gt;[18:17] - xperf.exe -stop -d result.etl[21:42] - xperf.exe ... -BufferSize &amp;lt;Size in KB&amp;gt;[25:55] - xperf.exe ... -MinBuffers &amp;lt;Number&amp;gt; -MaxBuffers &amp;lt;Number&amp;gt;[27:08] - xperf.exe ... -MaxFile &amp;lt;Size in KB&amp;gt;[27:44] - xperf.exe ... -FileMode Circular[30:42] - xperf.exe -merge &amp;lt;in-file1&amp;gt; &amp;lt;in-file2&amp;gt; &amp;lt;out-file&amp;gt;[32:28] - Andrew&#39;s Scripts on SkyDrive [link][33:15] - xperf.exe -help stackwalk[35:10] - xperf.exe ... -stackwalk &amp;lt;Stack&amp;#43;Stack&amp;#43;...&amp;gt; Examples:wpr.exe -start GeneralProfilepausewpr.exe&amp;nbsp;-stop result.etl xperf.exe -on Base -stackwalk Profile -BufferSize 1024 -MinBuffers 256 -MaxBuffes 256 -MaxFile 256 -FileMode Circularpausexperf.exe -stop -d result.etl </itunes:summary>
      <itunes:duration>2263</itunes:duration>
      <link>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line</link>
      <pubDate>Mon, 20 May 2013 14:24:52 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41_512.jpg" height="288" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41_960.jpg" height="540" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41.mp3" expression="full" duration="2263" fileSize="36217420" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41.mp4" expression="full" duration="2263" fileSize="216604232" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41.webm" expression="full" duration="2263" fileSize="119038639" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41.wma" expression="full" duration="2263" fileSize="18308403" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41.wmv" expression="full" duration="2263" fileSize="118230239" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41_high.mp4" expression="full" duration="2263" fileSize="476105801" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41_mid.mp4" expression="full" duration="2263" fileSize="332229259" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41_Source.wmv" expression="full" duration="2263" fileSize="463653860" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41.ism/manifest" expression="full" duration="2263" fileSize="6046" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41.wmv" length="118230239" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Larry Larsen, Andrew Richards, Chad Beeder</dc:creator>
      <itunes:author>Larry Larsen, Andrew Richards, Chad Beeder</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line/RSS</wfw:commentRss>
      <category>Debugging</category>
      <category>Performance</category>
      <category>Troubleshooting</category>
    </item>
  <item>
      <title>Defrag Tools: #40 - WPT - WPR &amp; WPA</title>
      <description><![CDATA[<p>In this episode of <strong>Defrag Tools</strong>, Andrew Richards, Chad Beeder and Larry Larsen continue walking you through the Windows Performance Toolkit (WPT).</p><p><strong>Resources:</strong><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-23-Windows-8-SDK">Defrag Tools: #23 - Windows 8 SDK</a><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-29-WinDbg-ETW-Logging">Defrag Tools: #29 - WinDbg - ETW Logging</a><br><a href="http://msdn.microsoft.com/en-us/performance/cc709422.aspx">Windows Performance Analysis Developer Center</a><br><a href="http://msdn.microsoft.com/en-us/performance/cc825801.aspx">Windows Performance Toolkit</a><br><a href="http://channel9.msdn.com/Events/Speakers/Michael-Milirud">Channel 9 Videos</a><br><a href="http://blogs.msdn.com/b/ntdebugging/archive/2008/04/03/windows-performance-toolkit-xperf.aspx">NTDebugging Blog Article</a><br><a href="http://blogs.technet.com/b/askpfeplat/archive/2013/03/22/troubleshooting-windows-performance-issues-using-the-windows-performance-recorder.aspx">PFE Blog Series</a></p><p><strong>Timeline:</strong><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-40-WPT-WPR-WPA#time=00m40s">[00:40]</a> - Windows Performance Recorder (UI)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-40-WPT-WPR-WPA#time=06m00s">[06:00]</a> - Windows Performance Analyzer<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-40-WPT-WPR-WPA#time=06m40s">[06:40]</a> - Providers vs. Visualization<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-40-WPT-WPR-WPA#time=08m00s">[08:00]</a> - (CPU Usage) Sampled vs. Precise<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-40-WPT-WPR-WPA#time=12m30s">[12:30]</a> - Analysis Pane<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-40-WPT-WPR-WPA#time=14m11s">[14:11]</a> - * I was thinking of <strong>MDI</strong> (Multiple Document Interface]<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-40-WPT-WPR-WPA#time=14m35s">[14:35]</a> - Blue Bar<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-40-WPT-WPR-WPA#time=15m27s">[15:27]</a> - Gold/Yellow Bar - How to Aggregate<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-40-WPT-WPR-WPA#time=19m18s">[19:18]</a> - Symbols &amp; SymCache<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-40-WPT-WPR-WPA#time=28m40s">[28:40]</a> - Column Customization<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-40-WPT-WPR-WPA#time=31m50s">[31:50]</a> - More next week... and many more weeks to come!</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/troubleshooting/RSS&WT.dl=0&WT.entryid=Entry:RSSView:e943b35e9f444072bb3ea19d010eaeb9">]]></description>
      <comments>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-40-WPT-WPR-WPA</comments>
      <itunes:summary>In this episode of Defrag Tools, Andrew Richards, Chad Beeder and Larry Larsen continue walking you through the Windows Performance Toolkit (WPT). Resources:Defrag Tools: #23 - Windows 8 SDKDefrag Tools: #29 - WinDbg - ETW LoggingWindows Performance Analysis Developer CenterWindows Performance ToolkitChannel 9 VideosNTDebugging Blog ArticlePFE Blog Series Timeline:[00:40] - Windows Performance Recorder (UI)[06:00] - Windows Performance Analyzer[06:40] - Providers vs. Visualization[08:00] - (CPU Usage) Sampled vs. Precise[12:30] - Analysis Pane[14:11] - * I was thinking of MDI (Multiple Document Interface][14:35] - Blue Bar[15:27] - Gold/Yellow Bar - How to Aggregate[19:18] - Symbols &amp;amp; SymCache[28:40] - Column Customization[31:50] - More next week... and many more weeks to come! </itunes:summary>
      <itunes:duration>1985</itunes:duration>
      <link>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-40-WPT-WPR-WPA</link>
      <pubDate>Mon, 13 May 2013 15:20:42 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-40-WPT-WPR-WPA</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/0e2d/68c1deba-fe3e-4f65-9f45-2e7461c20e2d/DefragTools40_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/0e2d/68c1deba-fe3e-4f65-9f45-2e7461c20e2d/DefragTools40_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/0e2d/68c1deba-fe3e-4f65-9f45-2e7461c20e2d/DefragTools40_512.jpg" height="288" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/0e2d/68c1deba-fe3e-4f65-9f45-2e7461c20e2d/DefragTools40_960.jpg" height="540" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/0e2d/68c1deba-fe3e-4f65-9f45-2e7461c20e2d/DefragTools40.mp3" expression="full" duration="1985" fileSize="31762811" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/0e2d/68c1deba-fe3e-4f65-9f45-2e7461c20e2d/DefragTools40.mp4" expression="full" duration="1985" fileSize="194568955" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/0e2d/68c1deba-fe3e-4f65-9f45-2e7461c20e2d/DefragTools40.webm" expression="full" duration="1985" fileSize="69362548" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/0e2d/68c1deba-fe3e-4f65-9f45-2e7461c20e2d/DefragTools40.wma" expression="full" duration="1985" fileSize="16058407" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/0e2d/68c1deba-fe3e-4f65-9f45-2e7461c20e2d/DefragTools40.wmv" expression="full" duration="1985" fileSize="92376389" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/0e2d/68c1deba-fe3e-4f65-9f45-2e7461c20e2d/DefragTools40_high.mp4" expression="full" duration="1985" fileSize="424954811" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/0e2d/68c1deba-fe3e-4f65-9f45-2e7461c20e2d/DefragTools40_mid.mp4" expression="full" duration="1985" fileSize="297130746" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/0e2d/68c1deba-fe3e-4f65-9f45-2e7461c20e2d/DefragTools40_Source.wmv" expression="full" duration="1985" fileSize="406093315" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/0e2d/68c1deba-fe3e-4f65-9f45-2e7461c20e2d/DefragTools40.ism/manifest" expression="full" duration="1985" fileSize="6046" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/0e2d/68c1deba-fe3e-4f65-9f45-2e7461c20e2d/DefragTools40.wmv" length="92376389" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Larry Larsen, Andrew Richards, Chad Beeder</dc:creator>
      <itunes:author>Larry Larsen, Andrew Richards, Chad Beeder</itunes:author>
      <slash:comments>4</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-40-WPT-WPR-WPA/RSS</wfw:commentRss>
      <category>Debugging</category>
      <category>ETW</category>
      <category>Performance</category>
      <category>Troubleshooting</category>
    </item>
  <item>
      <title>Defrag Tools: #39 - Windows Performance Toolkit</title>
      <description><![CDATA[<p>In this episode of <strong>Defrag Tools</strong>, Andrew Richards, Chad Beeder and Larry Larsen starting walking you through the Windows Performance Toolkit (WPT).</p><p><strong>Resources:</strong><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-23-Windows-8-SDK">Defrag Tools: #23 - Windows 8 SDK</a><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-29-WinDbg-ETW-Logging">Defrag Tools: #29 - WinDbg - ETW Logging</a><br><a href="http://msdn.microsoft.com/en-us/performance/cc709422.aspx">Windows Performance Analysis Developer Center</a><br><a href="http://msdn.microsoft.com/en-us/performance/cc825801.aspx">Windows Performance Toolkit</a><br><a href="http://channel9.msdn.com/Events/Speakers/Michael-Milirud">Channel 9 Videos</a><br><a href="http://blogs.msdn.com/b/ntdebugging/archive/2008/04/03/windows-performance-toolkit-xperf.aspx">NTDebugging Blog Article</a><br><a href="http://blogs.technet.com/b/askpfeplat/archive/2013/03/22/troubleshooting-windows-performance-issues-using-the-windows-performance-recorder.aspx">PFE Blog Series</a></p><p><strong>Timeline:</strong><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-39-Windows-Performance-Toolkit#time=00m00s">[00:00]</a> - What is the Windows Performance Toolkit (WPT)?<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-39-Windows-Performance-Toolkit#time=06m23s">[06:23]</a> -&nbsp;Articles<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-39-Windows-Performance-Toolkit#time=10m33s">[10:33]</a> - Architecture of <strong>Event Tracing for Windows</strong> (ETW)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-39-Windows-Performance-Toolkit#time=18m30s">[18:30]</a> - Windows Performance Recorder<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-39-Windows-Performance-Toolkit#time=21m50s">[21:50]</a> - Default, Resource and Scenario Profiles<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-39-Windows-Performance-Toolkit#time=29m07s">[29:07]</a> - More next week... and many more weeks to come!</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/troubleshooting/RSS&WT.dl=0&WT.entryid=Entry:RSSView:ce97dbc23a2c4fce84a9a19d010e7f1b">]]></description>
      <comments>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-39-Windows-Performance-Toolkit</comments>
      <itunes:summary>In this episode of Defrag Tools, Andrew Richards, Chad Beeder and Larry Larsen starting walking you through the Windows Performance Toolkit (WPT). Resources:Defrag Tools: #23 - Windows 8 SDKDefrag Tools: #29 - WinDbg - ETW LoggingWindows Performance Analysis Developer CenterWindows Performance ToolkitChannel 9 VideosNTDebugging Blog ArticlePFE Blog Series Timeline:[00:00] - What is the Windows Performance Toolkit (WPT)?[06:23] -&amp;nbsp;Articles[10:33] - Architecture of Event Tracing for Windows (ETW)[18:30] - Windows Performance Recorder[21:50] - Default, Resource and Scenario Profiles[29:07] - More next week... and many more weeks to come! </itunes:summary>
      <itunes:duration>1747</itunes:duration>
      <link>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-39-Windows-Performance-Toolkit</link>
      <pubDate>Mon, 06 May 2013 18:00:45 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-39-Windows-Performance-Toolkit</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/b418/51d1b57d-542d-44a8-aa30-0a0a5437b418/DefragTools39_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/b418/51d1b57d-542d-44a8-aa30-0a0a5437b418/DefragTools39_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/b418/51d1b57d-542d-44a8-aa30-0a0a5437b418/DefragTools39_512.jpg" height="288" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/b418/51d1b57d-542d-44a8-aa30-0a0a5437b418/DefragTools39_960.jpg" height="540" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/b418/51d1b57d-542d-44a8-aa30-0a0a5437b418/DefragTools39.mp3" expression="full" duration="1747" fileSize="27963980" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b418/51d1b57d-542d-44a8-aa30-0a0a5437b418/DefragTools39.mp4" expression="full" duration="1747" fileSize="166738077" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b418/51d1b57d-542d-44a8-aa30-0a0a5437b418/DefragTools39.webm" expression="full" duration="1747" fileSize="63289716" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b418/51d1b57d-542d-44a8-aa30-0a0a5437b418/DefragTools39.wma" expression="full" duration="1747" fileSize="14138851" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b418/51d1b57d-542d-44a8-aa30-0a0a5437b418/DefragTools39.wmv" expression="full" duration="1747" fileSize="95088071" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b418/51d1b57d-542d-44a8-aa30-0a0a5437b418/DefragTools39_high.mp4" expression="full" duration="1747" fileSize="365800402" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b418/51d1b57d-542d-44a8-aa30-0a0a5437b418/DefragTools39_mid.mp4" expression="full" duration="1747" fileSize="255453838" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b418/51d1b57d-542d-44a8-aa30-0a0a5437b418/DefragTools39_Source.wmv" expression="full" duration="1747" fileSize="357990613" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/b418/51d1b57d-542d-44a8-aa30-0a0a5437b418/DefragTools39.ism/manifest" expression="full" duration="1747" fileSize="6046" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/b418/51d1b57d-542d-44a8-aa30-0a0a5437b418/DefragTools39.wmv" length="95088071" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Larry Larsen, Andrew Richards, Chad Beeder</dc:creator>
      <itunes:author>Larry Larsen, Andrew Richards, Chad Beeder</itunes:author>
      <slash:comments>8</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-39-Windows-Performance-Toolkit/RSS</wfw:commentRss>
      <category>Debugging</category>
      <category>ETW</category>
      <category>Performance</category>
      <category>Troubleshooting</category>
    </item>
  <item>
      <title>Defrag Tools: #38 - JavaScript - Part 2</title>
      <description><![CDATA[<p>In this episode of <strong>Defrag Tools</strong>, Andrew Richards, Amanda Silver and Larry Larsen continue walking you through the debugging of JavaScript Windows Store applications with Visual Studio. Amanda is a Principal developer for the JavaScript engine used in Internet Explorer, Windows Store applications and Visual Studio.</p><p><strong>Timeline:</strong><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-38-JavaScript-Part-2#time=01m25s">[01:25]</a> - &quot;Image Tile&quot; bug<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-38-JavaScript-Part-2#time=05m00s">[05:00]</a> -&nbsp;Interop Debugging<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-38-JavaScript-Part-2#time=06m20s">[06:20]</a> - Debugger Type: Script Only vs. Native/Mixed<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-38-JavaScript-Part-2#time=08m17s">[08:17]</a> - JavaScript deployment internals<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-38-JavaScript-Part-2#time=11m53s">[11:53]</a> - Attach...<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-38-JavaScript-Part-2#time=14m10s">[14:10]</a> - Memory Profiling<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-38-JavaScript-Part-2#time=16m58s">[16:58]</a> - JavaScript Memory Analysis (VS2012 Update 1)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-38-JavaScript-Part-2#time=20m18s">[20:18]</a> - Snapshot details<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-38-JavaScript-Part-2#time=21m25s">[21:25]</a> - &quot;Root&quot; View</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/troubleshooting/RSS&WT.dl=0&WT.entryid=Entry:RSSView:98eac691d8194a6ca504a19d01469bb7">]]></description>
      <comments>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-38-JavaScript-Part-2</comments>
      <itunes:summary>In this episode of Defrag Tools, Andrew Richards, Amanda Silver and Larry Larsen continue walking you through the debugging of JavaScript Windows Store applications with Visual Studio. Amanda is a Principal developer for the JavaScript engine used in Internet Explorer, Windows Store applications and Visual Studio. Timeline:[01:25] - &amp;quot;Image Tile&amp;quot; bug[05:00] -&amp;nbsp;Interop Debugging[06:20] - Debugger Type: Script Only vs. Native/Mixed[08:17] - JavaScript deployment internals[11:53] - Attach...[14:10] - Memory Profiling[16:58] - JavaScript Memory Analysis (VS2012 Update 1)[20:18] - Snapshot details[21:25] - &amp;quot;Root&amp;quot; View </itunes:summary>
      <itunes:duration>1601</itunes:duration>
      <link>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-38-JavaScript-Part-2</link>
      <pubDate>Mon, 29 Apr 2013 17:14:22 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-38-JavaScript-Part-2</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/44d7/3acc57ec-287e-40df-b16e-26f5861f44d7/DefragTools38_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/44d7/3acc57ec-287e-40df-b16e-26f5861f44d7/DefragTools38_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/44d7/3acc57ec-287e-40df-b16e-26f5861f44d7/DefragTools38_512.jpg" height="288" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/44d7/3acc57ec-287e-40df-b16e-26f5861f44d7/DefragTools38_960.jpg" height="540" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/44d7/3acc57ec-287e-40df-b16e-26f5861f44d7/DefragTools38.mp3" expression="full" duration="1601" fileSize="25617962" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/44d7/3acc57ec-287e-40df-b16e-26f5861f44d7/DefragTools38.mp4" expression="full" duration="1601" fileSize="151169365" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/44d7/3acc57ec-287e-40df-b16e-26f5861f44d7/DefragTools38.webm" expression="full" duration="1601" fileSize="53757359" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/44d7/3acc57ec-287e-40df-b16e-26f5861f44d7/DefragTools38.wma" expression="full" duration="1601" fileSize="12952271" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/44d7/3acc57ec-287e-40df-b16e-26f5861f44d7/DefragTools38.wmv" expression="full" duration="1601" fileSize="87216797" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/44d7/3acc57ec-287e-40df-b16e-26f5861f44d7/DefragTools38_high.mp4" expression="full" duration="1601" fileSize="331524089" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/44d7/3acc57ec-287e-40df-b16e-26f5861f44d7/DefragTools38_mid.mp4" expression="full" duration="1601" fileSize="232246579" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/44d7/3acc57ec-287e-40df-b16e-26f5861f44d7/DefragTools38_Source.wmv" expression="full" duration="1601" fileSize="327873328" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/44d7/3acc57ec-287e-40df-b16e-26f5861f44d7/DefragTools38.wmv" length="87216797" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Larry Larsen, Andrew Richards, AmandaS</dc:creator>
      <itunes:author>Larry Larsen, Andrew Richards, AmandaS</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-38-JavaScript-Part-2/RSS</wfw:commentRss>
      <category>Debugging</category>
      <category>JavaScript</category>
      <category>Troubleshooting</category>
    </item>
  <item>
      <title>Defrag Tools: #37 - JavaScript - Part 1</title>
      <description><![CDATA[<p>In this episode of <strong>Defrag Tools</strong>, Andrew Richards, Amanda Silver and Larry Larsen start walking you through the debugging of JavaScript Windows Store applications with Visual Studio. Amanda is a Principal developer for the JavaScript engine used in Internet Explorer, Windows Store applications and Visual Studio.</p><p><strong>Timeline:</strong><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-37-JavaScript-Part-1#time=00m54s">[00:54]</a> - Debugging a JavaScript Windows Store application<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-37-JavaScript-Part-1#time=02m30s">[02:30]</a> -&nbsp;Catching Crashes (unhandled exceptions)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-37-JavaScript-Part-1#time=04m25s">[04:25]</a> - <a href="http://msdn.microsoft.com/en-us/library/windows/apps/Hh701617.aspx">WinJS.Utilities.startLog</a><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-37-JavaScript-Part-1#time=05m22s">[05:22]</a> - <a href="http://msdn.microsoft.com/en-us/library/windows/apps/hh974768.aspx">app.onerror</a><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-37-JavaScript-Part-1#time=09m30s">[09:30]</a> - Stacks<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-37-JavaScript-Part-1#time=11m47s">[11:47]</a> - e.detail.error.stack<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-37-JavaScript-Part-1#time=14m23s">[14:23]</a> - <a href="http://msdn.microsoft.com/en-us/library/ie/br230269(v=vs.94).aspx">use strict</a><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-37-JavaScript-Part-1#time=20m25s">[20:25]</a> - <a href="http://www.jslint.com">www.jslint.com</a> integrated in VS<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-37-JavaScript-Part-1#time=22m13s">[22:13]</a> - &quot;Pin&quot; bug<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-37-JavaScript-Part-1#time=24m58s">[24:58]</a> - tile vs. title - Lint cannot detect this<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-37-JavaScript-Part-1#time=26m50s">[26:50]</a> - Next time... more JavaScript debugging!</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/troubleshooting/RSS&WT.dl=0&WT.entryid=Entry:RSSView:d7be94110b664b6abfa0a19d0146713f">]]></description>
      <comments>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-37-JavaScript-Part-1</comments>
      <itunes:summary>In this episode of Defrag Tools, Andrew Richards, Amanda Silver and Larry Larsen start walking you through the debugging of JavaScript Windows Store applications with Visual Studio. Amanda is a Principal developer for the JavaScript engine used in Internet Explorer, Windows Store applications and Visual Studio. Timeline:[00:54] - Debugging a JavaScript Windows Store application[02:30] -&amp;nbsp;Catching Crashes (unhandled exceptions)[04:25] - WinJS.Utilities.startLog[05:22] - app.onerror[09:30] - Stacks[11:47] - e.detail.error.stack[14:23] - use strict[20:25] - www.jslint.com integrated in VS[22:13] - &amp;quot;Pin&amp;quot; bug[24:58] - tile vs. title - Lint cannot detect this[26:50] - Next time... more JavaScript debugging! </itunes:summary>
      <itunes:duration>1644</itunes:duration>
      <link>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-37-JavaScript-Part-1</link>
      <pubDate>Mon, 22 Apr 2013 17:52:48 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-37-JavaScript-Part-1</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/52c2/8b4e8e11-680a-45a2-a0e7-7423b56352c2/DefragTools37_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/52c2/8b4e8e11-680a-45a2-a0e7-7423b56352c2/DefragTools37_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/52c2/8b4e8e11-680a-45a2-a0e7-7423b56352c2/DefragTools37_512.jpg" height="288" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/52c2/8b4e8e11-680a-45a2-a0e7-7423b56352c2/DefragTools37_960.jpg" height="540" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/52c2/8b4e8e11-680a-45a2-a0e7-7423b56352c2/DefragTools37.mp3" expression="full" duration="1644" fileSize="26310520" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/52c2/8b4e8e11-680a-45a2-a0e7-7423b56352c2/DefragTools37.mp4" expression="full" duration="1644" fileSize="157152336" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/52c2/8b4e8e11-680a-45a2-a0e7-7423b56352c2/DefragTools37.webm" expression="full" duration="1644" fileSize="53954455" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/52c2/8b4e8e11-680a-45a2-a0e7-7423b56352c2/DefragTools37.wma" expression="full" duration="1644" fileSize="13303739" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/52c2/8b4e8e11-680a-45a2-a0e7-7423b56352c2/DefragTools37.wmv" expression="full" duration="1644" fileSize="83087645" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/52c2/8b4e8e11-680a-45a2-a0e7-7423b56352c2/DefragTools37_high.mp4" expression="full" duration="1644" fileSize="344964937" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/52c2/8b4e8e11-680a-45a2-a0e7-7423b56352c2/DefragTools37_mid.mp4" expression="full" duration="1644" fileSize="240764144" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/52c2/8b4e8e11-680a-45a2-a0e7-7423b56352c2/DefragTools37_Source.wmv" expression="full" duration="1644" fileSize="336309100" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/52c2/8b4e8e11-680a-45a2-a0e7-7423b56352c2/DefragTools37.ism/manifest" expression="full" duration="1644" fileSize="6046" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/52c2/8b4e8e11-680a-45a2-a0e7-7423b56352c2/DefragTools37.wmv" length="83087645" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Larry Larsen, Andrew Richards, AmandaS</dc:creator>
      <itunes:author>Larry Larsen, Andrew Richards, AmandaS</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-37-JavaScript-Part-1/RSS</wfw:commentRss>
      <category>Debugging</category>
      <category>JavaScript</category>
      <category>Troubleshooting</category>
    </item>
  <item>
      <title>Defrag Tools: #36 - CLR GC - Part 4</title>
      <description><![CDATA[<p>In this episode of <strong>Defrag Tools</strong>, Andrew Richards, Maoni Stephens and Larry Larsen continue walking you through the CLR Garbage Collector - specifically <a href="http://www.microsoft.com/en-us/download/details.aspx?id=28567">PerfView</a>. Maoni is the Principal developer for the GC on the CLR team.</p><p><strong>Resources:</strong><br><a href="http://blogs.msdn.com/b/maoni/">Maoni's WebLog</a><br><a href="http://www.microsoft.com/en-us/download/details.aspx?id=28567">PerfView (Download)<br>Channel 9 - PerfView Tutorial - by Vance Morrison</a></p><p><strong>Timeline:</strong><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-36-CLR-GC-Part-4#time=00m38s">[00:38]</a> - PerfView overview<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-36-CLR-GC-Part-4#time=02m52s">[02:52]</a> -&nbsp;(Basic) Collection<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-36-CLR-GC-Part-4#time=04m39s">[04:39]</a> - GCStats<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-36-CLR-GC-Part-4#time=10m10s">[10:10]</a> - GC Rollup By Generation<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-36-CLR-GC-Part-4#time=11m22s">[11:22]</a> - GC Events By Time (&gt;200ms)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-36-CLR-GC-Part-4#time=11m31s">[11:31]</a> - LOH Allocation (&gt;200ms)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-36-CLR-GC-Part-4#time=12m34s">[12:34]</a> - Gen2<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-36-CLR-GC-Part-4#time=12m48s">[12:48]</a> - GC Events By Time<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-36-CLR-GC-Part-4#time=28m40s">[28:40]</a> - Best Approach to Performance Analysis<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-36-CLR-GC-Part-4#time=31m03s">[31:03]</a> - GC Collect Only<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-36-CLR-GC-Part-4#time=32m10s">[32:10]</a> - <a href="http://www.microsoft.com/en-us/download/details.aspx?id=28567">Channel 9 - PerfView Tutorial</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/troubleshooting/RSS&WT.dl=0&WT.entryid=Entry:RSSView:241eafc4d5d04ac49766a19e017b97ac">]]></description>
      <comments>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-36-CLR-GC-Part-4</comments>
      <itunes:summary>In this episode of Defrag Tools, Andrew Richards, Maoni Stephens and Larry Larsen continue walking you through the CLR Garbage Collector - specifically PerfView. Maoni is the Principal developer for the GC on the CLR team. Resources:Maoni&#39;s WebLogPerfView (Download)Channel 9 - PerfView Tutorial - by Vance Morrison Timeline:[00:38] - PerfView overview[02:52] -&amp;nbsp;(Basic) Collection[04:39] - GCStats[10:10] - GC Rollup By Generation[11:22] - GC Events By Time (&amp;gt;200ms)[11:31] - LOH Allocation (&amp;gt;200ms)[12:34] - Gen2[12:48] - GC Events By Time[28:40] - Best Approach to Performance Analysis[31:03] - GC Collect Only[32:10] - Channel 9 - PerfView Tutorial </itunes:summary>
      <itunes:duration>1974</itunes:duration>
      <link>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-36-CLR-GC-Part-4</link>
      <pubDate>Mon, 15 Apr 2013 17:24:05 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-36-CLR-GC-Part-4</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/08bd/114b056c-e2b4-446d-9fd9-4ce6152008bd/DefragTools36_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/08bd/114b056c-e2b4-446d-9fd9-4ce6152008bd/DefragTools36_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/08bd/114b056c-e2b4-446d-9fd9-4ce6152008bd/DefragTools36_512.jpg" height="288" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/08bd/114b056c-e2b4-446d-9fd9-4ce6152008bd/DefragTools36_960.jpg" height="540" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/08bd/114b056c-e2b4-446d-9fd9-4ce6152008bd/DefragTools36.mp3" expression="full" duration="1974" fileSize="31586837" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/08bd/114b056c-e2b4-446d-9fd9-4ce6152008bd/DefragTools36.mp4" expression="full" duration="1974" fileSize="189670641" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/08bd/114b056c-e2b4-446d-9fd9-4ce6152008bd/DefragTools36.webm" expression="full" duration="1974" fileSize="72368114" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/08bd/114b056c-e2b4-446d-9fd9-4ce6152008bd/DefragTools36.wma" expression="full" duration="1974" fileSize="15968287" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/08bd/114b056c-e2b4-446d-9fd9-4ce6152008bd/DefragTools36.wmv" expression="full" duration="1974" fileSize="96673067" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/08bd/114b056c-e2b4-446d-9fd9-4ce6152008bd/DefragTools36_high.mp4" expression="full" duration="1974" fileSize="414891890" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/08bd/114b056c-e2b4-446d-9fd9-4ce6152008bd/DefragTools36_mid.mp4" expression="full" duration="1974" fileSize="291152912" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/08bd/114b056c-e2b4-446d-9fd9-4ce6152008bd/DefragTools36_Source.wmv" expression="full" duration="1974" fileSize="405027919" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/08bd/114b056c-e2b4-446d-9fd9-4ce6152008bd/DefragTools36.ism/manifest" expression="full" duration="1974" fileSize="6046" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/08bd/114b056c-e2b4-446d-9fd9-4ce6152008bd/DefragTools36.wmv" length="96673067" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Larry Larsen, Andrew Richards</dc:creator>
      <itunes:author>Larry Larsen, Andrew Richards</itunes:author>
      <slash:comments>3</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-36-CLR-GC-Part-4/RSS</wfw:commentRss>
      <category>CLR</category>
      <category>GC</category>
      <category>Troubleshooting</category>
    </item>
  <item>
      <title>Defrag Tools: #35 - CLR GC - Part 3</title>
      <description><![CDATA[<p>In this episode of <strong>Defrag Tools</strong>, Andrew Richards, Maoni Stephens and Larry Larsen continue walking you through the CLR Garbage Collector. Maoni is the Principal developer for the GC on the CLR team.</p><p><strong>Resources:</strong><br><a href="http://blogs.msdn.com/b/maoni/">Maoni's WebLog</a><br><a href="http://channel9.msdn.com/shows/Going&#43;Deep/Maoni-Stephens-and-Andrew-Pardoe-CLR-4-Inside-Background-GC/">Channel9 - CLR 4 Garbage Collector - Inside Background GC</a><br><a href="http://channel9.msdn.com/posts/Maoni-Stephens-CLR-45-Server-Background-GC">Channel9 - CLR 4.5: Maoni Stephens - Server Background GC</a><br><a href="http://msdn.microsoft.com/en-us/magazine/cc163528.aspx">MSDN Magazine - Investigating Memory Issues</a></p><p><strong>Timeline:</strong><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-35-CLR-GC-Part-3#time=00m45s">[00:45]</a> - Internal and Externals Roots<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-35-CLR-GC-Part-3#time=05m55s">[05:55]</a> -&nbsp;Start of GC: <strong>clr!WKS::GCHeap::GarbageCollectGeneration</strong><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-35-CLR-GC-Part-3#time=07m00s">[07:00]</a> - !sos.dumpheap &lt;heap start addr&gt; &lt;heap end addr&gt;&nbsp; (Range)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-35-CLR-GC-Part-3#time=07m30s">[07:30]</a> - !sos.gcroot &lt;addr&gt;&nbsp; (or !sos.gcwhere &lt;addr&gt;)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-35-CLR-GC-Part-3#time=09m45s">[09:45]</a> - New Root Types?&nbsp;Dependent Handles (<a href="http://msdn.microsoft.com/en-us/library/dd287757.aspx">ConditionalWeakTable</a>)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-35-CLR-GC-Part-3#time=12m32s">[12:32]</a> - Handle Types<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-35-CLR-GC-Part-3#time=13m30s">[13:30]</a> - Pinned Handles - Effect on Fragmentation<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-35-CLR-GC-Part-3#time=15m40s">[15:40]</a> - Large Object Heap's Fragmentation &amp;&nbsp;Coalescence<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-35-CLR-GC-Part-3#time=17m55s">[17:55]</a> - Pinned Objects<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-35-CLR-GC-Part-3#time=19m33s">[19:33]</a> - !sos.gchandles<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-35-CLR-GC-Part-3#time=20m06s">[20:06]</a> - !sos.gchandles -type Pinned<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-35-CLR-GC-Part-3#time=20m45s">[20:45]</a> - !sos.gchandles -type AsyncPinned</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/troubleshooting/RSS&WT.dl=0&WT.entryid=Entry:RSSView:4c7a43d8eb8b41d18197a18601340560">]]></description>
      <comments>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-35-CLR-GC-Part-3</comments>
      <itunes:summary>In this episode of Defrag Tools, Andrew Richards, Maoni Stephens and Larry Larsen continue walking you through the CLR Garbage Collector. Maoni is the Principal developer for the GC on the CLR team. Resources:Maoni&#39;s WebLogChannel9 - CLR 4 Garbage Collector - Inside Background GCChannel9 - CLR 4.5: Maoni Stephens - Server Background GCMSDN Magazine - Investigating Memory Issues Timeline:[00:45] - Internal and Externals Roots[05:55] -&amp;nbsp;Start of GC: clr!WKS::GCHeap::GarbageCollectGeneration[07:00] - !sos.dumpheap &amp;lt;heap start addr&amp;gt; &amp;lt;heap end addr&amp;gt;&amp;nbsp; (Range)[07:30] - !sos.gcroot &amp;lt;addr&amp;gt;&amp;nbsp; (or !sos.gcwhere &amp;lt;addr&amp;gt;)[09:45] - New Root Types?&amp;nbsp;Dependent Handles (ConditionalWeakTable)[12:32] - Handle Types[13:30] - Pinned Handles - Effect on Fragmentation[15:40] - Large Object Heap&#39;s Fragmentation &amp;amp;&amp;nbsp;Coalescence[17:55] - Pinned Objects[19:33] - !sos.gchandles[20:06] - !sos.gchandles -type Pinned[20:45] - !sos.gchandles -type AsyncPinned </itunes:summary>
      <itunes:duration>1330</itunes:duration>
      <link>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-35-CLR-GC-Part-3</link>
      <pubDate>Mon, 08 Apr 2013 18:49:26 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-35-CLR-GC-Part-3</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/a5e7/4065c58f-db24-45ad-87c1-2a75ea74a5e7/DefragTools35_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/a5e7/4065c58f-db24-45ad-87c1-2a75ea74a5e7/DefragTools35_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/a5e7/4065c58f-db24-45ad-87c1-2a75ea74a5e7/DefragTools35_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/a5e7/4065c58f-db24-45ad-87c1-2a75ea74a5e7/DefragTools35.mp3" expression="full" duration="1330" fileSize="21292084" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/a5e7/4065c58f-db24-45ad-87c1-2a75ea74a5e7/DefragTools35.mp4" expression="full" duration="1330" fileSize="126984995" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/a5e7/4065c58f-db24-45ad-87c1-2a75ea74a5e7/DefragTools35.webm" expression="full" duration="1330" fileSize="51102203" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/a5e7/4065c58f-db24-45ad-87c1-2a75ea74a5e7/DefragTools35.wma" expression="full" duration="1330" fileSize="10765359" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/a5e7/4065c58f-db24-45ad-87c1-2a75ea74a5e7/DefragTools35.wmv" expression="full" duration="1330" fileSize="79673465" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/a5e7/4065c58f-db24-45ad-87c1-2a75ea74a5e7/DefragTools35_high.mp4" expression="full" duration="1330" fileSize="276776652" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/a5e7/4065c58f-db24-45ad-87c1-2a75ea74a5e7/DefragTools35_mid.mp4" expression="full" duration="1330" fileSize="193302391" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/a5e7/4065c58f-db24-45ad-87c1-2a75ea74a5e7/DefragTools35_Source.wmv" expression="full" duration="1330" fileSize="272228742" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/a5e7/4065c58f-db24-45ad-87c1-2a75ea74a5e7/DefragTools35.ism/manifest" expression="full" duration="1330" fileSize="6046" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/a5e7/4065c58f-db24-45ad-87c1-2a75ea74a5e7/DefragTools35.wmv" length="79673465" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Larry Larsen, Andrew Richards</dc:creator>
      <itunes:author>Larry Larsen, Andrew Richards</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-35-CLR-GC-Part-3/RSS</wfw:commentRss>
      <category>CLR</category>
      <category>GC</category>
      <category>Troubleshooting</category>
    </item>
  <item>
      <title>Defrag Tools: #34 - CLR GC - Part 2</title>
      <description><![CDATA[<p>In this episode of <strong>Defrag Tools</strong>, Andrew Richards, Maoni Stephens and Larry Larsen continue walking you through the CLR Garbage Collector. Maoni is the Principal developer for the GC on the CLR team.</p><p><strong>Resources:</strong><br><a href="http://blogs.msdn.com/b/maoni/">Maoni's WebLog</a><br><a href="http://channel9.msdn.com/shows/Going&#43;Deep/Maoni-Stephens-and-Andrew-Pardoe-CLR-4-Inside-Background-GC/">Channel9 - CLR 4 Garbage Collector - Inside Background GC</a><br><a href="http://channel9.msdn.com/posts/Maoni-Stephens-CLR-45-Server-Background-GC">Channel9 - CLR 4.5: Maoni Stephens - Server Background GC</a><br><a href="http://msdn.microsoft.com/en-us/magazine/cc163528.aspx">MSDN Magazine - Investigating Memory Issues</a></p><p><strong>Timeline:</strong><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-34-CLR-GC-Part-2#time=03m30s">[03:30]</a> - How to approach Performance Analysis<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-34-CLR-GC-Part-2#time=09m00s">[09:00]</a> - Cadence of Gen 0, 1 and 2 garbage collection<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-34-CLR-GC-Part-2#time=12m20s">[12:20]</a> - !sos.FindRoots<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-34-CLR-GC-Part-2#time=14m00s">[14:00]</a> - Stop at Gen 1 GC - !sos.FindRoots -gen 1<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-34-CLR-GC-Part-2#time=16m09s">[16:09]</a> - End of GC: <strong>clr!WKS::GCHeap::RestartEE</strong><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-34-CLR-GC-Part-2#time=17m10s">[17:10]</a> - Stacks&nbsp;of allocations [<a href="http://www.microsoft.com/en-us/download/details.aspx?id=16273">CLRProfiler</a>] [<a href="http://www.microsoft.com/en-us/download/details.aspx?id=28567">PerfView</a>]<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-34-CLR-GC-Part-2#time=18m39s">[18:39]</a> - Object's Generation - !sos.gcwhere &lt;addr&gt;<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-34-CLR-GC-Part-2#time=19m28s">[19:28]</a> - Generation Segments - !sos.eeheap -gc<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-34-CLR-GC-Part-2#time=24m52s">[24:52]</a> - VM Hoarding<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-34-CLR-GC-Part-2#time=28m24s">[28:24]</a> - Heap Summary - !sos.heapstat</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/troubleshooting/RSS&WT.dl=0&WT.entryid=Entry:RSSView:8c28b686defb41a6bdbfa17b00376f29">]]></description>
      <comments>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-34-CLR-GC-Part-2</comments>
      <itunes:summary>In this episode of Defrag Tools, Andrew Richards, Maoni Stephens and Larry Larsen continue walking you through the CLR Garbage Collector. Maoni is the Principal developer for the GC on the CLR team. Resources:Maoni&#39;s WebLogChannel9 - CLR 4 Garbage Collector - Inside Background GCChannel9 - CLR 4.5: Maoni Stephens - Server Background GCMSDN Magazine - Investigating Memory Issues Timeline:[03:30] - How to approach Performance Analysis[09:00] - Cadence of Gen 0, 1 and 2 garbage collection[12:20] - !sos.FindRoots[14:00] - Stop at Gen 1 GC - !sos.FindRoots -gen 1[16:09] - End of GC: clr!WKS::GCHeap::RestartEE[17:10] - Stacks&amp;nbsp;of allocations [CLRProfiler] [PerfView][18:39] - Object&#39;s Generation - !sos.gcwhere &amp;lt;addr&amp;gt;[19:28] - Generation Segments - !sos.eeheap -gc[24:52] - VM Hoarding[28:24] - Heap Summary - !sos.heapstat </itunes:summary>
      <itunes:duration>1965</itunes:duration>
      <link>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-34-CLR-GC-Part-2</link>
      <pubDate>Tue, 02 Apr 2013 14:46:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-34-CLR-GC-Part-2</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/20c4/a14fbc8c-5e90-4366-8120-70df45fd20c4/DefragTools34_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/20c4/a14fbc8c-5e90-4366-8120-70df45fd20c4/DefragTools34_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/20c4/a14fbc8c-5e90-4366-8120-70df45fd20c4/DefragTools34_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/20c4/a14fbc8c-5e90-4366-8120-70df45fd20c4/DefragTools34.mp3" expression="full" duration="1965" fileSize="31447239" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/20c4/a14fbc8c-5e90-4366-8120-70df45fd20c4/DefragTools34.mp4" expression="full" duration="1965" fileSize="187390962" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/20c4/a14fbc8c-5e90-4366-8120-70df45fd20c4/DefragTools34.webm" expression="full" duration="1965" fileSize="73494380" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/20c4/a14fbc8c-5e90-4366-8120-70df45fd20c4/DefragTools34.wma" expression="full" duration="1965" fileSize="15899195" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/20c4/a14fbc8c-5e90-4366-8120-70df45fd20c4/DefragTools34.wmv" expression="full" duration="1965" fileSize="115348019" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/20c4/a14fbc8c-5e90-4366-8120-70df45fd20c4/DefragTools34_high.mp4" expression="full" duration="1965" fileSize="411804435" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/20c4/a14fbc8c-5e90-4366-8120-70df45fd20c4/DefragTools34_mid.mp4" expression="full" duration="1965" fileSize="286919495" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/20c4/a14fbc8c-5e90-4366-8120-70df45fd20c4/DefragTools34_Source.wmv" expression="full" duration="1965" fileSize="336956382" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/20c4/a14fbc8c-5e90-4366-8120-70df45fd20c4/DefragTools34.ism/manifest" expression="full" duration="1965" fileSize="6046" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/20c4/a14fbc8c-5e90-4366-8120-70df45fd20c4/DefragTools34.wmv" length="115348019" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Larry Larsen, Andrew Richards</dc:creator>
      <itunes:author>Larry Larsen, Andrew Richards</itunes:author>
      <slash:comments>6</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-34-CLR-GC-Part-2/RSS</wfw:commentRss>
      <category>CLR</category>
      <category>Debugging</category>
      <category>GC</category>
      <category>Troubleshooting</category>
    </item>
  <item>
      <title>Defrag Tools: #33 - CLR GC - Part 1</title>
      <description><![CDATA[<p>In this episode of <strong>Defrag Tools</strong>, Andrew Richards, Maoni Stephens and Larry Larsen walk you through the CLR Garbage Collector. Maoni is the Principal developer for the GC on the CLR team.</p><p><strong>Resources:</strong><br><a href="http://blogs.msdn.com/b/maoni/">Maoni's WebLog</a><br><a href="http://channel9.msdn.com/shows/Going&#43;Deep/Maoni-Stephens-and-Andrew-Pardoe-CLR-4-Inside-Background-GC/">Channel9 - CLR 4 Garbage Collector - Inside Background GC</a><br><a href="http://channel9.msdn.com/posts/Maoni-Stephens-CLR-45-Server-Background-GC">Channel9 - CLR 4.5: Maoni Stephens - Server Background GC</a><br><a href="http://msdn.microsoft.com/en-us/magazine/cc163528.aspx">MSDN Magazine - Investigating Memory Issues</a></p><p><strong>Timeline:</strong><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-33-CLR-GC-Part-1#time=00m00s">[00:00]</a> - What is a Garbage Collector (GC)?<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-33-CLR-GC-Part-1#time=02m40s">[02:40]</a> - How has the GC changed?<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-33-CLR-GC-Part-1#time=06m02s">[06:02]</a> -&nbsp;Memory issues<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-33-CLR-GC-Part-1#time=08m57s">[08:57]</a> - Stress Log (<a href="http://msdn.microsoft.com/en-us/library/bb190764.aspx">!sos.dumplog</a>)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-33-CLR-GC-Part-1#time=10m08s">[10:08]</a> - Troubleshooting and Performance<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-33-CLR-GC-Part-1#time=12m20s">[12:20]</a> - Demo App<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-33-CLR-GC-Part-1#time=14m20s">[14:20]</a> - <strong>!sos.eeheap -gc</strong><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-33-CLR-GC-Part-1#time=18m08s">[18:08]</a> - <strong>!sos.dumpheap -stat</strong><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-33-CLR-GC-Part-1#time=20m38s">[20:38]</a> - <strong>!sos.dumpheap -mt &lt;mt&gt;</strong> (Method Table)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-33-CLR-GC-Part-1#time=21m58s">[21:58]</a> - <strong>!sos.dumpobj</strong> / <strong>!sos.do</strong> (Dump Object)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-33-CLR-GC-Part-1#time=24m15s">[24:15]</a> - Performance Monitoring (<a href="http://msdn.microsoft.com/en-us/library/bb190764.aspx">SOS</a>, <a href="http://www.microsoft.com/en-us/download/details.aspx?id=28567">PerfView</a>, Performance Monitor)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-33-CLR-GC-Part-1#time=28m06s">[28:06]</a> - Measure immediately after an action, not at a cadence<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-33-CLR-GC-Part-1#time=29m45s">[29:45]</a> - <strong>x clr!WKS::GCHeap::GcCondemnedGeneration</strong> (Current GC being collected)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-33-CLR-GC-Part-1#time=31m15s">[31:15]</a> - <strong>bp clr!WKS::GCHeap::RestartEE</strong> (Break after a GC)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-33-CLR-GC-Part-1#time=35m30s">[35:30]</a> - More next week...</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/troubleshooting/RSS&WT.dl=0&WT.entryid=Entry:RSSView:3562bc0aeb3b486b9e69a17b00374cd4">]]></description>
      <comments>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-33-CLR-GC-Part-1</comments>
      <itunes:summary>In this episode of Defrag Tools, Andrew Richards, Maoni Stephens and Larry Larsen walk you through the CLR Garbage Collector. Maoni is the Principal developer for the GC on the CLR team. Resources:Maoni&#39;s WebLogChannel9 - CLR 4 Garbage Collector - Inside Background GCChannel9 - CLR 4.5: Maoni Stephens - Server Background GCMSDN Magazine - Investigating Memory Issues Timeline:[00:00] - What is a Garbage Collector (GC)?[02:40] - How has the GC changed?[06:02] -&amp;nbsp;Memory issues[08:57] - Stress Log (!sos.dumplog)[10:08] - Troubleshooting and Performance[12:20] - Demo App[14:20] - !sos.eeheap -gc[18:08] - !sos.dumpheap -stat[20:38] - !sos.dumpheap -mt &amp;lt;mt&amp;gt; (Method Table)[21:58] - !sos.dumpobj / !sos.do (Dump Object)[24:15] - Performance Monitoring (SOS, PerfView, Performance Monitor)[28:06] - Measure immediately after an action, not at a cadence[29:45] - x clr!WKS::GCHeap::GcCondemnedGeneration (Current GC being collected)[31:15] - bp clr!WKS::GCHeap::RestartEE (Break after a GC)[35:30] - More next week... </itunes:summary>
      <itunes:duration>2156</itunes:duration>
      <link>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-33-CLR-GC-Part-1</link>
      <pubDate>Mon, 25 Mar 2013 22:07:58 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-33-CLR-GC-Part-1</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/b14b/edd0a83a-57e7-416b-85f0-656f85efb14b/DefragTools33_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/b14b/edd0a83a-57e7-416b-85f0-656f85efb14b/DefragTools33_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/b14b/edd0a83a-57e7-416b-85f0-656f85efb14b/DefragTools33_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/b14b/edd0a83a-57e7-416b-85f0-656f85efb14b/DefragTools33.mp3" expression="full" duration="2156" fileSize="34507118" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b14b/edd0a83a-57e7-416b-85f0-656f85efb14b/DefragTools33.mp4" expression="full" duration="2156" fileSize="203879116" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b14b/edd0a83a-57e7-416b-85f0-656f85efb14b/DefragTools33.webm" expression="full" duration="2156" fileSize="81393353" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b14b/edd0a83a-57e7-416b-85f0-656f85efb14b/DefragTools33.wma" expression="full" duration="2156" fileSize="17443251" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b14b/edd0a83a-57e7-416b-85f0-656f85efb14b/DefragTools33.wmv" expression="full" duration="2156" fileSize="123900821" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b14b/edd0a83a-57e7-416b-85f0-656f85efb14b/DefragTools33_high.mp4" expression="full" duration="2156" fileSize="449868413" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b14b/edd0a83a-57e7-416b-85f0-656f85efb14b/DefragTools33_mid.mp4" expression="full" duration="2156" fileSize="313216683" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b14b/edd0a83a-57e7-416b-85f0-656f85efb14b/DefragTools33_Source.wmv" expression="full" duration="2156" fileSize="355063036" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/b14b/edd0a83a-57e7-416b-85f0-656f85efb14b/DefragTools33.ism/manifest" expression="full" duration="2156" fileSize="6046" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/b14b/edd0a83a-57e7-416b-85f0-656f85efb14b/DefragTools33.wmv" length="123900821" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Larry Larsen, Andrew Richards</dc:creator>
      <itunes:author>Larry Larsen, Andrew Richards</itunes:author>
      <slash:comments>9</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-33-CLR-GC-Part-1/RSS</wfw:commentRss>
      <category>CLR</category>
      <category>Debugging</category>
      <category>GC</category>
      <category>Troubleshooting</category>
    </item>
  <item>
      <title>Defrag Tools: #32 - Desktops</title>
      <description><![CDATA[<p>In this episode of <strong>Defrag Tools</strong>, Andrew Richards, Chad Beeder and Larry Larsen walk you through <strong>Sysinternals Desktops</strong>. Desktops allows you to organize your applications on up to four virtual desktops. We go under the covers and show how Desktops fits in to the Session, Window Station and Desktop object/security model.</p><p><strong>** I didn't do a great job&nbsp;explaining Sessions/Window Stations/Desktops -- If you want to know about those concepts in detail, I suggest you watch <a href="http://channel9.msdn.com/events/TechEd/Europe/2012/SIA311">Sysinternals Primer: Gems</a> instead.</strong></p><p><strong>Resources:</strong><br><a href="http://technet.microsoft.com/en-us/sysinternals/cc817881.aspx">Sysinternals Desktops</a><br><a href="http://technet.microsoft.com/en-us/sysinternals/bb896657.aspx">Sysinternals WinObj</a><br><a href="http://technet.microsoft.com/en-us/sysinternals/bb896769.aspx">Sysinternals LogonSessions</a><br><a href="http://blogs.msdn.com/b/aaron_margosis/archive/2012/07/18/tssessions-utility.aspx">Aaron Margosis' TSSessions</a><br>Sysinternals Administrator's Reference - [<a href="http://www.amazon.com/Windows-Sysinternals-Administrators-Reference-Russinovich/dp/073565672X">Amazon</a>]<br>Sysinternals Primer: Gems [<a href="http://channel9.msdn.com/events/TechEd/Europe/2012/SIA311">TechEd EMEA 2012 @13:45</a>]<br>Malware Hunting with the Sysinternals Tools [<a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/SIA302">TechEd USA 2012 @ 44:30</a>]</p><p><strong>Timeline:</strong><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-32-Desktops#time=01m05s">[01:05]</a> - Sysinternals Desktops<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-32-Desktops#time=04m50s">[04:50]</a> - Sessions, Window Stations and Desktops<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-32-Desktops#time=05m13s">[05:13]</a> - Sysinternals WinObj<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-32-Desktops#time=05m43s">[05:43]</a> - Sessions<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-32-Desktops#time=06m40s">[06:40]</a> - Window Stations<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-32-Desktops#time=09m00s">[09:00]</a> - Enumeration (Standard User)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-32-Desktops#time=10m11s">[10:11]</a> - Desktops<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-32-Desktops#time=11m38s">[11:38]</a> - Local Security Authority (LSA) - Sessions via Logons *<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-32-Desktops#time=12m16s">[12:16]</a> -&nbsp;Enumeration (Elevated User)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-32-Desktops#time=15m20s">[15:20]</a> - psexec -sid cmd.exe<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-32-Desktops#time=16m38s">[16:38]</a> - Enumeration (NT Authority\SYSTEM)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-32-Desktops#time=17m15s">[17:15]</a> - Sessions via Logons (NT Authority\SYSTEM)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-32-Desktops#time=18m26s">[18:26]</a> - Media Center Extender example</p><p>* You can enumerate sessions directly via the <a href="http://msdn.microsoft.com/en-us/library/windows/desktop/aa383833.aspx">Remote Desktop Services</a>&nbsp;API.</p><p><strong>Exercises:<br></strong></p><p>Use <strong>Sysinternals LogonSessions</strong> to view the logon sessions.<br>Use Aaron Margosis' <strong>TSSessions</strong> to view the Sessions/Window Stations/Desktops (and much more).</p><p>Session: 0<br>&nbsp; WinStation: WinSta0<br>&nbsp;&nbsp;&nbsp; Desktop: Default<br>&nbsp;&nbsp;&nbsp; Desktop: Disconnect<br>&nbsp;&nbsp;&nbsp;&nbsp;Desktop: Winlogon<br>&nbsp; WinStation: Service-0x0-3e4$<br>&nbsp;&nbsp;WinStation: Service-0x0-3e5$<br>&nbsp;&nbsp;WinStation: Service-0x0-3e7$<br>&nbsp;&nbsp;WinStation: msswindowstation<br>&nbsp;&nbsp; &nbsp;&nbsp;Desktop: mssrestricteddesk<br>Session: 1<br>&nbsp; WinStation: WinSta0<br>&nbsp;&nbsp;&nbsp; Desktop: Default<br>&nbsp;&nbsp;&nbsp; Desktop: Disconnect<br>&nbsp;&nbsp;&nbsp; Desktop: Winlogon<br>...</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/troubleshooting/RSS&WT.dl=0&WT.entryid=Entry:RSSView:f260cfb41f30418db546a17b003729ca">]]></description>
      <comments>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-32-Desktops</comments>
      <itunes:summary>In this episode of Defrag Tools, Andrew Richards, Chad Beeder and Larry Larsen walk you through Sysinternals Desktops. Desktops allows you to organize your applications on up to four virtual desktops. We go under the covers and show how Desktops fits in to the Session, Window Station and Desktop object/security model. ** I didn&#39;t do a great job&amp;nbsp;explaining Sessions/Window Stations/Desktops -- If you want to know about those concepts in detail, I suggest you watch Sysinternals Primer: Gems instead. Resources:Sysinternals DesktopsSysinternals WinObjSysinternals LogonSessionsAaron Margosis&#39; TSSessionsSysinternals Administrator&#39;s Reference - [Amazon]Sysinternals Primer: Gems [TechEd EMEA 2012 @13:45]Malware Hunting with the Sysinternals Tools [TechEd USA 2012 @ 44:30] Timeline:[01:05] - Sysinternals Desktops[04:50] - Sessions, Window Stations and Desktops[05:13] - Sysinternals WinObj[05:43] - Sessions[06:40] - Window Stations[09:00] - Enumeration (Standard User)[10:11] - Desktops[11:38] - Local Security Authority (LSA) - Sessions via Logons *[12:16] -&amp;nbsp;Enumeration (Elevated User)[15:20] - psexec -sid cmd.exe[16:38] - Enumeration (NT Authority\SYSTEM)[17:15] - Sessions via Logons (NT Authority\SYSTEM)[18:26] - Media Center Extender example * You can enumerate sessions directly via the Remote Desktop Services&amp;nbsp;API. Exercises: Use Sysinternals LogonSessions to view the logon sessions.Use Aaron Margosis&#39; TSSessions to view the Sessions/Window Stations/Desktops (and much more). Session: 0&amp;nbsp; WinStation: WinSta0&amp;nbsp;&amp;nbsp;&amp;nbsp; Desktop: Default&amp;nbsp;&amp;nbsp;&amp;nbsp; Desktop: Disconnect&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Desktop: Winlogon&amp;nbsp; WinStation: Service-0x0-3e4$&amp;nbsp;&amp;nbsp;WinStation: Service-0x0-3e5$&amp;nbsp;&amp;nbsp;WinStation: Service-0x0-3e7$&amp;nbsp;&amp;nbsp;WinStation: msswindowstation&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;Desktop: mssrestricteddeskSession: 1&amp;nbsp; WinStation: WinSta0&amp;nbsp;&amp;nbsp;&amp;nbsp; Desktop: Default&amp;nbsp;&amp;nbsp;&amp;nbsp; Desktop: Disconnect&amp;nbsp;&amp;nbsp;&amp;nbsp; Desktop: W</itunes:summary>
      <itunes:duration>1252</itunes:duration>
      <link>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-32-Desktops</link>
      <pubDate>Mon, 18 Mar 2013 22:20:50 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-32-Desktops</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/075a/a62999be-6e31-426b-a001-23b2dc57075a/DefragTools32_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/075a/a62999be-6e31-426b-a001-23b2dc57075a/DefragTools32_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/075a/a62999be-6e31-426b-a001-23b2dc57075a/DefragTools32_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/075a/a62999be-6e31-426b-a001-23b2dc57075a/DefragTools32.mp3" expression="full" duration="1252" fileSize="20042817" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/075a/a62999be-6e31-426b-a001-23b2dc57075a/DefragTools32.mp4" expression="full" duration="1252" fileSize="118455740" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/075a/a62999be-6e31-426b-a001-23b2dc57075a/DefragTools32.webm" expression="full" duration="1252" fileSize="40135996" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/075a/a62999be-6e31-426b-a001-23b2dc57075a/DefragTools32.wma" expression="full" duration="1252" fileSize="10134519" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/075a/a62999be-6e31-426b-a001-23b2dc57075a/DefragTools32.wmv" expression="full" duration="1252" fileSize="60519917" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/075a/a62999be-6e31-426b-a001-23b2dc57075a/DefragTools32_high.mp4" expression="full" duration="1252" fileSize="259508221" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/075a/a62999be-6e31-426b-a001-23b2dc57075a/DefragTools32_mid.mp4" expression="full" duration="1252" fileSize="181251630" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/075a/a62999be-6e31-426b-a001-23b2dc57075a/DefragTools32_Source.wmv" expression="full" duration="1252" fileSize="139161396" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/075a/a62999be-6e31-426b-a001-23b2dc57075a/DefragTools32.ism/manifest" expression="full" duration="1252" fileSize="6046" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/075a/a62999be-6e31-426b-a001-23b2dc57075a/DefragTools32.wmv" length="60519917" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Larry Larsen, Andrew Richards, Chad Beeder</dc:creator>
      <itunes:author>Larry Larsen, Andrew Richards, Chad Beeder</itunes:author>
      <slash:comments>12</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-32-Desktops/RSS</wfw:commentRss>
      <category>sysinternals</category>
      <category>Troubleshooting</category>
    </item>
  <item>
      <title>Defrag Tools: #31 - ZoomIt</title>
      <description><![CDATA[<p>In this episode of <strong>Defrag Tools</strong>, Andrew Richards, Chad Beeder and Larry Larsen walk you through <strong>Sysinternals ZoomIt</strong>. ZoomIt is a screen zoom and annotation tool for technical presentations that include application demonstrations. ZoomIt runs unobtrusively in the tray and activates with customizable hotkeys to zoom in on an area of the screen, move around while zoomed, and draw on the zoomed image.</p><p><strong>Resources:</strong><br><a href="http://technet.microsoft.com/en-us/sysinternals/bb897434.aspx">Sysinternals ZoomIt</a><br>Sysinternals Administrator's Reference - [<a href="http://www.amazon.com/Windows-Sysinternals-Administrators-Reference-Russinovich/dp/073565672X">Amazon</a>]</p><p><strong>Timeline:</strong><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-31-ZoomIt#time=00m00s">[00:00]</a> - Overview<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-31-ZoomIt#time=01m42s">[01:42]</a> - Windows Magnifier (Win-&#43;)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-31-ZoomIt#time=03m35s">[03:35]</a> - Ctrl-1 - Static Zoom<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-31-ZoomIt#time=05m30s">[05:30]</a> - Ctrl-2&nbsp;- Draw<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-31-ZoomIt#time=06m38s">[06:38]</a> - Ctrl-4&nbsp;-&nbsp;Live Zoom<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-31-ZoomIt#time=08m12s">[08:12]</a> - File Save *<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-31-ZoomIt#time=10m05s">[10:05]</a> - Ctrl-3&nbsp;- Break Timer</p><p>* Zoomed to 480x300 on a 1920x1200 screen, the file sizes are:</p><ul><li>Zoomed -&nbsp;1920x1200 </li><li>Actual -&nbsp;480x300 </li></ul> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/troubleshooting/RSS&WT.dl=0&WT.entryid=Entry:RSSView:9a571b07cef94dca98f6a17b0036fe37">]]></description>
      <comments>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-31-ZoomIt</comments>
      <itunes:summary>In this episode of Defrag Tools, Andrew Richards, Chad Beeder and Larry Larsen walk you through Sysinternals ZoomIt. ZoomIt is a screen zoom and annotation tool for technical presentations that include application demonstrations. ZoomIt runs unobtrusively in the tray and activates with customizable hotkeys to zoom in on an area of the screen, move around while zoomed, and draw on the zoomed image. Resources:Sysinternals ZoomItSysinternals Administrator&#39;s Reference - [Amazon] Timeline:[00:00] - Overview[01:42] - Windows Magnifier (Win-&amp;#43;)[03:35] - Ctrl-1 - Static Zoom[05:30] - Ctrl-2&amp;nbsp;- Draw[06:38] - Ctrl-4&amp;nbsp;-&amp;nbsp;Live Zoom[08:12] - File Save *[10:05] - Ctrl-3&amp;nbsp;- Break Timer * Zoomed to 480x300 on a 1920x1200 screen, the file sizes are: Zoomed -&amp;nbsp;1920x1200 Actual -&amp;nbsp;480x300 </itunes:summary>
      <itunes:duration>754</itunes:duration>
      <link>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-31-ZoomIt</link>
      <pubDate>Mon, 11 Mar 2013 20:27:38 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-31-ZoomIt</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/638d/0e5f8e26-2188-4c3a-9481-a1c70518638d/DefragTools31_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/638d/0e5f8e26-2188-4c3a-9481-a1c70518638d/DefragTools31_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/638d/0e5f8e26-2188-4c3a-9481-a1c70518638d/DefragTools31_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/638d/0e5f8e26-2188-4c3a-9481-a1c70518638d/DefragTools31.mp3" expression="full" duration="754" fileSize="12068574" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/638d/0e5f8e26-2188-4c3a-9481-a1c70518638d/DefragTools31.mp4" expression="full" duration="754" fileSize="72226438" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/638d/0e5f8e26-2188-4c3a-9481-a1c70518638d/DefragTools31.webm" expression="full" duration="754" fileSize="26796386" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/638d/0e5f8e26-2188-4c3a-9481-a1c70518638d/DefragTools31.wma" expression="full" duration="754" fileSize="6106155" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/638d/0e5f8e26-2188-4c3a-9481-a1c70518638d/DefragTools31.wmv" expression="full" duration="754" fileSize="42995297" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/638d/0e5f8e26-2188-4c3a-9481-a1c70518638d/DefragTools31_high.mp4" expression="full" duration="754" fileSize="157390026" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/638d/0e5f8e26-2188-4c3a-9481-a1c70518638d/DefragTools31_mid.mp4" expression="full" duration="754" fileSize="110140096" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/638d/0e5f8e26-2188-4c3a-9481-a1c70518638d/DefragTools31_Source.wmv" expression="full" duration="754" fileSize="110604286" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/638d/0e5f8e26-2188-4c3a-9481-a1c70518638d/DefragTools31.ism/manifest" expression="full" duration="754" fileSize="6046" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/638d/0e5f8e26-2188-4c3a-9481-a1c70518638d/DefragTools31.wmv" length="42995297" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Larry Larsen, Andrew Richards, Chad Beeder</dc:creator>
      <itunes:author>Larry Larsen, Andrew Richards, Chad Beeder</itunes:author>
      <slash:comments>6</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-31-ZoomIt/RSS</wfw:commentRss>
      <category>sysinternals</category>
      <category>Troubleshooting</category>
    </item>
  <item>
      <title>Defrag Tools: #16 - WinDbg - Driver Verifier</title>
      <description><![CDATA[<p>Not all Blue Screens of Death are easy to debug! Sometimes, you need to enable extra checking to help catch a buggy device driver.&nbsp;In this episode of <strong>Defrag Tools</strong>, Chad Beeder and Larry Larsen discuss using <strong>Driver Verifier</strong> in conjunction with <strong>WinDbg</strong> to track down a driver which is corrupting kernel mode&nbsp;pool memory.</p><p>Debugger commands used:</p><ul><li>!analyze -v </li><li>.trap </li><li>ub </li><li>dp </li><li>dps </li><li>dc </li><li>kv </li></ul><p>Make sure you watch <a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-Building-your-USB-thumbdrive">Defrag Tools Episode #1</a> for instructions on how to get the <strong>Debugging Tools for Windows</strong> and how to set the required environment variables for symbols and source code resolution.</p><p><strong>Resources: </strong></p><p><a href="http://msdn.microsoft.com/en-us/windows/hardware/gg463009.aspx">Debugging Tools for Windows</a></p><p><a href="http://technet.microsoft.com/en-us/sysinternals/bb963901.aspx">Windows Internals book tools (including NotMyFault)</a><br><br><a href="http://msdn.microsoft.com/en-us/library/windows/hardware/ff545499(v=vs.85).aspx">Forcing a System Crash from the Keyboard</a><br><br><a href="http://support.microsoft.com/kb/927069">How to generate a complete crash dump file or a kernel crash dump file by using an NMI on a Windows-based system</a><br><br><a href="http://msdn.microsoft.com/en-us/library/windows/hardware/ff545470(v=vs.85).aspx">Driver Verifier Options</a></p><p><span><span><strong>Timeline:</strong></span></span></p><p><span><span><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-16-WinDbg-Driver-Verifier#time=00m09s">[00:09]</a> - What is Driver Verifier?<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-16-WinDbg-Driver-Verifier#time=01m54s">[01:54]</a> - Using NotMyFault to cause a buffer overflow<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-16-WinDbg-Driver-Verifier#time=06m04s">[06:04]</a>&nbsp;- Looking at a buffer overflow dump in WinDbg<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-16-WinDbg-Driver-Verifier#time=08m10s">[08:10]</a> - What is the .trap command? (see: <a href="http://msdn.microsoft.com/en-us/library/9z1stfyw.aspx">x64 Register Usage</a>)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-16-WinDbg-Driver-Verifier#time=12m45s">[12:45]</a> - First dump was inconclusive. Looking at a second buffer overflow dump.<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-16-WinDbg-Driver-Verifier#time=15m47s">[15:47]</a> - Memory is corrupted, but how to find out who is corrupting it? Driver Verifier!<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-16-WinDbg-Driver-Verifier#time=16m55s">[16:55]</a> - Launching and configuring Driver Verifier<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-16-WinDbg-Driver-Verifier#time=20m20s">[20:20]</a> - Verifier enabled, let's crash the system!<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-16-WinDbg-Driver-Verifier#time=21m25s">[21:25]</a> - What is special pool?<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-16-WinDbg-Driver-Verifier#time=22m27s">[22:27]</a>&nbsp;- Looking at the memory dump (captured with Verifier enabled)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-16-WinDbg-Driver-Verifier#time=25m13s">[25:13]</a> - Forcing a memory dump of a hung system via keyboard<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-16-WinDbg-Driver-Verifier#time=28m00s">[28:00]</a> - Forcing a memory dump of a hung system via NMI switch<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-16-WinDbg-Driver-Verifier#time=31m52s">[31:52]</a> - Advanced/custom Driver Verifier settings</span></span></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/troubleshooting/RSS&WT.dl=0&WT.entryid=Entry:RSSView:933b000b97cb4406a707a0f2014dc839">]]></description>
      <comments>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-16-WinDbg-Driver-Verifier</comments>
      <itunes:summary>Not all Blue Screens of Death are easy to debug! Sometimes, you need to enable extra checking to help catch a buggy device driver.&amp;nbsp;In this episode of Defrag Tools, Chad Beeder and Larry Larsen discuss using Driver Verifier in conjunction with WinDbg to track down a driver which is corrupting kernel mode&amp;nbsp;pool memory. Debugger commands used: !analyze -v .trap ub dp dps dc kv Make sure you watch Defrag Tools Episode #1 for instructions on how to get the Debugging Tools for Windows and how to set the required environment variables for symbols and source code resolution. Resources:  Debugging Tools for Windows Windows Internals book tools (including NotMyFault)Forcing a System Crash from the KeyboardHow to generate a complete crash dump file or a kernel crash dump file by using an NMI on a Windows-based systemDriver Verifier Options Timeline: [00:09] - What is Driver Verifier?[01:54] - Using NotMyFault to cause a buffer overflow[06:04]&amp;nbsp;- Looking at a buffer overflow dump in WinDbg[08:10] - What is the .trap command? (see: x64 Register Usage)[12:45] - First dump was inconclusive. Looking at a second buffer overflow dump.[15:47] - Memory is corrupted, but how to find out who is corrupting it? Driver Verifier![16:55] - Launching and configuring Driver Verifier[20:20] - Verifier enabled, let&#39;s crash the system![21:25] - What is special pool?[22:27]&amp;nbsp;- Looking at the memory dump (captured with Verifier enabled)[25:13] - Forcing a memory dump of a hung system via keyboard[28:00] - Forcing a memory dump of a hung system via NMI switch[31:52] - Advanced/custom Driver Verifier settings </itunes:summary>
      <itunes:duration>2027</itunes:duration>
      <link>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-16-WinDbg-Driver-Verifier</link>
      <pubDate>Mon, 26 Nov 2012 17:27:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-16-WinDbg-Driver-Verifier</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/5de6/ab190c6a-20b5-4262-ac73-af6cf9585de6/DefragTools16_100.jpg" height="57" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/5de6/ab190c6a-20b5-4262-ac73-af6cf9585de6/DefragTools16_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/5de6/ab190c6a-20b5-4262-ac73-af6cf9585de6/DefragTools16_512.jpg" height="289" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/5de6/ab190c6a-20b5-4262-ac73-af6cf9585de6/DefragTools16.mp3" expression="full" duration="2027" fileSize="32437815" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/5de6/ab190c6a-20b5-4262-ac73-af6cf9585de6/DefragTools16.mp4" expression="full" duration="2027" fileSize="195843560" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/5de6/ab190c6a-20b5-4262-ac73-af6cf9585de6/DefragTools16.webm" expression="full" duration="2027" fileSize="69064947" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/5de6/ab190c6a-20b5-4262-ac73-af6cf9585de6/DefragTools16.wma" expression="full" duration="2027" fileSize="16397859" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/5de6/ab190c6a-20b5-4262-ac73-af6cf9585de6/DefragTools16.wmv" expression="full" duration="2027" fileSize="98836703" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/5de6/ab190c6a-20b5-4262-ac73-af6cf9585de6/DefragTools16_high.mp4" expression="full" duration="2027" fileSize="429331276" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/5de6/ab190c6a-20b5-4262-ac73-af6cf9585de6/DefragTools16_mid.mp4" expression="full" duration="2027" fileSize="299983149" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/5de6/ab190c6a-20b5-4262-ac73-af6cf9585de6/DefragTools16_Source.wmv" expression="full" duration="2027" fileSize="367186453" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/5de6/ab190c6a-20b5-4262-ac73-af6cf9585de6/DefragTools16.ism/manifest" expression="full" duration="2027" fileSize="6046" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/5de6/ab190c6a-20b5-4262-ac73-af6cf9585de6/DefragTools16.wmv" length="98836703" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Larry Larsen, Andrew Richards, Chad Beeder</dc:creator>
      <itunes:author>Larry Larsen, Andrew Richards, Chad Beeder</itunes:author>
      <slash:comments>5</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-16-WinDbg-Driver-Verifier/RSS</wfw:commentRss>
      <category>Troubleshooting</category>
    </item>
  <item>
      <title>Defrag Tools: #15 - WinDbg - Bugchecks (BSOD)</title>
      <description><![CDATA[<p>In this episode of <strong>Defrag Tools</strong>, Chad Beeder and Larry Larsen&nbsp;discuss analyzing kernel mode bugchecks (colloquially known as&nbsp;Blue Screens of Death) using&nbsp;<strong>WinDbg</strong> from the&nbsp;<strong>Debugging Tools For Windows</strong>.</p><p>We use these commands:</p><ul><li>!analyze -v </li><li>.hh </li><li>.trap </li><li>!pte </li><li>!process </li><li>!thread </li><li>.formats </li><li>.process </li><li>.thread </li><li>k </li><li>~ </li><li>.reload </li></ul><p>Make sure you watch <a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-Building-your-USB-thumbdrive">Defrag Tools Episode #1</a> for instructions on how to get the <strong>Debugging Tools for Windows</strong> and how to set the required environment variables for symbols and source code resolution.</p><p><strong>Resources: </strong></p><p><a href="http://msdn.microsoft.com/en-us/windows/hardware/gg463009.aspx">Debugging Tools for Windows</a></p><p><a href="http://support.microsoft.com/kb/969028">How to generate a kernel or a complete memory dump file in Windows Server 2008 and Windows Server 2008 R2</a></p><p><a href="http://technet.microsoft.com/en-us/sysinternals/bb963901.aspx">Windows Internals book tools (including NotMyFault)</a></p><p><span><span><strong>Timeline:</strong></span></span></p><p><span><span><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-15-WinDbg-Bugchecks#time=00m50s">[00:50]</a> - What is a bugcheck (blue screen)?<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-15-WinDbg-Bugchecks#time=03m23s">[03:23]</a> - Different types of memory dump files (complete, kernel-only, mini)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-15-WinDbg-Bugchecks#time=05m16s">[05:16]</a> - Windows Error Reporting<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-15-WinDbg-Bugchecks#time=07m17s">[07:17]</a> - Configuring your system for a memory dump<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-15-WinDbg-Bugchecks#time=07m54s">[07:54]</a> - Enabling &quot;Complete memory dump&quot; option on Windows 7 and Server 2008 R2; see <a title="How to generate a kernel or a complete memory dump file in Windows Server 2008 and Windows Server 2008 R2" href="http://support.microsoft.com/kb/969028">KB 969028</a><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-15-WinDbg-Bugchecks#time=10m45s">[10:45]</a> - Looking at a 32-bit memory dump created by <a title="Windows Internals Book" href="http://technet.microsoft.com/en-us/sysinternals/bb963901.aspx">NotMyFault</a><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-15-WinDbg-Bugchecks#time=12m04s">[12:04]</a> - Symbol path<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-15-WinDbg-Bugchecks#time=13m21s">[13:21]</a> - Step 1 is always: <strong>!analyze -v</strong><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-15-WinDbg-Bugchecks#time=15m40s">[15:40]</a> - Looking up bug check descriptions&nbsp;- Windows Debugger Help (<strong>.hh</strong>)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-15-WinDbg-Bugchecks#time=19m45s">[19:45]</a> - Looking at the trap frame (<strong>.trap</strong>)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-15-WinDbg-Bugchecks#time=20m18s">[20:18]</a> - Why did a memory access fail? (Using <strong>!pte</strong> command to look at virtual memory mappings)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-15-WinDbg-Bugchecks#time=22m15s">[22:15]</a> - What is a trap frame? (64-bit systems&nbsp;do not store all registers in trap frames; see&nbsp;<a title="X64 Deep Dive" href="http://www.codemachine.com/article_x64deepdive.html">blog post here</a>) <br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-15-WinDbg-Bugchecks#time=26m50s">[26:50]</a> - Showing all running processes with <strong>!process 0 0</strong><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-15-WinDbg-Bugchecks#time=28m48s">[28:48]</a> - View more details on a specific process with <strong>!process</strong><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-15-WinDbg-Bugchecks#time=31m43s">[31:43]</a> - Converting between numerical formats with <strong>.formats<br></strong><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-15-WinDbg-Bugchecks#time=32m55s">[32:55]</a> - Switching the debugger&nbsp;into a process or thread context: use <strong>.process</strong> or <strong>.thread</strong><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-15-WinDbg-Bugchecks#time=35m10s">[35:10]</a> - Switching between CPUs (<strong>~</strong> command)<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-15-WinDbg-Bugchecks#time=38m13s">[38:13]</a> - Next week: Driver Verifier</span></span></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/troubleshooting/RSS&WT.dl=0&WT.entryid=Entry:RSSView:a3501295a3184f6dabb0a0e7010748a9">]]></description>
      <comments>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-15-WinDbg-Bugchecks</comments>
      <itunes:summary>In this episode of Defrag Tools, Chad Beeder and Larry Larsen&amp;nbsp;discuss analyzing kernel mode bugchecks (colloquially known as&amp;nbsp;Blue Screens of Death) using&amp;nbsp;WinDbg from the&amp;nbsp;Debugging Tools For Windows. We use these commands: !analyze -v .hh .trap !pte !process !thread .formats .process .thread k ~ .reload Make sure you watch Defrag Tools Episode #1 for instructions on how to get the Debugging Tools for Windows and how to set the required environment variables for symbols and source code resolution. Resources:  Debugging Tools for Windows How to generate a kernel or a complete memory dump file in Windows Server 2008 and Windows Server 2008 R2 Windows Internals book tools (including NotMyFault) Timeline: [00:50] - What is a bugcheck (blue screen)?[03:23] - Different types of memory dump files (complete, kernel-only, mini)[05:16] - Windows Error Reporting[07:17] - Configuring your system for a memory dump[07:54] - Enabling &amp;quot;Complete memory dump&amp;quot; option on Windows 7 and Server 2008 R2; see KB 969028[10:45] - Looking at a 32-bit memory dump created by NotMyFault[12:04] - Symbol path[13:21] - Step 1 is always: !analyze -v[15:40] - Looking up bug check descriptions&amp;nbsp;- Windows Debugger Help (.hh)[19:45] - Looking at the trap frame (.trap)[20:18] - Why did a memory access fail? (Using !pte command to look at virtual memory mappings)[22:15] - What is a trap frame? (64-bit systems&amp;nbsp;do not store all registers in trap frames; see&amp;nbsp;blog post here) [26:50] - Showing all running processes with !process 0 0[28:48] - View more details on a specific process with !process[31:43] - Converting between numerical formats with .formats[32:55] - Switching the debugger&amp;nbsp;into a process or thread context: use .process or .thread[35:10] - Switching between CPUs (~ command)[38:13] - Next week: Driver Verifier </itunes:summary>
      <itunes:duration>2340</itunes:duration>
      <link>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-15-WinDbg-Bugchecks</link>
      <pubDate>Mon, 19 Nov 2012 08:58:11 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-15-WinDbg-Bugchecks</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/8332/bebdd717-f1b6-4047-a43f-1b2176198332/DefragTools15_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/8332/bebdd717-f1b6-4047-a43f-1b2176198332/DefragTools15_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/8332/bebdd717-f1b6-4047-a43f-1b2176198332/DefragTools15_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/8332/bebdd717-f1b6-4047-a43f-1b2176198332/DefragTools15.mp3" expression="full" duration="2340" fileSize="37454562" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8332/bebdd717-f1b6-4047-a43f-1b2176198332/DefragTools15.mp4" expression="full" duration="2340" fileSize="224012427" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8332/bebdd717-f1b6-4047-a43f-1b2176198332/DefragTools15.webm" expression="full" duration="2340" fileSize="83190048" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8332/bebdd717-f1b6-4047-a43f-1b2176198332/DefragTools15.wma" expression="full" duration="2340" fileSize="18933235" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8332/bebdd717-f1b6-4047-a43f-1b2176198332/DefragTools15.wmv" expression="full" duration="2340" fileSize="114023597" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8332/bebdd717-f1b6-4047-a43f-1b2176198332/DefragTools15_high.mp4" expression="full" duration="2340" fileSize="491036105" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8332/bebdd717-f1b6-4047-a43f-1b2176198332/DefragTools15_mid.mp4" expression="full" duration="2340" fileSize="342839956" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8332/bebdd717-f1b6-4047-a43f-1b2176198332/DefragTools15_Source.wmv" expression="full" duration="2340" fileSize="382399716" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/8332/bebdd717-f1b6-4047-a43f-1b2176198332/DefragTools15.ism/manifest" expression="full" duration="2340" fileSize="6046" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/8332/bebdd717-f1b6-4047-a43f-1b2176198332/DefragTools15.wmv" length="114023597" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Larry Larsen, Andrew Richards, Chad Beeder</dc:creator>
      <itunes:author>Larry Larsen, Andrew Richards, Chad Beeder</itunes:author>
      <slash:comments>12</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-15-WinDbg-Bugchecks/RSS</wfw:commentRss>
      <category>Troubleshooting</category>
    </item>
  <item>
      <title>Defrag: TPM &amp; Bitlocker, Search Service, How to Pick Wifi Hardware</title>
      <description><![CDATA[ <p>Microsoft tech troubleshooter <span>extraordinaire </span>Gov Maharaj and I help walk you through troubleshooting solutions to your tech support problems. If you have a problem you want to send us, you can use the Problem Step Recorder in Windows 7 (<a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-003-Win7-Shutdown-Slowdowns-Prob-Step-Recorder-MSI-Failures#time=06m30s">see this</a> for details on how) and send us the zip file to <a>DefragShow@microsoft.com</a>. We will also be checking comments for problems, but the email address will let us contact you if needed.</p><p><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-TPM--Bitlocker-Search-Service-How-to-Pick-a-Wifi-HW#time=00m15s">[00:15]</a> Is there a way to start Windows Device Manager faster? <br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-TPM--Bitlocker-Search-Service-How-to-Pick-a-Wifi-HW#time=02m39s">[02:39]</a> I get error &quot;Incompatible TPM device&quot; when using Bitlocker. <br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-TPM--Bitlocker-Search-Service-How-to-Pick-a-Wifi-HW#time=06m55s">[06:55]</a> In on Morto worm and how it works. Are machines on home network with no password at risk? <br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-TPM--Bitlocker-Search-Service-How-to-Pick-a-Wifi-HW#time=09m39s">[09:39]</a> How exactly does Search Service work? Best practices for searching folders. [<a href="http://www.microsoft.com/windows/products/winfamily/desktopsearch/technicalresources/advquery.mspx">link</a>]<br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-TPM--Bitlocker-Search-Service-How-to-Pick-a-Wifi-HW#time=11m58s">[11:58]</a> Can I move the User folder to a non-system partition? [<a href="http://support.microsoft.com/kb/949977">link</a>]<br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-TPM--Bitlocker-Search-Service-How-to-Pick-a-Wifi-HW#time=14m15s">[14:15]</a> What to look for when picking a WiFi card. <br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-TPM--Bitlocker-Search-Service-How-to-Pick-a-Wifi-HW#time=17m45s">[17:45]</a> What to look for when picking a WiFi&nbsp;router. &nbsp;<br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-TPM--Bitlocker-Search-Service-How-to-Pick-a-Wifi-HW#time=19m24s">[19:24]</a> How to run pinned icons as elevated? <br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-TPM--Bitlocker-Search-Service-How-to-Pick-a-Wifi-HW#time=20m15s">[20:15]</a> Is it possible to downgrade&nbsp;to another version of Windows? <br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-TPM--Bitlocker-Search-Service-How-to-Pick-a-Wifi-HW#time=21m32s">[21:32]</a> How to control&nbsp;media on a PC&nbsp;from distance. [<a href="http://channel9.msdn.com/posts/A-Look-at-Windows-7-Ease-of-Access-Features">link</a>] <br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-TPM--Bitlocker-Search-Service-How-to-Pick-a-Wifi-HW#time=25m52s">[25:52]</a> Can I select which&nbsp;access point in a group my computer connects to? <br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-TPM--Bitlocker-Search-Service-How-to-Pick-a-Wifi-HW#time=27m19s">[27:19]</a> WiFi card in laptop&nbsp;appears to be working but can't see a network. <br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-TPM--Bitlocker-Search-Service-How-to-Pick-a-Wifi-HW#time=29m50s">[29:50]</a> Hearing noise from unused platter drive in&nbsp;SSD laptop. Cause? &nbsp;<br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-TPM--Bitlocker-Search-Service-How-to-Pick-a-Wifi-HW#time=32m15s">[32:15]</a> Adding&nbsp;apps to the Windows 7&nbsp;Explorer Favorites List.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/troubleshooting/RSS&WT.dl=0&WT.entryid=Entry:RSSView:119f58eb2648445ea3609f6501258af1">]]></description>
      <comments>http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-TPM--Bitlocker-Search-Service-How-to-Pick-a-Wifi-HW</comments>
      <itunes:summary> Microsoft tech troubleshooter extraordinaire Gov Maharaj and I help walk you through troubleshooting solutions to your tech support problems. If you have a problem you want to send us, you can use the Problem Step Recorder in Windows 7 (see this for details on how) and send us the zip file to DefragShow@microsoft.com. We will also be checking comments for problems, but the email address will let us contact you if needed. [00:15] Is there a way to start Windows Device Manager faster? [02:39] I get error &amp;quot;Incompatible TPM device&amp;quot; when using Bitlocker. [06:55] In on Morto worm and how it works. Are machines on home network with no password at risk? [09:39] How exactly does Search Service work? Best practices for searching folders. [link][11:58] Can I move the User folder to a non-system partition? [link][14:15] What to look for when picking a WiFi card. [17:45] What to look for when picking a WiFi&amp;nbsp;router. &amp;nbsp;[19:24] How to run pinned icons as elevated? [20:15] Is it possible to downgrade&amp;nbsp;to another version of Windows? [21:32] How to control&amp;nbsp;media on a PC&amp;nbsp;from distance. [link] [25:52] Can I select which&amp;nbsp;access point in a group my computer connects to? [27:19] WiFi card in laptop&amp;nbsp;appears to be working but can&#39;t see a network. [29:50] Hearing noise from unused platter drive in&amp;nbsp;SSD laptop. Cause? &amp;nbsp;[32:15] Adding&amp;nbsp;apps to the Windows 7&amp;nbsp;Explorer Favorites List. </itunes:summary>
      <itunes:duration>2056</itunes:duration>
      <link>http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-TPM--Bitlocker-Search-Service-How-to-Pick-a-Wifi-HW</link>
      <pubDate>Mon, 26 Sep 2011 17:16:24 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-TPM--Bitlocker-Search-Service-How-to-Pick-a-Wifi-HW</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/8af1/119f58eb-2648-445e-a360-9f6501258af1/Defrag0921_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/8af1/119f58eb-2648-445e-a360-9f6501258af1/Defrag0921_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/8af1/119f58eb-2648-445e-a360-9f6501258af1/Defrag0921_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/8af1/119f58eb-2648-445e-a360-9f6501258af1/Defrag0921_2MB_ch9.wmv" expression="full" duration="2056" fileSize="679632730" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8af1/119f58eb-2648-445e-a360-9f6501258af1/Defrag0921_ch9.mp3" expression="full" duration="2056" fileSize="16454918" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8af1/119f58eb-2648-445e-a360-9f6501258af1/Defrag0921_ch9.wma" expression="full" duration="2056" fileSize="16638125" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8af1/119f58eb-2648-445e-a360-9f6501258af1/Defrag0921_ch9.wmv" expression="full" duration="2056" fileSize="310497767" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8af1/119f58eb-2648-445e-a360-9f6501258af1/Defrag0921_high_ch9.mp4" expression="full" duration="2056" fileSize="726155175" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8af1/119f58eb-2648-445e-a360-9f6501258af1/Defrag0921_low_ch9.mp4" expression="full" duration="2056" fileSize="113890948" type="video/mp4" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/8af1/119f58eb-2648-445e-a360-9f6501258af1/Defrag0921.ism/manifest" expression="full" duration="2056" fileSize="7604" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/8af1/119f58eb-2648-445e-a360-9f6501258af1/Defrag0921_ch9.wmv" length="310497767" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Larry Larsen</dc:creator>
      <itunes:author>Larry Larsen</itunes:author>
      <slash:comments>7</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-TPM--Bitlocker-Search-Service-How-to-Pick-a-Wifi-HW/RSS</wfw:commentRss>
      <category>Troubleshooting</category>
    </item>
  <item>
      <title>Defrag: SSD Questions, Tagging Files, Mirroring Drives, Hardware Hacks</title>
      <description><![CDATA[ <p>Microsoft tech troubleshooter <span>extraordinaire </span>Gov Maharaj and I help walk you through troubleshooting solutions to your tech support problems. If you have a problem you want to send us, you can use the Problem Step Recorder in Windows 7 (<a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-003-Win7-Shutdown-Slowdowns-Prob-Step-Recorder-MSI-Failures#time=06m30s">see this</a> for details on how) and send us the zip file to <a>DefragShow@microsoft.com</a>. We will also be checking comments for problems, but the email address will let us contact you if needed.</p><p><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-SSD-Questions-Tagging-Files-Mirroring-Drives-Hardware-Hacks#time=0m20s">00:20</a>&nbsp; Eric Meijer and Charles <a href="http://channel9.msdn.com/Shows/Checking-In-with-Erik-Meijer/Checking-In-Gov-Maharaj-Shimming-the-World-Dreaming-in-Assembly">interview</a> Gov Maharaj.<br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-SSD-Questions-Tagging-Files-Mirroring-Drives-Hardware-Hacks#time=4m12s">04:12</a>&nbsp; All About SSDs - How do you know TRIM is enabled? <br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-SSD-Questions-Tagging-Files-Mirroring-Drives-Hardware-Hacks#time=7m00s">07:00</a>&nbsp;&nbsp;Is there any benefit to a&nbsp;defrag on an SSD?&nbsp;&nbsp;&nbsp;<br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-SSD-Questions-Tagging-Files-Mirroring-Drives-Hardware-Hacks#time=8m42s">08:42</a>&nbsp; What's the fastest way to connect a SSD <br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-SSD-Questions-Tagging-Files-Mirroring-Drives-Hardware-Hacks#time=9m44s">09:44</a>&nbsp; Can I tag text files like I do pictures in Windows 7? <br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-SSD-Questions-Tagging-Files-Mirroring-Drives-Hardware-Hacks#time=12m53s">12:53</a>&nbsp; Monitor no longer wakes from sleep.&nbsp;&nbsp; <br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-SSD-Questions-Tagging-Files-Mirroring-Drives-Hardware-Hacks#time=14m42s">14:42</a>&nbsp; Can I mirror my C: drive to another drive as a backup while Windows is running?<br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-SSD-Questions-Tagging-Files-Mirroring-Drives-Hardware-Hacks#time=18m32s">18:32</a>&nbsp; Will a &quot;low level format&quot; fix a thumbdrive that has bad sectors? <br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-SSD-Questions-Tagging-Files-Mirroring-Drives-Hardware-Hacks#time=22m21s">22:21</a>&nbsp; Deleted Thumbs.db and Desktop.ini, now having problems.<br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-SSD-Questions-Tagging-Files-Mirroring-Drives-Hardware-Hacks#time=27m12s">27:12</a>&nbsp; Windows crashes non-responding&nbsp;app too soon, is there a way to make it wait longer? <br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-SSD-Questions-Tagging-Files-Mirroring-Drives-Hardware-Hacks#time=30m30s">30:30</a>&nbsp; Hacking hardware - our pick of the week is <a href="http://sugru.com/">Sugru</a>.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/troubleshooting/RSS&WT.dl=0&WT.entryid=Entry:RSSView:921fde68a75a40aeb8949f26011ba3a2">]]></description>
      <comments>http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-SSD-Questions-Tagging-Files-Mirroring-Drives-Hardware-Hacks</comments>
      <itunes:summary> Microsoft tech troubleshooter extraordinaire Gov Maharaj and I help walk you through troubleshooting solutions to your tech support problems. If you have a problem you want to send us, you can use the Problem Step Recorder in Windows 7 (see this for details on how) and send us the zip file to DefragShow@microsoft.com. We will also be checking comments for problems, but the email address will let us contact you if needed. 00:20&amp;nbsp; Eric Meijer and Charles interview Gov Maharaj.04:12&amp;nbsp; All About SSDs - How do you know TRIM is enabled? 07:00&amp;nbsp;&amp;nbsp;Is there any benefit to a&amp;nbsp;defrag on an SSD?&amp;nbsp;&amp;nbsp;&amp;nbsp;08:42&amp;nbsp; What&#39;s the fastest way to connect a SSD 09:44&amp;nbsp; Can I tag text files like I do pictures in Windows 7? 12:53&amp;nbsp; Monitor no longer wakes from sleep.&amp;nbsp;&amp;nbsp; 14:42&amp;nbsp; Can I mirror my C: drive to another drive as a backup while Windows is running?18:32&amp;nbsp; Will a &amp;quot;low level format&amp;quot; fix a thumbdrive that has bad sectors? 22:21&amp;nbsp; Deleted Thumbs.db and Desktop.ini, now having problems.27:12&amp;nbsp; Windows crashes non-responding&amp;nbsp;app too soon, is there a way to make it wait longer? 30:30&amp;nbsp; Hacking hardware - our pick of the week is Sugru. </itunes:summary>
      <itunes:duration>2132</itunes:duration>
      <link>http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-SSD-Questions-Tagging-Files-Mirroring-Drives-Hardware-Hacks</link>
      <pubDate>Wed, 20 Jul 2011 21:23:33 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-SSD-Questions-Tagging-Files-Mirroring-Drives-Hardware-Hacks</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/a3a2/921fde68-a75a-40ae-b894-9f26011ba3a2/Defrag07202011_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/a3a2/921fde68-a75a-40ae-b894-9f26011ba3a2/Defrag07202011_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/a3a2/921fde68-a75a-40ae-b894-9f26011ba3a2/Defrag07202011_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/a3a2/921fde68-a75a-40ae-b894-9f26011ba3a2/Defrag07202011_2MB_ch9.wmv" expression="full" duration="2132" fileSize="509386416" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/a3a2/921fde68-a75a-40ae-b894-9f26011ba3a2/Defrag07202011_ch9.mp3" expression="full" duration="2132" fileSize="17059725" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/a3a2/921fde68-a75a-40ae-b894-9f26011ba3a2/Defrag07202011_ch9.wma" expression="full" duration="2132" fileSize="17247937" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/a3a2/921fde68-a75a-40ae-b894-9f26011ba3a2/Defrag07202011_ch9.wmv" expression="full" duration="2132" fileSize="308898223" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/a3a2/921fde68-a75a-40ae-b894-9f26011ba3a2/Defrag07202011_high_ch9.mp4" expression="full" duration="2132" fileSize="718654504" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/a3a2/921fde68-a75a-40ae-b894-9f26011ba3a2/Defrag07202011_low_ch9.mp4" expression="full" duration="2132" fileSize="126396172" type="video/mp4" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/a3a2/921fde68-a75a-40ae-b894-9f26011ba3a2/Defrag07202011.ism/manifest" expression="full" duration="2132" fileSize="6056" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/a3a2/921fde68-a75a-40ae-b894-9f26011ba3a2/Defrag07202011_ch9.wmv" length="308898223" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Larry Larsen</dc:creator>
      <itunes:author>Larry Larsen</itunes:author>
      <slash:comments>9</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-SSD-Questions-Tagging-Files-Mirroring-Drives-Hardware-Hacks/RSS</wfw:commentRss>
      <category>Troubleshooting</category>
      <category>Windows 7</category>
      <category>SSD</category>
    </item>
  <item>
      <title>Defrag 001: Startup Slow Downs, Can&#39;t Boot, Blue Screens, Homegroup, IE Logins</title>
      <description><![CDATA[ <p>Today I'm joined with Microsoft tech troubleshooter <span>extraordinaire </span>Gov Maharaj to help walk you through solutions to your tech support problems. In an effort to help solve future problems we're going to look at these issues beyond just fixing them and drill down into how Gov would actually troubleshoot these problems. In our next episode we'll be pulling tech support issues in part from the comments here. We're happy to take on problems with Windows, Office, WP7, or other Microsoft products, so if there are nagging issues you could use a hand with, let us know here.</p><p>&nbsp;</p><p>In this episode of Defrag: <br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-001-Startup-Slow-Downs-Cant-Boot-Blue-Screens-Homegroup-IE-Logins#time=01m35s">1:35</a> - Troubleshooting Windows 7 Start-up Slowdowns. (<a href="http://www.sysinfo.org/startuplist.php">Sysinfo</a>, <a href="http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx">Autoruns</a>, <a href="http://lifehacker.com/#!5043134/startup-delayer-staggers-your-startup-apps-for-smoother-loading">Startup Delayer</a>)<br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-001-Startup-Slow-Downs-Cant-Boot-Blue-Screens-Homegroup-IE-Logins#time=10m23s">10:23</a> - Windows won't boot.<br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-001-Startup-Slow-Downs-Cant-Boot-Blue-Screens-Homegroup-IE-Logins#time=15m00s">15:00</a> - Blue Screens (<a href="http://msdn.microsoft.com/en-us/windows/hardware/gg463009.aspx">WinDBG</a>)<br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-001-Startup-Slow-Downs-Cant-Boot-Blue-Screens-Homegroup-IE-Logins#time=26m12s">26:12</a> - Troubleshooting Homegroup<br><a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-001-Startup-Slow-Downs-Cant-Boot-Blue-Screens-Homegroup-IE-Logins#time=28m48s">28:48</a> - Problems logging in to sites with Internet Explorer.</p><p>&nbsp;</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/troubleshooting/RSS&WT.dl=0&WT.entryid=Entry:RSSView:75fe38656bd44431a5e39e98013c4430">]]></description>
      <comments>http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-001-Startup-Slow-Downs-Cant-Boot-Blue-Screens-Homegroup-IE-Logins</comments>
      <itunes:summary> Today I&#39;m joined with Microsoft tech troubleshooter extraordinaire Gov Maharaj to help walk you through solutions to your tech support problems. In an effort to help solve future problems we&#39;re going to look at these issues beyond just fixing them and drill down into how Gov would actually troubleshoot these problems. In our next episode we&#39;ll be pulling tech support issues in part from the comments here. We&#39;re happy to take on problems with Windows, Office, WP7, or other Microsoft products, so if there are nagging issues you could use a hand with, let us know here. &amp;nbsp; In this episode of Defrag: 1:35 - Troubleshooting Windows 7 Start-up Slowdowns. (Sysinfo, Autoruns, Startup Delayer)10:23 - Windows won&#39;t boot.15:00 - Blue Screens (WinDBG)26:12 - Troubleshooting Homegroup28:48 - Problems logging in to sites with Internet Explorer. &amp;nbsp; </itunes:summary>
      <itunes:duration>2159</itunes:duration>
      <link>http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-001-Startup-Slow-Downs-Cant-Boot-Blue-Screens-Homegroup-IE-Logins</link>
      <pubDate>Thu, 03 Mar 2011 20:20:48 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-001-Startup-Slow-Downs-Cant-Boot-Blue-Screens-Homegroup-IE-Logins</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/4430/75FE3865-6BD4-4431-A5E3-9E98013C4430/DefragE01_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/4430/75FE3865-6BD4-4431-A5E3-9E98013C4430/DefragE01_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/4430/75FE3865-6BD4-4431-A5E3-9E98013C4430/DefragE01_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/4430/75FE3865-6BD4-4431-A5E3-9E98013C4430/DefragE01_custom_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/4430/75FE3865-6BD4-4431-A5E3-9E98013C4430/DefragE01_2MB_ch9.wmv" expression="full" duration="2159" fileSize="492878761" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/4430/75FE3865-6BD4-4431-A5E3-9E98013C4430/DefragE01_ch9.mp3" expression="full" duration="2159" fileSize="17280517" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/4430/75FE3865-6BD4-4431-A5E3-9E98013C4430/DefragE01_ch9.wma" expression="full" duration="2159" fileSize="17470235" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/4430/75FE3865-6BD4-4431-A5E3-9E98013C4430/DefragE01_ch9.wmv" expression="full" duration="2159" fileSize="369682387" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/4430/75FE3865-6BD4-4431-A5E3-9E98013C4430/DefragE01_high_ch9.mp4" expression="full" duration="2159" fileSize="773681206" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/4430/75FE3865-6BD4-4431-A5E3-9E98013C4430/DefragE01_low_ch9.mp4" expression="full" duration="2159" fileSize="151306540" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/4430/75FE3865-6BD4-4431-A5E3-9E98013C4430/DefragE01_Zune_ch9.wmv" expression="full" duration="2159" fileSize="297362442" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/4430/75FE3865-6BD4-4431-A5E3-9E98013C4430/DefragE01.ism/manifest" expression="full" duration="2159" fileSize="8378" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/4430/75FE3865-6BD4-4431-A5E3-9E98013C4430/DefragE01_ch9.wmv" length="369682387" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Larry Larsen</dc:creator>
      <itunes:author>Larry Larsen</itunes:author>
      <slash:comments>23</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-001-Startup-Slow-Downs-Cant-Boot-Blue-Screens-Homegroup-IE-Logins/RSS</wfw:commentRss>
      <category>Troubleshooting</category>
      <category>Tech Support</category>
    </item>
  <item>
      <title>Brian Peek&#39;s PDC Laptop Leak Fix</title>
      <description><![CDATA[Brian Peek picked up a PDC Laptop on eBay and found that the latest accelerometer driver (v1.00.00.16) wasn't correctly closing handles, resulting in his machine having 5 million handles open. So he did what any self-respecting Niner would do, he disassembled
 the code and created a fix. If you happen to have a PDC Laptop, you can download the application and the
<a shape="rect" href="http://www.brianpeek.com/media/p/4115.aspx" shape="rect">source code here</a>. Additionally, you can find more details and code samples on
<a shape="rect" href="http://www.brianpeek.com/blog/archive/2010/01/31/acer-1420p-leaky-handle-driver-fix.aspx" shape="rect">
Brian's blog</a>. Keep in mind the suggested way to obtain drivers is through Windows Update, so your mileage may vary, caveat emptor, etc.
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/troubleshooting/RSS&WT.dl=0&WT.entryid=Entry:RSSView:48a575b9e8c5424ba7b59deb000dd7f3">]]></description>
      <comments>http://channel9.msdn.com/Blogs/LarryLarsen/Brian-Peeks-PDC-Laptop-Leak-Fix</comments>
      <itunes:summary>Brian Peek picked up a PDC Laptop on eBay and found that the latest accelerometer driver (v1.00.00.16) wasn&#39;t correctly closing handles, resulting in his machine having 5 million handles open. So he did what any self-respecting Niner would do, he disassembled
 the code and created a fix. If you happen to have a PDC Laptop, you can download the application and the
source code here. Additionally, you can find more details and code samples on

Brian&#39;s blog. Keep in mind the suggested way to obtain drivers is through Windows Update, so your mileage may vary, caveat emptor, etc.
</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/LarryLarsen/Brian-Peeks-PDC-Laptop-Leak-Fix</link>
      <pubDate>Thu, 04 Feb 2010 21:48:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/LarryLarsen/Brian-Peeks-PDC-Laptop-Leak-Fix</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/dd14f05c-2cd6-414c-bc53-88ce3721a90d.jpg" height="0" width="0"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/525845_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/525845_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/8f08eef7-b431-4bb2-aac5-725f66f1acd3.jpg" height="64" width="85"></media:thumbnail>      
      <dc:creator>Larry Larsen</dc:creator>
      <itunes:author>Larry Larsen</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/LarryLarsen/Brian-Peeks-PDC-Laptop-Leak-Fix/RSS</wfw:commentRss>
      <category>PDC09</category>
      <category>PDC 2009</category>
      <category>Programming</category>
      <category>Troubleshooting</category>
    </item>
  <item>
      <title>Melur Raghuraman: Inside Windows 7 - Diagnostics and Troubleshooting</title>
      <description><![CDATA[Windows Development Manager Melur Raghuraman and team have taken troubleshooting and diagnostics to a
<em>whole new level</em> in Windows 7. For one thing, Windows 7 uses managed code &quot;natively&quot; as PowerShell has become the de facto language used for creating diagnostic algorithms that live inside of diagnostic packages. So, when something goes wrong eventually
 a PowerShell script runs and diagnosis happens. <br /><br />You've probably already noticed the information flag that appears in your task bar notification area&nbsp;when Windows wants to tell you something important. Well, in order for Windows 7 to inform you of a problem and its solution it must first diagnose the issue
 and collect troubleshooting steps. Sometimes, and more so than ever before, Windows will simply fix the problem and let you know about it - this is a trend that will only become more common over time and with each iteration of Windows going forward. This troubleshooting
 fabric has both client and server (cloud) components.<br /><br />How does this all work, <em>exactly</em>? What's the story?<br /><br />Tune in. <em>Lots</em> to learn here. The new troubleshooting and diagnostics capabilities in Windows 7 marks a
<em>signficant</em> step forward in the evolution of Windows supportability. Of course, you, the human user,&nbsp;can write your
<em>own</em> diagnostic scripts - so <em>you'll</em> be more <em>efficient</em>&nbsp;&nbsp;when you need to diganosis and then fix some computer problem.
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/troubleshooting/RSS&WT.dl=0&WT.entryid=Entry:RSSView:eeb6a69094bb4d3d8a579dea00434b8e">]]></description>
      <comments>http://channel9.msdn.com/Shows/Going+Deep/Inside-Windows-7-Diagnostics-and-Troubleshooting</comments>
      <itunes:summary>Windows Development Manager Melur Raghuraman and team have taken troubleshooting and diagnostics to a
whole new level in Windows 7. For one thing, Windows 7 uses managed code &amp;quot;natively&amp;quot; as PowerShell has become the de facto language used for creating diagnostic algorithms that live inside of diagnostic packages. So, when something goes wrong eventually
 a PowerShell script runs and diagnosis happens. You&#39;ve probably already noticed the information flag that appears in your task bar notification area&amp;nbsp;when Windows wants to tell you something important. Well, in order for Windows 7 to inform you of a problem and its solution it must first diagnose the issue
 and collect troubleshooting steps. Sometimes, and more so than ever before, Windows will simply fix the problem and let you know about it - this is a trend that will only become more common over time and with each iteration of Windows going forward. This troubleshooting
 fabric has both client and server (cloud) components.How does this all work, exactly? What&#39;s the story?Tune in. Lots to learn here. The new troubleshooting and diagnostics capabilities in Windows 7 marks a
signficant step forward in the evolution of Windows supportability. Of course, you, the human user,&amp;nbsp;can write your
own diagnostic scripts - so you&#39;ll be more efficient&amp;nbsp;&amp;nbsp;when you need to diganosis and then fix some computer problem.
</itunes:summary>
      <itunes:duration>3192</itunes:duration>
      <link>http://channel9.msdn.com/Shows/Going+Deep/Inside-Windows-7-Diagnostics-and-Troubleshooting</link>
      <pubDate>Thu, 03 Sep 2009 16:41:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/Going+Deep/Inside-Windows-7-Diagnostics-and-Troubleshooting</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/473211_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/473211_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/1/2/3/7/4/Win7DiagnosticsTroubleshooting_large_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/1/2/3/7/4/Win7DiagnosticsTroubleshooting_small_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/1/2/3/7/4/Win7DiagnosticsTroubleshooting_2MB_ch9.wmv" expression="full" duration="3192" fileSize="999217091" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/1/2/3/7/4/Win7DiagnosticsTroubleshooting_ch9.mp3" expression="full" duration="3192" fileSize="25542255" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/1/2/3/7/4/Win7DiagnosticsTroubleshooting_ch9.mp4" expression="full" duration="3192" fileSize="314882617" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/1/2/3/7/4/Win7DiagnosticsTroubleshooting_ch9.wma" expression="full" duration="3192" fileSize="51649757" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/1/2/3/7/4/Win7DiagnosticsTroubleshooting_ch9.wmv" expression="full" duration="3192" fileSize="451048595" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/1/2/3/7/4/Win7DiagnosticsTroubleshooting_Zune_ch9.wmv" expression="full" duration="3192" fileSize="450808575" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/ch9/1/1/2/3/7/4/Win7DiagnosticsTroubleshooting_s_ch9.wmv" expression="full" duration="3192" fileSize="241" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/1/2/3/7/4/Win7DiagnosticsTroubleshooting_ch9.wmv" length="451048595" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Charles</dc:creator>
      <itunes:author>Charles</itunes:author>
      <slash:comments>7</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/Going+Deep/Inside-Windows-7-Diagnostics-and-Troubleshooting/RSS</wfw:commentRss>
      <category>Diagnostics</category>
      <category>PowerShell</category>
      <category>Reliability</category>
      <category>Troubleshooting</category>
      <category>Windows 7</category>
    </item>
  <item>
      <title>Michael Fortin: Windows 7 Efficiency</title>
      <description><![CDATA[The Windows 7 project&nbsp;involved very&nbsp;<i>efficient</i> software engineering planning and execution. It is no surprise that&nbsp;an equivalent&nbsp;level of efficiency exists throughout the OS (efficiency in how the OS deals with faults, threads, memory management,
 power management, process management, window management, graphics, audio, local search, diagnostics, and on and on - truly excellent, and efficient,&nbsp;engineering).<br /><br />Michael Fortin is a Distinguished Engineer in the Windows Core Operating System Division. His team builds the technologies that help make Windows 7 reliable, stable and performant, which are core ingredients&nbsp;in any highly
<em>efficient</em> general purpose operating system. You'll hear us talk about Windows 7 as a very efficient general purpose operating system quite a bit over the coming months.&nbsp;In fact, if I had to sum up Windows 7 in one word it would be
<strong>Efficient</strong>.<br /><br />Michael's team also builds the troubleshooting and diagnostics systems in Windows, including the internal mechanisms that construct fault data packages and sends them to cloud-based components which receive data from
<em>millions</em> of clients running Windows 7. Michael's team is a global team - engineers are located in multiple places around the world including a stellar team of engineers located in Beijing, China (you'll meet them in the future right here on C9).<br /><br />You may remember Michael from his&nbsp;<a shape="rect" href="http://channel9.msdn.com/shows/Going&#43;Deep/The-Advancement-of-Windows-Michael-Fortin-Windows-Vista-SuperFetch/" target="_blank" shape="rect">last interview on Channel 9</a> that covered his work on Vista's
 SuperFetch and ReadyBoost technologies. Yep, these great technologies are alive and well in Windows 7 and have evolved to meet the needs of the evolving system and help add to the overall efficiency of Windows. (There, I wrote &quot;efficiency&quot; again...)<br /><br />Over the past year or so, Michael's team has received, analyzed and acted upon&nbsp;a very large amount of data sent from Windows 7 Beta and RC running on a variety of PCs with a variety of hardware and software configurations in place. This data was used to construct
 new system features, like the Fault Tolerant Heap, and&nbsp;to engineer updates to existing mechanisms to make them more robust or performant or reliable or stable... You will meet some of his team here on C9 in the future and we will dig into many of the mechanisms
 Michael touched on in this conversation (Fault Tolerant Heap, Troubleshooting and Diagnostics, etc).<br /><br />Here, Michael and I chat about the work his team has done, the engineering philosophy that has driven efficiency into Windows at all levels (from the kernel to the shell), the knowledge his team has gained about how Windows is used in the wild, what the most
 common problems have been and the solutions that are based on this&nbsp;important telemetry data.&nbsp;So, for all of you out there who chose to send fault data from your PC to Microsoft -
<strong>THANK YOU</strong>. You truly have helped, in a fundamental way, to make Windows 7 the most efficient&nbsp;general purpose operating system from Microsoft to date. Yeah. True story.<br /><br />Enjoy.  <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/troubleshooting/RSS&WT.dl=0&WT.entryid=Entry:RSSView:89069bcc3806449e88f29dea00ca8627">]]></description>
      <comments>http://channel9.msdn.com/Blogs/Charles/Michael-Fortin-Windows-7-Efficiency</comments>
      <itunes:summary>The Windows 7 project&amp;nbsp;involved very&amp;nbsp;efficient software engineering planning and execution. It is no surprise that&amp;nbsp;an equivalent&amp;nbsp;level of efficiency exists throughout the OS (efficiency in how the OS deals with faults, threads, memory management,
 power management, process management, window management, graphics, audio, local search, diagnostics, and on and on - truly excellent, and efficient,&amp;nbsp;engineering).Michael Fortin is a Distinguished Engineer in the Windows Core Operating System Division. His team builds the technologies that help make Windows 7 reliable, stable and performant, which are core ingredients&amp;nbsp;in any highly
efficient general purpose operating system. You&#39;ll hear us talk about Windows 7 as a very efficient general purpose operating system quite a bit over the coming months.&amp;nbsp;In fact, if I had to sum up Windows 7 in one word it would be
Efficient.Michael&#39;s team also builds the troubleshooting and diagnostics systems in Windows, including the internal mechanisms that construct fault data packages and sends them to cloud-based components which receive data from
millions of clients running Windows 7. Michael&#39;s team is a global team - engineers are located in multiple places around the world including a stellar team of engineers located in Beijing, China (you&#39;ll meet them in the future right here on C9).You may remember Michael from his&amp;nbsp;last interview on Channel 9 that covered his work on Vista&#39;s
 SuperFetch and ReadyBoost technologies. Yep, these great technologies are alive and well in Windows 7 and have evolved to meet the needs of the evolving system and help add to the overall efficiency of Windows. (There, I wrote &amp;quot;efficiency&amp;quot; again...)Over the past year or so, Michael&#39;s team has received, analyzed and acted upon&amp;nbsp;a very large amount of data sent from Windows 7 Beta and RC running on a variety of PCs with a variety of hardware and software configurations in place. This data was used to constru</itunes:summary>
      <itunes:duration>1738</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/Charles/Michael-Fortin-Windows-7-Efficiency</link>
      <pubDate>Wed, 22 Jul 2009 20:42:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/Charles/Michael-Fortin-Windows-7-Efficiency</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/477803_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/477803_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/0/8/7/7/4/MichaelFortinWin7Efficiency_large_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/0/8/7/7/4/MichaelFortinWin7Efficiency_small_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/0/8/7/7/4/MichaelFortinWin7Efficiency_2MB_ch9.wmv" expression="full" duration="1738" fileSize="544272367" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/0/8/7/7/4/MichaelFortinWin7Efficiency_ch9.mp3" expression="full" duration="1738" fileSize="13912113" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/0/8/7/7/4/MichaelFortinWin7Efficiency_ch9.mp4" expression="full" duration="1738" fileSize="171201740" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/0/8/7/7/4/MichaelFortinWin7Efficiency_ch9.wma" expression="full" duration="1738" fileSize="28140453" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/0/8/7/7/4/MichaelFortinWin7Efficiency_ch9.wmv" expression="full" duration="1738" fileSize="247711871" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/0/8/7/7/4/MichaelFortinWin7Efficiency_Zune_ch9.wmv" expression="full" duration="1738" fileSize="238399851" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/ch9/3/0/8/7/7/4/MichaelFortinWin7Efficiency_s_ch9.wmv" expression="full" duration="1738" fileSize="235" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/0/8/7/7/4/MichaelFortinWin7Efficiency_ch9.wmv" length="247711871" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Charles</dc:creator>
      <itunes:author>Charles</itunes:author>
      <slash:comments>6</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/Charles/Michael-Fortin-Windows-7-Efficiency/RSS</wfw:commentRss>
      <category>Diagnostics</category>
      <category>Kernel</category>
      <category>Performance</category>
      <category>Reliability</category>
      <category>Troubleshooting</category>
      <category>Windows 7</category>
    </item>
  <item>
      <title>New Microsoft Fix It Blog</title>
      <description><![CDATA[ <p>Have you ever come across a Knowledge Base (KB) article or been presented with a Windows Error Reporting (WER) solution and asked yourself, “Why can’t Microsoft just fix this for me?” Today, KB articles and WER solutions provide lists of steps that can be followed to resolve your problem, but tomorrow could be different. That’s the promise being delivered by the new <a href="http://blogs.technet.com/fixit4me/">Microsoft Fix It Team</a> – a group of engineers whose goal is to automate the steps in Microsoft’s KB articles and WER solutions so that you can click a button and have your issue resolved. </p><p><a href="http://blogs.technet.com/fixit4me/">The blog</a>, already in action, is updated with the KB articles that already have automated solutions available. For an example, <a href="http://support.microsoft.com/kb/954622">see this one</a>. You’ll notice when you scroll down to “Method 3” there’s an option to click the “Fix it” button which will automatically resolve the issue.&nbsp; </p><p>I have to admit, this pretty awesome. Seriously. </p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/troubleshooting/RSS&WT.dl=0&WT.entryid=Entry:RSSView:a31a6ca4dd3b43fd86189e0e00ee6a0d">]]></description>
      <comments>http://channel9.msdn.com/Blogs/coolstuff/New-Microsoft-Fix-It-Blog</comments>
      <itunes:summary> Have you ever come across a Knowledge Base (KB) article or been presented with a Windows Error Reporting (WER) solution and asked yourself, “Why can’t Microsoft just fix this for me?” Today, KB articles and WER solutions provide lists of steps that can be followed to resolve your problem, but tomorrow could be different. That’s the promise being delivered by the new Microsoft Fix It Team – a group of engineers whose goal is to automate the steps in Microsoft’s KB articles and WER solutions so that you can click a button and have your issue resolved.  The blog, already in action, is updated with the KB articles that already have automated solutions available. For an example, see this one. You’ll notice when you scroll down to “Method 3” there’s an option to click the “Fix it” button which will automatically resolve the issue.&amp;nbsp;  I have to admit, this pretty awesome. Seriously.  </itunes:summary>
      <link>http://channel9.msdn.com/Blogs/coolstuff/New-Microsoft-Fix-It-Blog</link>
      <pubDate>Wed, 04 Feb 2009 17:55:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/coolstuff/New-Microsoft-Fix-It-Blog</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/on10_24946_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/on10_0770f481-e7e1-4db6-b6c5-d01c38fc85f7.jpg" height="60" width="147"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/on10_24946_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/on10_4ef824ff-e531-4d07-96c2-1ebc873562a6.jpg" height="64" width="85"></media:thumbnail>      
      <dc:creator>Sarah Perez</dc:creator>
      <itunes:author>Sarah Perez</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/coolstuff/New-Microsoft-Fix-It-Blog/RSS</wfw:commentRss>
      <category>Troubleshooting</category>
    </item>
  <item>
      <title>Troubleshoot Network Connections with Your Mobile Phone</title>
      <description><![CDATA[From Enterprise Mobile, there comes an application for Windows Mobile users that allows you to troubleshoot network connections right from your Windows Mobile device. The app is called the <a href="http://tools.enterprisemobile.com/iputil/">Windows Mobile IP Utility</a> and it lets you run the following commands: ping, trace route, ping sweep (ping a sequential range of IPs), speed test, and ipconfig. The utility will also log all your results into a text file which you can then save or share with others. The Windows Mobile IP Utility works on both Windows Mobile 5 &amp; 6 devices that have the .NET Compact Framework 2.0 installed. <em>(Thanks to </em><a href="http://blogs.msdn.com/jasonlan/archive/2008/06/05/enterprise-mobile-release-free-windows-mobile-tools.aspx"><em>Jason Langridge</em></a><em> for the tip!)</em> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/troubleshooting/RSS&WT.dl=0&WT.entryid=Entry:RSSView:921d477f9c6c4dafb42f9e0e001993a0">]]></description>
      <comments>http://channel9.msdn.com/Blogs/coolstuff/Troubleshoot-Network-Connections-with-Your-Mobile-Phone</comments>
      <itunes:summary>From Enterprise Mobile, there comes an application for Windows Mobile users that allows you to troubleshoot network connections right from your Windows Mobile device. The app is called the Windows Mobile IP Utility and it lets you run the following commands: ping, trace route, ping sweep (ping a sequential range of IPs), speed test, and ipconfig. The utility will also log all your results into a text file which you can then save or share with others. The Windows Mobile IP Utility works on both Windows Mobile 5 &amp;amp; 6 devices that have the .NET Compact Framework 2.0 installed. (Thanks to Jason Langridge for the tip!)</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/coolstuff/Troubleshoot-Network-Connections-with-Your-Mobile-Phone</link>
      <pubDate>Wed, 11 Jun 2008 12:17:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/coolstuff/Troubleshoot-Network-Connections-with-Your-Mobile-Phone</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/on10_4b40913a-036c-469d-9867-078d9ffa1f81.jpg" height="0" width="0"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/on10_4eeccceb-10f2-4924-9211-061937fa99f7.jpg" height="64" width="85"></media:thumbnail>      
      <dc:creator>Sarah Perez</dc:creator>
      <itunes:author>Sarah Perez</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/coolstuff/Troubleshoot-Network-Connections-with-Your-Mobile-Phone/RSS</wfw:commentRss>
      <category>Troubleshooting</category>
      <category>utility</category>
      <category>Windows Mobile</category>
      <category>App</category>
      <category>ip</category>
      <category>IT professionals</category>
      <category>Application</category>
    </item>    
</channel>
</rss>