<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Brad Rutkowski's Blog : Vista and Lognhorn</title><link>http://blogs.technet.com/brad_rutkowski/archive/tags/Vista+and+Lognhorn/default.aspx</link><description>Tags: Vista and Lognhorn</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Display warning text when someone logs onto your servers</title><link>http://blogs.technet.com/brad_rutkowski/archive/2008/09/25/display-warning-text-when-someone-logs-onto-your-servers.aspx</link><pubDate>Thu, 25 Sep 2008 03:25:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3128027</guid><dc:creator>Brad Rutkowski</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/brad_rutkowski/comments/3128027.aspx</comments><wfw:commentRss>http://blogs.technet.com/brad_rutkowski/commentrss.aspx?PostID=3128027</wfw:commentRss><description>&lt;P&gt;This works for Windows 2003 and Windows 2008.&amp;nbsp; We use it during our reliability study to let the server owners know that they shouldn't reboot their boxes without a good reason.&amp;nbsp; You can use it for whatever you’d like. :)&lt;/P&gt;
&lt;P&gt;&lt;B&gt;The two keys to set:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;reg add "&lt;A href="file://brad-dc-01/HKLM/SOFTWARE/Microsoft/Windows%20NT/CurrentVersion/Winlogon"&gt;\\brad-dc-01\HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon&lt;/A&gt;" /v LegalNoticeCaption /t REG_SZ /d "MSIT Reliability Study" /f&lt;/P&gt;
&lt;P&gt;reg add "&lt;A href="file://brad-dc-01/HKLM/SOFTWARE/Microsoft/Windows%20NT/CurrentVersion/Winlogon"&gt;\\brad-dc-01\HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon&lt;/A&gt;" /v LegalNoticeText /t REG_SZ /d "This server is part of the MSIT Windows 7 Reliability Study.&amp;nbsp;&amp;nbsp; The server should not be rebooted.&amp;nbsp; If the server is experiencing a bug, please contact DCOPERATE to triage and they will escalate as needed.&amp;nbsp; If you are rebooting the server for a hotfix, private fix, or other legitimate reason, please document it properly in the shutdown tracker so that the statistics are accurate." /f&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Hop to loop it and apply it en masse:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Open CMD with your alt creds and do the following:&lt;/P&gt;
&lt;P&gt;C:\Windows\system32&amp;gt;for /f %a in (machines.txt) do (&lt;/P&gt;
&lt;P&gt;More? reg add "&lt;A href="file://%25a/HKLM/SOFTWARE/Microsoft/Windows%20NT/CurrentVersion/Winlogon" mce_href="file:///\\%25a\HKLM\SOFTWARE\Microsoft\Windows%20NT\CurrentVersion\Winlogon"&gt;\\%a\HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon&lt;/A&gt;" /v LegalNoticeCaption /t REG_SZ /d "MSIT Reliability Study" /f&lt;/P&gt;
&lt;P&gt;More? reg add "&lt;A href="file://%25a/HKLM/SOFTWARE/Microsoft/Windows%20NT/CurrentVersion/Winlogon"&gt;\\%a\HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon&lt;/A&gt;" /v LegalNoticeText /t REG_SZ /d "This server is part of the... (HUGE LONG STRING) ... " /f&lt;/P&gt;
&lt;P&gt;More? )&lt;/P&gt;
&lt;P&gt;&lt;B&gt;How to turn it off:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;C:\Windows\system32&amp;gt;for /f %a in (machines.txt) do (&lt;/P&gt;
&lt;P&gt;More? reg add "&lt;A href="file://%25a/HKLM/SOFTWARE/Microsoft/Windows%20NT/CurrentVersion/Winlogon" mce_href="file:///\\%25a\HKLM\SOFTWARE\Microsoft\Windows%20NT\CurrentVersion\Winlogon"&gt;\\%a\HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon&lt;/A&gt;" /v LegalNoticeCaption /t REG_SZ /d "" /f&lt;/P&gt;
&lt;P&gt;More? reg add "&lt;A href="file://%25a/HKLM/SOFTWARE/Microsoft/Windows%20NT/CurrentVersion/Winlogon"&gt;\\%a\HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon&lt;/A&gt;" /v LegalNoticeText /t REG_SZ /d "" /f&lt;/P&gt;
&lt;P&gt;More? )&lt;/P&gt;
&lt;P&gt;&lt;B&gt;The result:&lt;/B&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://i149.photobucket.com/albums/s62/brad9987/Untitled.jpg" mce_src="http://i149.photobucket.com/albums/s62/brad9987/Untitled.jpg"&gt; &lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another way of doing this is to set "Interactive logon: Message text for users attempting to logon" in secpol.msc...&lt;/P&gt;
&lt;DIV class=wlWriterSmartContent id=scid:0767317B-992E-4b12-91E0-4F059A8CECA8:5a496348-a141-46cf-8179-43ec5f3faeb6 style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; FLOAT: none; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Technorati Tags: &lt;A href="http://technorati.com/tags/Windows+2003" rel=tag mce_href="http://technorati.com/tags/Windows+2003"&gt;Windows 2003&lt;/A&gt;,&lt;A href="http://technorati.com/tags/Windows+2008" rel=tag mce_href="http://technorati.com/tags/Windows+2008"&gt;Windows 2008&lt;/A&gt;&lt;/DIV&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3128027" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Business+up+front/default.aspx">Business up front</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Ghetto+scripting/default.aspx">Ghetto scripting</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Vista+and+Lognhorn/default.aspx">Vista and Lognhorn</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category></item><item><title>Windows Update fails with 8000FFFF (E_UNEXPECTED)</title><link>http://blogs.technet.com/brad_rutkowski/archive/2008/07/03/windows-update-fails-with-8000ffff-e-unexpected.aspx</link><pubDate>Thu, 03 Jul 2008 22:07:02 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3083136</guid><dc:creator>Brad Rutkowski</dc:creator><slash:comments>16</slash:comments><comments>http://blogs.technet.com/brad_rutkowski/comments/3083136.aspx</comments><wfw:commentRss>http://blogs.technet.com/brad_rutkowski/commentrss.aspx?PostID=3083136</wfw:commentRss><description>&lt;p&gt;&lt;strong&gt;Quick Solution:&lt;/strong&gt;&amp;#160; Check the permissions on&amp;#160; the root of C: and ensure that BUILTIN\Users have Read access.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Long Story:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;8000FFFF == E_UNEXPECTED, not very helpful…&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Had a client where windows update was continually failing with the error code 8000FFFF.&amp;#160; When looking in the Windows Update log we’d see errors like this:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New"&gt;WARNING: PTError: 0x80248014      &lt;br /&gt;Handler FATAL: CBS called Error with 0x8000ffff, &lt;font color="#ff0000"&gt;&amp;lt;— Checked the CBS.log file but that didn’t give any clues. &lt;/font&gt;      &lt;br /&gt;Handler FATAL: Error source is 106.       &lt;br /&gt;DnldMgr Error 0x8000ffff occurred while downloading update; notifying dependent calls.       &lt;br /&gt;AU&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; # WARNING: Download failed, error = 0x8000FFFF       &lt;br /&gt;AU&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; # WARNING: Download failed, error = 0x8000FFFF       &lt;br /&gt;AU&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; WARNING: BeginInteractiveInstall failed, error = 0x8024000C       &lt;br /&gt;CltUI&amp;#160;&amp;#160; WARNING: AU directive Interactive Progress is exiting due to error 8024000C&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;And in the event viewer upon each run we’d see these events:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New"&gt;Log Name:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Application      &lt;br /&gt;Source:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ESENT       &lt;br /&gt;Date:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 7/2/2008 3:05:16 PM       &lt;br /&gt;Event ID:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 491       &lt;br /&gt;Task Category: General       &lt;br /&gt;Level:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Error       &lt;br /&gt;Keywords:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Classic       &lt;br /&gt;User:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; N/A       &lt;br /&gt;Computer:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; XXXX       &lt;br /&gt;Description:       &lt;br /&gt;Catalog Database (1560) Catalog Database: An attempt to determine the minimum I/O block size for the volume &amp;quot;C:\&amp;quot; containing &amp;quot;C:\Windows\system32\CatRoot2\&amp;quot; failed with system error 5 (0x00000005): &amp;quot;&lt;font color="#ff0000"&gt;Access is denied.&lt;/font&gt; &amp;quot;.&amp;#160; The operation will fail with error -1032 (0xfffffbf8). &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New"&gt;Log Name:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Application      &lt;br /&gt;Source:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Microsoft-Windows-CAPI2       &lt;br /&gt;Date:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 7/2/2008 3:05:16 PM       &lt;br /&gt;Event ID:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 257       &lt;br /&gt;Task Category: None       &lt;br /&gt;Level:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Error       &lt;br /&gt;Keywords:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Classic       &lt;br /&gt;User:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; N/A       &lt;br /&gt;Computer:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; XXXX       &lt;br /&gt;Description:       &lt;br /&gt;The Cryptographic Services service failed to initialize the Catalog Database. The ESENT error was: -1032.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;After seeing this data I did a stare and compare between my root permissions and his and found that he’d modified the c:\ permissions on his system:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;His machine:&lt;/em&gt;     &lt;br /&gt;&lt;font face="Courier New"&gt;c:\temp\xcacls c:      &lt;br /&gt;C:\ NT AUTHORITY\SYSTEM:(OI)(CI)F       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; BUILTIN\Administrators:(OI)(CI)F&lt;/font&gt; &lt;/p&gt;  &lt;p&gt;&lt;em&gt;Mine:      &lt;br /&gt;&lt;/em&gt;&lt;font face="Courier New"&gt;C:\&amp;gt;xcacls c:\      &lt;br /&gt;c:\ BUILTIN\Administrators:F       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; BUILTIN\Administrators:(OI)(CI)(IO)F       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; NT AUTHORITY\SYSTEM:F       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; NT AUTHORITY\SYSTEM:(OI)(CI)(IO)F       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; BUILTIN\Users:(OI)(CI)R &lt;font color="#ff0000"&gt;&amp;lt;— This is the key one missing that was causing the headache.&lt;/font&gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; NT AUTHORITY\Authenticated Users:(OI)(CI)(IO)C       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; NT AUTHORITY\Authenticated Users:(special access:)       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; FILE_APPEND_DATA&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;The Cryptographic Services runs under “Network Service” which would require Users to have read access.&amp;#160; I added BUILTIN\Users with read access to C and all worked again.&lt;/p&gt;  &lt;p&gt;Hopefully this post will guide others with similar issues to the solution quickly.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b07002f4-ca3a-4b00-aecb-e65086a5dd02" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Vista" rel="tag"&gt;Vista&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Windows+Update" rel="tag"&gt;Windows Update&lt;/a&gt;,&lt;a href="http://technorati.com/tags/WSUS" rel="tag"&gt;WSUS&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Windows+2008" rel="tag"&gt;Windows 2008&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3083136" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Business+up+front/default.aspx">Business up front</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Vista+and+Lognhorn/default.aspx">Vista and Lognhorn</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category></item><item><title>Staring at a blank desktop, due to Interactive missing from Users group</title><link>http://blogs.technet.com/brad_rutkowski/archive/2008/05/29/staring-at-a-blank-desktop-due-to-interactive-missing-from-users-group.aspx</link><pubDate>Fri, 30 May 2008 01:51:36 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3063031</guid><dc:creator>Brad Rutkowski</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/brad_rutkowski/comments/3063031.aspx</comments><wfw:commentRss>http://blogs.technet.com/brad_rutkowski/commentrss.aspx?PostID=3063031</wfw:commentRss><description>&lt;p&gt;Ran into an issue this week that was strange.&amp;#160; When you TS’d to the box it would just show a blank background and nothing else.&amp;#160; If you tried to launch task manager it would just fail silently to the user (actually access denied in the debugger).&amp;#160; My user account was in the admin group and the server was completely accessible remotely with administrative perms.&amp;#160; It was just when I (or anyone) tried to logon to the server locally or through TS that it was messed up.&amp;#160; Another piece of the puzzle was that if you disabled UAC and rebooted the server the issue no longer repro’d.&amp;#160; &lt;/p&gt;  &lt;p&gt;So what was there with UAC and logging onto this server?&lt;/p&gt;  &lt;p&gt;When logging on this event was triggered:&lt;/p&gt;  &lt;p&gt;Log Name:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Application   &lt;br /&gt;Source:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Microsoft-Windows-Winlogon    &lt;br /&gt;Date:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 5/27/2008 5:13:28 PM    &lt;br /&gt;Event ID:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 4006    &lt;br /&gt;Task Category: None    &lt;br /&gt;Level:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Warning    &lt;br /&gt;Keywords:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Classic    &lt;br /&gt;User:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; N/A    &lt;br /&gt;Computer:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; XXXX    &lt;br /&gt;Description:    &lt;br /&gt;The Windows logon process has failed to spawn a user application. Application name: . Command line parameters: C:\Windows\system32\userinit.exe.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Turns out that they removed the Account &amp;quot;NT AUTHORITY\INTERACTIVE&amp;quot; from the Users group on the machine.&lt;/strong&gt;&amp;#160; We added that account back into the users group and like magic it worked again.&amp;#160; I'm working on getting a KB filed and written for this issue, but until then at least people can find it if they notice this event in the event log.&lt;/p&gt;  &lt;p&gt;Reference:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet2.microsoft.com/WindowsVista/en/library/00d04415-2b2f-422c-b70e-b18ff918c2811033.mspx?mfr=true"&gt;http://technet2.microsoft.com/WindowsVista/en/library/00d04415-2b2f-422c-b70e-b18ff918c2811033.mspx?mfr=true&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;UAC Architecture&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;While the Windows Vista logon process externally appears to be the same as the logon process in Windows XP, the internal mechanics have greatly changed. The following illustration details how the logon process for an administrator differs from the logon process for a standard user.&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;Windows Vista logon process&lt;/p&gt;  &lt;p&gt;When an administrator logs on, the user is granted two access tokens: a full administrator access token and a &amp;quot;filtered&amp;quot; standard user access token. By default, when a member of the local Administrators group logs on, the administrative Windows privileges are disabled and elevated user rights are removed, resulting in the standard user access token. The standard user access token is then used to launch the desktop (Explorer.exe). &lt;/p&gt;  &lt;p&gt;&lt;em&gt;HatTip to Ben on my Team who actually figured this out after I tried to debug it for 3 days...&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c8c69cb5-333c-446b-ba6c-d399a88d773e" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Vista" rel="tag"&gt;Vista&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Windows+2008" rel="tag"&gt;Windows 2008&lt;/a&gt;,&lt;a href="http://technorati.com/tags/UAC" rel="tag"&gt;UAC&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Winlogon" rel="tag"&gt;Winlogon&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3063031" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Business+up+front/default.aspx">Business up front</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Vista+and+Lognhorn/default.aspx">Vista and Lognhorn</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category></item><item><title>SearchIndexer.exe crashing with the exception code of 0xc00000fd</title><link>http://blogs.technet.com/brad_rutkowski/archive/2008/05/15/searchindexer-exe-crashing-with-the-exception-code-of-0xc00000fd.aspx</link><pubDate>Thu, 15 May 2008 02:16:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3055339</guid><dc:creator>Brad Rutkowski</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/brad_rutkowski/comments/3055339.aspx</comments><wfw:commentRss>http://blogs.technet.com/brad_rutkowski/commentrss.aspx?PostID=3055339</wfw:commentRss><description>&lt;P&gt;This is an FYI post so others on the intertubes can find the answer quickly.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;If you get this error:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Log Name: Application &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Source: Application Error &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Date: 4.11.2008 07:20:41 &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Event ID: 1000 Task Category: (100) &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Level: Error &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Keywords: Classic &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;User: N/A Computer: xxxxxxx&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Description: Faulting application SearchIndexer.exe, version 6.0.6000.16386, time stamp 0x4549b667, faulting module mssrch.dll, version 6.0.6000.16386, time stamp 0x4549bd4b, exception code 0xc00000fd, fault offset 0x00003f8f...&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Open up &lt;A href="http://blogs.technet.com/brad_rutkowski/archive/2007/04/18/what-s-crashing-on-my-vista-machine.aspx" target=_blank mce_href="http://blogs.technet.com/brad_rutkowski/archive/2007/04/18/what-s-crashing-on-my-vista-machine.aspx"&gt;Wercon&lt;/A&gt; and if it looks like this:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Product&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Microsoft Windows Search Indexer&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Problem&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Stopped working&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Date&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;4/21/2008 8:30 AM&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Status&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Report Sent&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Problem signature&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Problem Event Name:&amp;nbsp; APPCRASH&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Application Name:&amp;nbsp;&amp;nbsp;&amp;nbsp; SearchIndexer.exe&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Application Version: 6.0.6000.16386&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Application Timestamp:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4549b667&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Fault Module Name:&amp;nbsp;&amp;nbsp; mssrch.dll&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Fault Module Version:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6.0.6000.16386&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Fault Module Timestamp:&amp;nbsp;&amp;nbsp;&amp;nbsp; 4549bd4b&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Exception Code:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c00000fd&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Exception Offset:&amp;nbsp;&amp;nbsp;&amp;nbsp; 00007c4c&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;OS Version:&amp;nbsp;&amp;nbsp; 6.0.6000.2.0.0.256.4&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Locale ID:&amp;nbsp;&amp;nbsp;&amp;nbsp; 1033&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Additional Information 1:&amp;nbsp; f790&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Additional Information 2:&amp;nbsp; 174183f92d554d49550d71425f227859&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Additional Information 3:&amp;nbsp; efdd&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Additional Information 4:&amp;nbsp; 9c7dda392c8f13823238fe93325e6861&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Extra information about the problem&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=1&gt;Bucket ID:&amp;nbsp;&amp;nbsp;&amp;nbsp; 349776197&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Then you might be able to resolve this by:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;A) Upgrading to Vista SP1&lt;/P&gt;
&lt;P&gt;B) Install Windows Search 4 (which has now released): &lt;A href="http://www.microsoft.com/windows/products/winfamily/desktopsearch/choose/windowssearch4.mspx"&gt;http://www.microsoft.com/windows/products/winfamily/desktopsearch/choose/windowssearch4.mspx&lt;/A&gt;&lt;/P&gt;
&lt;DIV class=wlWriterSmartContent id=scid:0767317B-992E-4b12-91E0-4F059A8CECA8:6f24643f-706b-4527-b8fd-902b1109fb01 style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; FLOAT: none; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Technorati Tags: &lt;A href="http://technorati.com/tags/Vista" rel=tag mce_href="http://technorati.com/tags/Vista"&gt;Vista&lt;/A&gt;,&lt;A href="http://technorati.com/tags/Search" rel=tag mce_href="http://technorati.com/tags/Search"&gt;Search&lt;/A&gt;,&lt;A href="http://technorati.com/tags/SearchIndexer" rel=tag mce_href="http://technorati.com/tags/SearchIndexer"&gt;SearchIndexer&lt;/A&gt;&lt;/DIV&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3055339" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Business+up+front/default.aspx">Business up front</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Vista+and+Lognhorn/default.aspx">Vista and Lognhorn</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Patches/default.aspx">Patches</category></item><item><title>Stuff to check out for Windows 2008</title><link>http://blogs.technet.com/brad_rutkowski/archive/2008/03/26/stuff-to-check-out-for-windows-2008.aspx</link><pubDate>Wed, 26 Mar 2008 19:41:25 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3021551</guid><dc:creator>Brad Rutkowski</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/brad_rutkowski/comments/3021551.aspx</comments><wfw:commentRss>http://blogs.technet.com/brad_rutkowski/commentrss.aspx?PostID=3021551</wfw:commentRss><description>&lt;p&gt;&lt;strong&gt;&lt;u&gt;Just got released yesterday:&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;X86: &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9ff6e897-23ce-4a36-b7fc-d52065de9960&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=9ff6e897-23ce-4a36-b7fc-d52065de9960&amp;amp;DisplayLang=en&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;X64: &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d647a60b-63fd-4ac5-9243-bd3c497d2bc5&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=d647a60b-63fd-4ac5-9243-bd3c497d2bc5&amp;amp;DisplayLang=en&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a name="Description"&gt;&lt;/a&gt;Microsoft Remote Server Administration Tools (RSAT) enables IT administrators to remotely manage roles and features in Windows Server 2008 from a computer running Windows Vista with SP1. It includes support for remote management of computers running either a Server Core installation or the full installation option of Windows Server 2008. It provides similar functionality to Windows Server 2003 Administration Tools Pack.     &lt;br /&gt;After you install this item, you may have to restart your computer. This update is provided to you and licensed under the Windows Vista License Terms.&lt;/p&gt;  &lt;p&gt;Once you install the KB, you need to enable the RSAT tools by doing the following:&lt;/p&gt;  &lt;p&gt;1. Click &lt;b&gt;Start&lt;/b&gt;, click &lt;b&gt;Control Panel&lt;/b&gt;, and then click &lt;b&gt;Programs&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;2. In the &lt;b&gt;Programs and Features&lt;/b&gt; area, click &lt;b&gt;Turn Windows features on or off&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;3. If you are prompted by User Account Control to allow the Windows Features dialog box to open, click &lt;b&gt;Continue&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;4. In the Windows Features dialog box, expand &lt;b&gt;Remote Server Administration Tools&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;5. Select the remote management tools that you want to install.&lt;/p&gt;  &lt;p&gt;6. Click &lt;b&gt;OK&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Other notables:&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;1) &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=f41878de-2ee7-4718-8499-2ef336db3df5&amp;amp;DisplayLang=en" target="_blank"&gt;Windows Server&amp;#174; 2008 Network Shell (Netsh) Technical Reference&lt;/a&gt;&amp;#160; What can you do in Netsh in Win2k8?&amp;#160; How do I add IP info?&amp;#160; How do I adjust the firewall?&amp;#160; How do I connect to a remote server via netsh?&amp;#160; You get the point.&lt;/p&gt;  &lt;p&gt;2) &lt;a href="http://edge.technet.com/Media/645/" target="_blank"&gt;Active Directory Database Mounting Tool Screencast&lt;/a&gt; Great screen cast on how to take a snapshot of your DIT, mount it, and view an offline copy via dsa.msc&lt;/p&gt;  &lt;p&gt;3) &lt;a href="http://blogs.iis.net/vsood/archive/2008/03/15/bit-rate-throttling-is-now-released.aspx" target="_blank"&gt;IIS7 Media Pack Bit Rate Throttling Module&lt;/a&gt; For media files, Bit Rate Throttling implements a dynamic per-file throttling capability to provide intelligent progressive downloading. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:11adcc5f-45cb-49c9-acbe-3b3786e72fa4" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/RSAT" rel="tag"&gt;RSAT&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Windows%202008" rel="tag"&gt;Windows 2008&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Vista" rel="tag"&gt;Vista&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3021551" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Business+up+front/default.aspx">Business up front</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Vista+and+Lognhorn/default.aspx">Vista and Lognhorn</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category></item><item><title>Taking a circular netmon capture from the command prompt</title><link>http://blogs.technet.com/brad_rutkowski/archive/2008/02/22/taking-a-circular-netmon-capture-from-the-command-prompt.aspx</link><pubDate>Fri, 22 Feb 2008 22:23:42 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2922353</guid><dc:creator>Brad Rutkowski</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/brad_rutkowski/comments/2922353.aspx</comments><wfw:commentRss>http://blogs.technet.com/brad_rutkowski/commentrss.aspx?PostID=2922353</wfw:commentRss><description>&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;You've probably heard that &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=18b1d59d-f4d8-4213-8d17-2f6dde7d7aac&amp;amp;DisplayLang=en" target="_blank"&gt;netmon3.1 is out&lt;/a&gt;, but you might not know that you can easily launch a capture at the command prompt.&amp;#160; I find this useful when we're waiting on a repro, we want a capture, but we don&amp;#8217;t know when that's going to happen.&amp;#160; Sure you could set this up in the GUI too, but who wants to do that when it's as easy as this?&lt;/p&gt;  &lt;p&gt;The below will setup a capture on all networks that the system is attached to and wait until I hit ctrl+c (you can see its been a while with no repro).&amp;#160; The CHN extension used tells netmon to take multiple captures in a chain (see file syntax).&amp;#160; I also put some examples at the bottom so you can see what else you can do.&amp;#160; Have fun!&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New" size="2"&gt;C:\Windows\system32&amp;gt;nmcap /capture /network *&amp;#160; /File netmoncap.chn:100M      &lt;br /&gt;Netmon Command Line Capture (nmcap) 03.01.0512.0000 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New" size="2"&gt;Saving info to:     &lt;br /&gt;C:\Windows\system32\netmoncap.cap - using chain captures of size 100.00 MB. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New" size="2"&gt;ATTENTION: Conversations Enabled: consumes more memory (see Help for details) &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New" size="2"&gt;Exit by Ctrl+C &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New" size="2"&gt;Saved Frames: 9232127 Capture Frames: 9438779 (44181 seconds)&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;Hit Ctrl+C&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New" size="2"&gt;Cancelled by user &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New" size="2"&gt;Final Results : Saved Frames: 722 Capture Frames: 722 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New" size="2"&gt;C:\Program Files\Microsoft Network Monitor 3&amp;gt;dir netmoncap.cap     &lt;br /&gt; Volume in drive C has no label.      &lt;br /&gt; Volume Serial Number is FCC3-5AF7 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New" size="2"&gt; Directory of C:\Program Files\Microsoft Network Monitor 3 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New" size="2"&gt;02/22/2008&amp;#160; 09:06 AM&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 384,748 netmoncap.cap     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 1 File(s)&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 384,748 bytes      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 0 Dir(s)&amp;#160; 16,699,654,144 bytes free&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Here's the breakdown fo the /File syntax:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="cour" size="2"&gt;/File &amp;lt;Capture File&amp;gt;[:&amp;lt;File Size Limit&amp;gt;]     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Name of capture file to save frames to. Extensions are used to determine      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; the behavior of nmcap.      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; .cap -- Netmon 2 capture file      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; .chn -- Series of Netmon 2 capture files: t.cap, t(1).cap, t(2).cap...      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;File Size Limit&amp;gt; are optional. It limits the file size of each capture      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; file generated. Default single capture file size limit is 20M. The      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; upper bound of the file size limit is 500M. The lower bound of the file      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; size limit depends on the frame size captured. (Note that the maximal size      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; of ethernet frames is 1500 Bytes)      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; The files are circular, so once the size limit is reached, new data will      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; overwrite older data.      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Example Usage: /File t.cap:50M&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Some other examples from the NMCAP help:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;This example starts capturing network frames that DO NOT contain ARPs, ICMP,   &lt;br /&gt;NBtNs and BROWSER frames.&amp;#160; If you want to stop capturing, Press Control+C. &lt;/p&gt;  &lt;p&gt;&lt;font face="cour" size="2"&gt;nmcap /network * /capture&amp;#160; (!ARP AND !ICMP AND !NBTNS AND !BROWSER) /File NoNoise.cap&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Starts capturing network frames immediately. All TCP frames that have a source   &lt;br /&gt;port or destination port of 80 are saved to the chained capture files named    &lt;br /&gt;test.cap, test(1).cap, test(2).cap, ... When the user presses the 'x' key the    &lt;br /&gt;program stops. &lt;/p&gt;  &lt;p&gt;&lt;font face="cour" size="2"&gt;nmcap /network * /capture tcp.port == 80 /file c:\temp\test.chn:6M /stopwhen /keypress x&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;This example starts capturing network frames that are TCP Continuations. The   &lt;br /&gt;capture filter is searching for String &amp;quot;Continuation in TCP Frame Summary    &lt;br /&gt;Description. In order to see the complete list of Netmon Properties that are    &lt;br /&gt;filterable,type &amp;quot;.Property&amp;quot; in the Netmon Filter UI. &lt;/p&gt;  &lt;p&gt;&lt;font face="cour" size="2"&gt;nmcap /network * /capture contains(.Property.Description, \&amp;quot;Continuation\&amp;quot;) /File TCPContinuations.cap&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c8478ddb-a4e4-4431-aa0c-caf6df2165d9" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Netmon" rel="tag"&gt;Netmon&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Network%20Monitor" rel="tag"&gt;Network Monitor&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2922353" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Business+up+front/default.aspx">Business up front</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Vista+and+Lognhorn/default.aspx">Vista and Lognhorn</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Windows+2003/default.aspx">Windows 2003</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Networking/default.aspx">Networking</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Cool+Tools/default.aspx">Cool Tools</category></item><item><title>I PTE the fool: !SYSPTES 4 works in Vista SP1/WS08</title><link>http://blogs.technet.com/brad_rutkowski/archive/2008/02/21/i-pte-the-fool-sysptes-4-works-in-vista-sp1-ws08.aspx</link><pubDate>Thu, 21 Feb 2008 03:21:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2917032</guid><dc:creator>Brad Rutkowski</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/brad_rutkowski/comments/2917032.aspx</comments><wfw:commentRss>http://blogs.technet.com/brad_rutkowski/commentrss.aspx?PostID=2917032</wfw:commentRss><description>&lt;P&gt;&lt;EM&gt;&lt;FONT size=2&gt;System Page Table Entry (PTE) issues are some of the top support issues for servers that run large server applications and have a relatively large amount of Random Access Memory (RAM). PTEs are structures used to track pages of RAM, similar to the way a telephone number is used to track a telephone to a specific location.&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=+0&gt;You can now track down those &lt;/FONT&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/ms793941.aspx" target=_blank mce_href="http://msdn2.microsoft.com/en-us/library/ms793941.aspx"&gt;&lt;FONT size=2&gt;3f bugchecks&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=2&gt; using !sysptes using the public symbols.&amp;nbsp; Usually when we hit a server running out of system PTEs, it will just tip over and we don't see an actual bugcheck.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;Prior to Vista SP1/Windows 2008 if you tried to run SYSPTES 4 on a server with public symbols you'd get this error message: "Unable to get System PTE individual lock consumer information".&amp;nbsp; Well Windows Dev has fixed the bug.&amp;nbsp; Below is an example of what we would typically see, and then how we'd use !sysptes to narrow down who is consuming the space.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=+0&gt;&lt;STRONG&gt;&lt;EM&gt;You find this sort of output in !VM:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=+0&gt;&lt;FONT face=cour size=2&gt;0: kd&amp;gt; !vm 1 &lt;BR&gt;*** Virtual Memory Usage *** &lt;BR&gt;Physical Memory: 999242 ( 3996968 Kb) &lt;BR&gt;Page File: \??\C:\pagefile.sys &lt;BR&gt;Current: 927744 Kb Free Space: 884312 Kb &lt;BR&gt;Minimum: 927744 Kb Maximum: 927744 Kb &lt;BR&gt;Page File: \??\E:\pagefile.sys &lt;BR&gt;Current: 3072000 Kb Free Space: 3024624 Kb &lt;BR&gt;Minimum: 3072000 Kb Maximum: 3072000 Kb &lt;BR&gt;Available Pages: 265887 ( 1063548 Kb) &lt;BR&gt;ResAvail Pages: 933615 ( 3734460 Kb) &lt;BR&gt;Locked IO Pages: 1679 ( 6716 Kb) &lt;BR&gt;Free System PTEs: 500 ( 2000 Kb)&lt;/FONT&gt; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;&lt;FONT face="Courier New" size=2&gt;********** Running out of system PTEs **************&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;&lt;FONT face="Courier New" size=2&gt;******* 416179544 system PTE allocations have failed ******&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;&lt;FONT face="Courier New" size=2&gt;Free NP PTEs: 1630 ( 6520 Kb) &lt;BR&gt;Free Special NP: 0 ( 0 Kb) &lt;BR&gt;Modified Pages: 478 ( 1912 Kb) &lt;BR&gt;Modified PF Pages: 477 ( 1908 Kb) &lt;BR&gt;NonPagedPool Usage: 8814 ( 35256 Kb) &lt;BR&gt;NonPagedPool Max: 32351 ( 129404 Kb) &lt;BR&gt;PagedPool 0 Usage: 10590 ( 42360 Kb) &lt;BR&gt;PagedPool 1 Usage: 994 ( 3976 Kb) &lt;BR&gt;PagedPool 2 Usage: 958 ( 3832 Kb) &lt;BR&gt;PagedPool 3 Usage: 972 ( 3888 Kb) &lt;BR&gt;PagedPool 4 Usage: 931 ( 3724 Kb) &lt;BR&gt;PagedPool Usage: 14445 ( 57780 Kb) &lt;BR&gt;PagedPool Maximum: 54784 ( 219136 Kb) &lt;BR&gt;Shared Commit: 4163 ( 16652 Kb) &lt;BR&gt;Special Pool: 0 ( 0 Kb) &lt;BR&gt;Shared Process: 10930 ( 43720 Kb) &lt;BR&gt;PagedPool Commit: 14485 ( 57940 Kb) &lt;BR&gt;Driver Commit: 1963 ( 7852 Kb) &lt;BR&gt;Committed pages: 747541 ( 2990164 Kb) &lt;BR&gt;Commit limit: 1952440 ( 7809760 Kb)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;So what now?&amp;nbsp; If you don't have the registry value set below, well for all intents and purposes you SOL.&amp;nbsp; So reboot, set the value, and then wait for repro.&amp;nbsp; Usually when we see the issue it comes back pretty quickly as some driver is eating up the space.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; trackptes&amp;nbsp;&amp;nbsp;&amp;nbsp; REG_DWORD&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x1&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;Once the waiting is over and the system tips over, run !sysptes 4 and it will tell you what is allocating the PTEs and how many per call.&amp;nbsp; The “!SYSPTES 4” command only lists driver PTE allocations. This is because, historically, drivers have made the most use and misuse of system PTEs.&amp;nbsp; Sometimes you'll find one heavy hitter with a huge count (like in the article linked below), or in other instances you might find a certain sequence allocating many times, in either case you now have a clue as to who is using the PTEs and can either investigate that driver via break points, or contact the vendor who is eating up all the PTEs.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;EM&gt;Cleaned up a bit for sanity's sake:&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;2: kd&amp;gt;!sysptes 4&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;VA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MDL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PageCount Caller/CallersCaller&lt;/FONT&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;f0769080 fce7fb18 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mrxsmb+0x2bed2/mrxsmb+0x2da71 &lt;BR&gt;efbbb8b8 fce0f658 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rdbss!RUserBuffer+0x2f/rdbss!UserBufferForLowIo+0x2b &lt;BR&gt;f1c17080 fd0eb7a8 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mrxsmb+0x2bed2/mrxsmb+0x2da71 &lt;BR&gt;eff41820 fd41bc70 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rdbss!RUserBuffer+0x2f/rdbss!UserBufferForLowIo+0x2b &lt;BR&gt;f1d10080 fcd91950 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mrxsmb+0x2bed2/mrxsmb+0x2da71 &lt;BR&gt;f027f108 fd051f88 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rdbss!RUserBuffer+0x2f/rdbss!UserBufferForLowIo+0x2b &lt;BR&gt;efbf7080 fd7f3e80 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mrxsmb+0x2bed2/mrxsmb+0x2da71 &lt;BR&gt;f1cede10 fce71460 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rdbss!RUserBuffer+0x2f/rdbss!UserBufferForLowIo+0x2b &lt;BR&gt;ef8a8080 fcedde80 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mrxsmb+0x2bed2/mrxsmb+0x2da71 &lt;BR&gt;ef963730 fc9c2868 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rdbss!RUserBuffer+0x2f/rdbss!UserBufferForLowIo+0x2b &lt;BR&gt;f0281080 fccc52c0 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mrxsmb+0x2bed2/mrxsmb+0x2da71 &lt;BR&gt;f1dfaff8 fd156650 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rdbss!RUserBuffer+0x2f/rdbss!UserBufferForLowIo+0x2b &lt;BR&gt;f0141080 fc6e82c0 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mrxsmb+0x2bed2/mrxsmb+0x2da71 &lt;BR&gt;ef8f3508 fd003a30 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rdbss!RUserBuffer+0x2f/rdbss!UserBufferForLowIo+0x2b &lt;BR&gt;ef637080 fee1dde0 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mrxsmb+0x2bed2/mrxsmb+0x2da71 &lt;BR&gt;eff3fa18 fd304050 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rdbss!RUserBuffer+0x2f/rdbss!UserBufferForLowIo+0x2b&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;The actual process of tracking down the PTEs is thoroughly explained here: &lt;/FONT&gt;&lt;A href="http://www.microsoft.com/downloads/thankyou.aspx?familyId=ed0e8084-abf7-4c00-ba6a-7d658cdb052a&amp;amp;displayLang=en" target=_blank mce_href="http://www.microsoft.com/downloads/thankyou.aspx?familyId=ed0e8084-abf7-4c00-ba6a-7d658cdb052a&amp;amp;displayLang=en"&gt;&lt;FONT size=2&gt;Detection, Analysis, and Corrective Actions for Low Page Table Entry Issues&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;So next time your system is acting up, get in there with &lt;A href="http://blogs.technet.com/brad_rutkowski/archive/2007/04/13/did-you-know-there-is-live-noninvasive-debugging.aspx" target=_blank mce_href="http://blogs.technet.com/brad_rutkowski/archive/2007/04/13/did-you-know-there-is-live-noninvasive-debugging.aspx"&gt;Live KD&lt;/A&gt; and see what's going on!&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2917032" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Business+up+front/default.aspx">Business up front</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Vista+and+Lognhorn/default.aspx">Vista and Lognhorn</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Memory/default.aspx">Memory</category></item><item><title>Vista SP1 and Windows 2008:  No /console switch with MSTSC</title><link>http://blogs.technet.com/brad_rutkowski/archive/2008/01/14/vista-sp1-and-windows-2008-no-console-switch-with-mstsc.aspx</link><pubDate>Mon, 14 Jan 2008 22:35:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2746104</guid><dc:creator>Brad Rutkowski</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.technet.com/brad_rutkowski/comments/2746104.aspx</comments><wfw:commentRss>http://blogs.technet.com/brad_rutkowski/commentrss.aspx?PostID=2746104</wfw:commentRss><description>&lt;P&gt;I've ran into this a few times here and each time I stare at my screen for some time (depends on how much coffee I've had) and then remember this change.&amp;nbsp; When you install Vista SP1 or install Win2k8 the console switch for MSTSC will be ignored (it's gone).&amp;nbsp; They've made a change that requires the use of the /admin switch now.&amp;nbsp; So if you want to connect the console on a Win2k3 server then instead of using MSTSC /console /v:&amp;lt;servername&amp;gt; now use MSTSC /admin /v:servername. &lt;/P&gt;
&lt;P&gt;Why the change?&amp;nbsp; Check &lt;A href="http://blogs.msdn.com/nickmac/archive/2007/11/28/mstsc-console-switch-in-windows-server-2008-and-windows-vista-sp1.aspx" target=_blank mce_href="http://blogs.msdn.com/nickmac/archive/2007/11/28/mstsc-console-switch-in-windows-server-2008-and-windows-vista-sp1.aspx"&gt;Nick's post&lt;/A&gt; for further details and a link to the TS team blog with more info.&lt;/P&gt;
&lt;P&gt;The more you know...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Here is the TS teams blog post with all the details you'd ever want to know: &lt;A href="http://blogs.msdn.com/ts/archive/2007/12/17/changes-to-remote-administration-in-windows-server-2008.aspx"&gt;http://blogs.msdn.com/ts/archive/2007/12/17/changes-to-remote-administration-in-windows-server-2008.aspx&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2746104" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Business+up+front/default.aspx">Business up front</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Vista+and+Lognhorn/default.aspx">Vista and Lognhorn</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category></item><item><title>Performance update for Vista RTM released today</title><link>http://blogs.technet.com/brad_rutkowski/archive/2007/12/12/performance-update-for-vista-rtm-released-today.aspx</link><pubDate>Thu, 13 Dec 2007 02:20:03 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2640640</guid><dc:creator>Brad Rutkowski</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.technet.com/brad_rutkowski/comments/2640640.aspx</comments><wfw:commentRss>http://blogs.technet.com/brad_rutkowski/commentrss.aspx?PostID=2640640</wfw:commentRss><description>&lt;p&gt;Saw this on the &lt;a href="http://windowsvistablog.com/blogs/windowsvista/archive/2007/12/11/improving-reliability-and-performance-update-preview-release-available-today.aspx" target="_blank"&gt;Windows Vista team blog&lt;/a&gt; today.&lt;/p&gt; &lt;p&gt;&lt;a title="http://support.microsoft.com/?kbid=943899" href="http://support.microsoft.com/?kbid=943899"&gt;http://support.microsoft.com/?kbid=943899&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;em&gt;This update improves performance, responsiveness, and reliability of Windows Vista in various scenarios. This update resolves the following issues on a Windows Vista-based computer: &lt;/em&gt;&lt;/p&gt; &lt;p&gt;&lt;em&gt;•You receive a "Stop 0x000000A0" error when you try to switch the computer to the hibernate state.&lt;/em&gt; &lt;p&gt;&lt;em&gt;•You receive a "Stop 0x0000009f" error when you switch the computer to the hibernate state or to the standby state. Or, you receive this Stop error when you resume the computer from the hibernate state or from the standby state. This problem occurs on a computer that has a wireless network connection.&lt;/em&gt; &lt;p&gt;&lt;em&gt;•The disk does not spin down after a specified time of inactivity.&lt;/em&gt; &lt;p&gt;&lt;em&gt;Additionally, this update can help improve performance when you perform operations that are related to large disk I/O. After you apply this update, you may notice up to a 15 percent performance improvement in some copying operations and when moving some large files.&lt;/em&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2640640" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Business+up+front/default.aspx">Business up front</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Vista+and+Lognhorn/default.aspx">Vista and Lognhorn</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Disk+Subsytem/default.aspx">Disk Subsytem</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Patches/default.aspx">Patches</category></item><item><title>Returning just the errors using Wevtutil.exe</title><link>http://blogs.technet.com/brad_rutkowski/archive/2007/11/05/returning-just-the-errors-using-wevtutil-exe.aspx</link><pubDate>Mon, 05 Nov 2007 21:20:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2340942</guid><dc:creator>Brad Rutkowski</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.technet.com/brad_rutkowski/comments/2340942.aspx</comments><wfw:commentRss>http://blogs.technet.com/brad_rutkowski/commentrss.aspx?PostID=2340942</wfw:commentRss><description>&lt;P&gt;I &lt;A title="Old WEVTUTIL post" href="http://blogs.technet.com/brad_rutkowski/archive/2007/03/24/using-wevtutil-on-longhorn-server-core-servers-to-scan-the-event-logs.aspx" target=_blank mce_href="http://blogs.technet.com/brad_rutkowski/archive/2007/03/24/using-wevtutil-on-longhorn-server-core-servers-to-scan-the-event-logs.aspx"&gt;posted&lt;/A&gt; on how you can use Wevtutil to enumerate the event logs on server core or LH.&amp;nbsp; Someone left a comment asking how could they just return the errors from the System log instead of all the events.&amp;nbsp; Seems like a reasonable question and with a bit of research here is the solution.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will query the SYSTEM log for all events with a level of 1 (critical) or a level of 2 (Error), dumps it out in text format with a count of 4.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;C:\Windows&amp;gt;wevtutil qe System "/q:*[System[(Level=1 or Level=2)]]" /f:text /RD:TRUE /C:4&lt;BR&gt;Event[0]:&lt;BR&gt;&amp;nbsp; Log Name: System&lt;BR&gt;&amp;nbsp; Source: Microsoft-Windows-TerminalServices-RemoteConnectionManager&lt;BR&gt;&amp;nbsp; Date: 2007-11-04T17:11:22.000&lt;BR&gt;&amp;nbsp; Event ID: 1041&lt;BR&gt;&amp;nbsp; Task: N/A&lt;BR&gt;&amp;nbsp; Level: Error&lt;BR&gt;&amp;nbsp; Opcode: N/A&lt;BR&gt;&amp;nbsp; Keyword: Classic&lt;BR&gt;&amp;nbsp; User: N/A&lt;BR&gt;&amp;nbsp; User Name: N/A&lt;BR&gt;&amp;nbsp; Computer:&amp;nbsp;Comp1&lt;BR&gt;&amp;nbsp; Description:&lt;BR&gt;Autoreconnect failed to reconnect user to session because authentication failed. (Access is denied.) &lt;/FONT&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;Event[1]:&lt;BR&gt;&amp;nbsp; Log Name: System&lt;BR&gt;&amp;nbsp; Source: Microsoft-Windows-GroupPolicy&lt;BR&gt;&amp;nbsp; Date: 2007-11-04T14:04:33.147&lt;BR&gt;&amp;nbsp; Event ID: 1006&lt;BR&gt;&amp;nbsp; Task: N/A&lt;BR&gt;&amp;nbsp; Level: Error&lt;BR&gt;&amp;nbsp; Opcode: Start&lt;BR&gt;&amp;nbsp; Keyword: N/A&lt;BR&gt;&amp;nbsp; User: S-1-5-18&lt;BR&gt;&amp;nbsp; User Name: NT AUTHORITY\SYSTEM&lt;BR&gt;&amp;nbsp; Computer:&amp;nbsp;Comp1&lt;BR&gt;&amp;nbsp; Description:&lt;BR&gt;The processing of Group Policy failed. Windows could not authenticate to the Active Directory service on a domain controller. (LDAP Bind function call failed). Look in the details tab for error code and description. &lt;/FONT&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;Event[2]:&lt;BR&gt;&amp;nbsp; Log Name: System&lt;BR&gt;&amp;nbsp; Source: TermDD&lt;BR&gt;&amp;nbsp; Date: 2007-11-04T12:01:21.118&lt;BR&gt;&amp;nbsp; Event ID: 56&lt;BR&gt;&amp;nbsp; Task: N/A&lt;BR&gt;&amp;nbsp; Level: Error&lt;BR&gt;&amp;nbsp; Opcode: N/A&lt;BR&gt;&amp;nbsp; Keyword: Classic&lt;BR&gt;&amp;nbsp; User: N/A&lt;BR&gt;&amp;nbsp; User Name: N/A&lt;BR&gt;&amp;nbsp; Computer:&amp;nbsp;Comp1&lt;BR&gt;&amp;nbsp; Description:&lt;BR&gt;The Terminal Server security layer detected an error in the protocol stream and has disconnected the client. &lt;/FONT&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;Event[3]:&lt;BR&gt;&amp;nbsp; Log Name: System&lt;BR&gt;&amp;nbsp; Source: Microsoft-Windows-TerminalServices-RemoteConnectionManager&lt;BR&gt;&amp;nbsp; Date: 2007-11-04T11:44:23.000&lt;BR&gt;&amp;nbsp; Event ID: 1041&lt;BR&gt;&amp;nbsp; Task: N/A&lt;BR&gt;&amp;nbsp; Level: Error&lt;BR&gt;&amp;nbsp; Opcode: N/A&lt;BR&gt;&amp;nbsp; Keyword: Classic&lt;BR&gt;&amp;nbsp; User: N/A&lt;BR&gt;&amp;nbsp; User Name: N/A&lt;BR&gt;&amp;nbsp; Computer:&amp;nbsp;Comp1&lt;BR&gt;&amp;nbsp; Description:&lt;BR&gt;Autoreconnect failed to reconnect user to session because authentication failed. (Access is denied.) &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;&lt;STRONG&gt;Update:&lt;/STRONG&gt;&amp;nbsp; Use the /r:&amp;lt;system&amp;gt; on the end to query a remote server.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;More details on Event selection: &lt;A title=http://msdn2.microsoft.com/en-us/library/aa385231.aspx href="http://msdn2.microsoft.com/en-us/library/aa385231.aspx" mce_href="http://msdn2.microsoft.com/en-us/library/aa385231.aspx"&gt;http://msdn2.microsoft.com/en-us/library/aa385231.aspx&lt;/A&gt;&lt;/P&gt;
&lt;DIV class=wlWriterSmartContent id=0767317B-992E-4b12-91E0-4F059A8CECA8:3f66375c-cf66-4de2-8b53-5a6ec7e0e70e contentEditable=false style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; FLOAT: none; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Technorati tags: &lt;A href="http://technorati.com/tags/Windows%202008" rel=tag mce_href="http://technorati.com/tags/Windows%202008"&gt;Windows 2008&lt;/A&gt;, &lt;A href="http://technorati.com/tags/Longhorn.%20Vista" rel=tag mce_href="http://technorati.com/tags/Longhorn.%20Vista"&gt;Longhorn. Vista&lt;/A&gt;, &lt;A href="http://technorati.com/tags/Server%20core" rel=tag mce_href="http://technorati.com/tags/Server%20core"&gt;Server core&lt;/A&gt;&lt;/DIV&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2340942" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Business+up+front/default.aspx">Business up front</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Vista+and+Lognhorn/default.aspx">Vista and Lognhorn</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category></item><item><title>Not getting kernel memory dumps in Windows Vista or Windows 2008?</title><link>http://blogs.technet.com/brad_rutkowski/archive/2007/10/16/not-getting-kernel-memory-dumps-in-windows-vista-or-windows-2008.aspx</link><pubDate>Tue, 16 Oct 2007 19:36:11 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2184092</guid><dc:creator>Brad Rutkowski</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/brad_rutkowski/comments/2184092.aspx</comments><wfw:commentRss>http://blogs.technet.com/brad_rutkowski/commentrss.aspx?PostID=2184092</wfw:commentRss><description>&lt;p&gt;&lt;strong&gt;&lt;u&gt;Backstory:&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;With the advent of Windows Vista there are changes made in how the operating system determines if it can take a kernel memory dump or not.&amp;nbsp; Starting in Vista the amount of memory allocated for kernel mode could vary &lt;a href="http://www.microsoft.com/technet/technetmag/issues/2007/03/VistaKernel/" target="_blank"&gt;dynamically&lt;/a&gt;.&amp;nbsp; If the pagefile is not big enough, switching to minidump at dump time can’t be done easily.&amp;nbsp; So the dump stack initialization is happening at the time of boot where this check for the pagefile size is done.&lt;/p&gt; &lt;p&gt;What does this mean?&amp;nbsp; It means if you don't have a pagefile as large as physical memory at boot, and your system is &lt;strong&gt;configured for a kernel dump&lt;/strong&gt;, you'll &lt;strong&gt;end up getting a minidump&lt;/strong&gt;.&amp;nbsp; If you permit me to opine, this makes sense in the client space where a valid dump is more critical than a corrupted kernel dump, as the results usually would get uploaded to Microsoft via WERCON or another mechanism.&amp;nbsp; If further triage is needed MSFT could contact you with the ability to setup a kernel capture.&amp;nbsp; &lt;/p&gt; &lt;p&gt;In the Server world though, it's different.&amp;nbsp; We have thousands of x64 systems with 16GBs of RAM and there is no way we could have a 16GB page file as the system either does not have the space (on C), or&amp;nbsp;it does not make fiscal&amp;nbsp;sense with regards to disk space.&amp;nbsp; We have all our systems configured to take kernel dumps in case we crash the server via debugger/&lt;a title="Crash it via the keyboard" href="http://blogs.technet.com/brad_rutkowski/archive/2006/10/23/my-computer-is-hard-hung-now-what-can-i-do.aspx" target="_blank"&gt;keyboard&lt;/a&gt;.&amp;nbsp; We dogfood our beta operating systems, and&amp;nbsp;a hung server&amp;nbsp;is a normal site to see, and sometimes we can't break in via the debugger and a crash dump is our last and only resort.&amp;nbsp; Crashing a box and ending up with a minidump does not suffice in our role.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;u&gt;The change in Vista SP1 RC0/Windows 2008 RC0&amp;nbsp;on:&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Starting with the release of RC0, there is a new registry key that can be set which will tell the OS to ignore the page file check on boot up and you'll take your chances getting a valid kernel dump.&amp;nbsp; We've tested this internally and all works as expected.&amp;nbsp; So if you need kernel dumps on your large memory systems, this might be something to remember for your bag of tricks.&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;Key: HKLM\System\CurrentControlSet\Control\CrashControl&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;Value: IgnorePagefileSize&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;Type: DWORD&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;Data: 1&lt;/font&gt;&lt;/p&gt; &lt;div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:ccc120fe-181d-42df-887c-1f432bd2b4a5" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati tags: &lt;a href="http://technorati.com/tags/Windows%202008" rel="tag"&gt;Windows 2008&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Vista" rel="tag"&gt;Vista&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Debugging" rel="tag"&gt;Debugging&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2184092" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Vista+and+Lognhorn/default.aspx">Vista and Lognhorn</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Disk+Subsytem/default.aspx">Disk Subsytem</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Debugging/default.aspx">Debugging</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category></item><item><title>Using TypePerf to get performance data on the command prompt.</title><link>http://blogs.technet.com/brad_rutkowski/archive/2007/09/22/using-typeperf-to-get-performance-data-on-the-command-prompt.aspx</link><pubDate>Sat, 22 Sep 2007 23:29:36 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2020285</guid><dc:creator>Brad Rutkowski</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.technet.com/brad_rutkowski/comments/2020285.aspx</comments><wfw:commentRss>http://blogs.technet.com/brad_rutkowski/commentrss.aspx?PostID=2020285</wfw:commentRss><description>&lt;p&gt;I was tracking a high CPU issue this week and needed to know when one of my servers was pegged so I could investigate.&amp;nbsp; I could of used perfmon I guess but I really like to do everything I can from the command prompt.&amp;nbsp; I always like it when there is a tool that can do data collection from the command prompt as this gives you the ability to easily script it if warranted. &lt;p&gt;&lt;a title="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/nt_command_typeperf.mspx?mfr=true" href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/nt_command_typeperf.mspx?mfr=true"&gt;http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/nt_command_typeperf.mspx?mfr=true&lt;/a&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;C:\Windows\system32&amp;gt;typeperf "\\Server1\Processor(_Total)\% Processor Time" &lt;/font&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;"(PDH-CSV 4.0)","\\Server1\Processor(_Total)\% Processor Time"&lt;br&gt;"09/20/2007 15:42:42.926","18.097697"&lt;br&gt;"09/20/2007 15:42:43.928","21.217785"&lt;br&gt;"09/20/2007 15:42:44.929","15.757631"&lt;br&gt;"09/20/2007 15:42:45.931","16.537653"&lt;/font&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;The command completed successfully.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;em&gt;You can collect any counter that lives in the perfmon world, I'm sure some of you out there will find a use for this.&lt;/em&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;C:\Debuggers&amp;gt;typeperf "\\serverX\Server\Server Sessions" -sc 2 &lt;/font&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;"(PDH-CSV 4.0)","\\serverX\Server\Server Sessions"&lt;br&gt;"09/22/2007 13:21:54.110","8.000000"&lt;br&gt;"09/22/2007 13:21:55.117","8.000000" &lt;/font&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;The command completed successfully.&lt;/font&gt; &lt;p&gt;&lt;em&gt;Full Syntax below, you can adjust the collection in numerous ways.&lt;/em&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;C:\Debuggers&amp;gt;typeperf -? &lt;/font&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;Microsoft r TypePerf.exe (6.0.6001.16656) &lt;/font&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;Typeperf writes performance data to the command window or to a log file. To stop Typeperf, press CTRL+C. &lt;/font&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;Usage:&lt;br&gt;typeperf { &amp;lt;counter [counter ...]&amp;gt; | -cf &amp;lt;filename&amp;gt; | -q [object] | -qx [object] } [options] &lt;/font&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;Parameters:&lt;br&gt;&amp;nbsp; &amp;lt;counter [counter ...]&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Performance counters to monitor. &lt;/font&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;Options:&lt;br&gt;&amp;nbsp; -?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Displays context sensitive help.&lt;br&gt;&amp;nbsp; -f &amp;lt;CSV|TSV|BIN|SQL&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Output file format. Default is CSV.&lt;br&gt;&amp;nbsp; -cf &amp;lt;filename&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; File containing performance counters to monitor, one per line.&lt;br&gt;&amp;nbsp; -si &amp;lt;[[hh:]mm:]ss&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time between samples. Default is 1 second.&lt;br&gt;&amp;nbsp; -o &amp;lt;filename&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Path of output file or SQL database. Default is STDOUT.&lt;br&gt;&amp;nbsp; -q [object]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; List installed counters (no instances). To list counters for one object, include the object name, such as Processor.&lt;br&gt;&amp;nbsp; -qx [object]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; List installed counters with instances. To list counters for one object, include the object name, such as Processor.&lt;br&gt;&amp;nbsp; -sc &amp;lt;samples&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Number of samples to collect. Default is to sample until CTRL+C.&lt;br&gt;&amp;nbsp; -config &amp;lt;filename&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Settings file containing command options.&lt;br&gt;&amp;nbsp; -s &amp;lt;computer_name&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Server to monitor if no server is specified in the counter path.&lt;br&gt;&amp;nbsp; -y&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Answer yes to all questions without prompting.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt; &lt;div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:d1da0965-b4a2-4739-bf80-7bc246d67720" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati tags: &lt;a href="http://technorati.com/tags/Windows%202008" rel="tag"&gt;Windows 2008&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Vista" rel="tag"&gt;Vista&lt;/a&gt;, &lt;a href="http://technorati.com/tags/XP" rel="tag"&gt;XP&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Admin" rel="tag"&gt;Admin&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2020285" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Business+up+front/default.aspx">Business up front</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Ghetto+scripting/default.aspx">Ghetto scripting</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Vista+and+Lognhorn/default.aspx">Vista and Lognhorn</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Metrics/default.aspx">Metrics</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category></item><item><title>Kernel stack not resident (Using .pagein)</title><link>http://blogs.technet.com/brad_rutkowski/archive/2007/08/30/kernel-stack-not-resident-using-pagein.aspx</link><pubDate>Thu, 30 Aug 2007 02:36:10 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1856964</guid><dc:creator>Brad Rutkowski</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/brad_rutkowski/comments/1856964.aspx</comments><wfw:commentRss>http://blogs.technet.com/brad_rutkowski/commentrss.aspx?PostID=1856964</wfw:commentRss><description>&lt;p&gt;You might find yourself debugging an issue and a thread you are interested in is paged out.&amp;nbsp; Here's the steps to use to page in the stack for the kernel side and user side...&amp;nbsp;&amp;nbsp; Be careful when doing this on a live machine that you want to release after debugging as paging in certain section of memory can cause it to bugcheck...&amp;nbsp;  &lt;p&gt;&amp;nbsp; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;2: kd&amp;gt; !thread fffffa8004415460&lt;br&gt;THREAD fffffa8004415460&amp;nbsp; Cid 087c.0acc&amp;nbsp; Teb: 000007fffffd5000 Win32Thread: 0000000000000000 WAIT: (WrLpcReply) UserMode Non-Alertable&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fffffa80044157f0&amp;nbsp; Semaphore Limit 0x1&lt;br&gt;Waiting for reply to ALPC Message fffff88018c943f0&lt;br&gt;Impersonation token:&amp;nbsp; fffff8801d302060 (Level Impersonation)&lt;br&gt;Owning Process&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fffffa80046e5610&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Image:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; snmp.exe&lt;br&gt;Wait Start TickCount&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 367059906&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ticks: 15906005 (2:20:55:35.268) &lt;font color="#ff0000"&gt;//Been waiting a while.&lt;/font&gt;&lt;br&gt;Context Switch Count&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13819416&lt;br&gt;UserTime&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:38.173&lt;br&gt;KernelTime&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:02:33.972&lt;br&gt;Win32 Start Address 0x000007fefa7724bc&lt;br&gt;Stack Init fffffa600440ddb0 Current fffffa600440d6e0&lt;br&gt;Base fffffa600440e000 Limit fffffa6004408000 Call 0&lt;br&gt;Priority 11 BasePriority 8 PriorityDecrement 1 IoPriority 2 PagePriority 5&lt;br&gt;Kernel stack not resident. &lt;font color="#ff0000"&gt;// We can't see what the stack looks like as it been waiting so long its been paged out.&lt;/font&gt;&lt;/font&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;2: kd&amp;gt; .pagein fffffa600440d6e0&amp;nbsp; &lt;font color="#ff0000"&gt;//Grab Current from above...&amp;nbsp; This will get us the kernel side...&lt;/font&gt;&lt;br&gt;You need to continue execution (press 'g' &amp;lt;enter&amp;gt;) for the pagein to be brought in.&amp;nbsp; When the debugger breaks in again, the page will be present.&lt;br&gt;2: kd&amp;gt; g&lt;br&gt;Break instruction exception - code 80000003 (first chance)&lt;br&gt;nt!DbgBreakPointWithStatus:&lt;br&gt;fffff800`0163e1d0 cc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;br&gt;1: kd&amp;gt; !thread fffffa8004415460&lt;br&gt;THREAD fffffa8004415460&amp;nbsp; Cid 087c.0acc&amp;nbsp; Teb: 000007fffffd5000 Win32Thread: 0000000000000000 WAIT: (WrLpcReply) UserMode Non-Alertable&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fffffa80044157f0&amp;nbsp; Semaphore Limit 0x1&lt;br&gt;Waiting for reply to ALPC Message fffff88018c943f0&lt;br&gt;Impersonation token:&amp;nbsp; fffff8801d302060 (Level Impersonation)&lt;br&gt;Owning Process&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fffffa80046e5610&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Image:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; snmp.exe&lt;br&gt;Wait Start TickCount&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 367059906&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ticks: 15906070 (2:20:55:36.282)&lt;br&gt;Context Switch Count&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13819416&lt;br&gt;UserTime&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:38.173&lt;br&gt;KernelTime&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:02:33.972&lt;br&gt;Win32 Start Address 0x000007fefa7724bc&lt;br&gt;Stack Init fffffa600440ddb0 Current fffffa600440d6e0&lt;br&gt;Base fffffa600440e000 Limit fffffa6004408000 Call 0&lt;br&gt;Priority 11 BasePriority 8 PriorityDecrement 1 IoPriority 2 PagePriority 5&lt;br&gt;Kernel stack not resident.&lt;br&gt;Child-SP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RetAddr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Args to Child&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Call Site&lt;br&gt;fffffa60`0440d720 fffff800`01647abe : fffffa60`0440da88 fffff880`18c943f0 fffffa60`0440da88 fffff880`18c943f0 : nt!KiSwapContext+0x7f&lt;br&gt;fffffa60`0440d860 fffff800`016484c5 : 00000000`00303cb0 fffffa60`0440da88 00000000`00000009 00000000`00000001 : nt!KiSwapThread+0x12e&lt;br&gt;fffffa60`0440d8c0 fffff800`01681067 : 00000000`00000000 00000000`00000011 00000000`00000001 00000000`00000000 : nt!KeWaitForSingleObject+0x5f5&lt;br&gt;fffffa60`0440d940 fffff800`018be424 : fffffa60`0440da88 00000000`00303cb0 fffffa80`04415460 00000000`00000000 : nt!AlpcpSignalAndWait+0x97&lt;br&gt;fffffa60`0440d980 fffff800`018be868 : 00000000`00000000 00000000`00000000 00000000`00303cb0 00000000`00300318 : nt!AlpcpReceiveSynchronousReply+0x44&lt;br&gt;fffffa60`0440d9e0 fffff800`018a834f : fffffa80`04352e60 fffffa80`00020000 00000000`00303cb0 00000000`00300318 : nt!AlpcpProcessSynchronousRequest+0x251&lt;br&gt;fffffa60`0440db00 fffff800`016437b3 : fffffa80`04415460 fffffa60`0440dca0 00000000`00000280 fffff800`0189c654 : nt!NtAlpcSendWaitReceivePort+0x19f&lt;br&gt;fffffa60`0440dbb0 00000000`77af4dca : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSystemServiceCopyEnd+0x13 (TrapFrame @ fffffa60`0440dc20)&lt;br&gt;&lt;font color="#0000ff"&gt;00000000`016aebc8&lt;/font&gt; 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x77af4dca &lt;/font&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;1: kd&amp;gt; .pagein /p fffffa80046e5610 &lt;font color="#0000ff"&gt;00000000`016aebc8&lt;/font&gt; &lt;font color="#ff0000"&gt;//We take the process ID of the thread and the usermode address at the bottom of the stack.&lt;/font&gt;&lt;/font&gt;&lt;font face="Courier New" size="2"&gt;&lt;br&gt;You need to continue execution (press 'g' &amp;lt;enter&amp;gt;) for the pagein to be brought in.&amp;nbsp; When the debugger breaks in again, the page will be present.&lt;br&gt;1: kd&amp;gt; g&lt;br&gt;Break instruction exception - code 80000003 (first chance)&lt;br&gt;nt!DbgBreakPointWithStatus:&lt;br&gt;fffff800`0163e1d0 cc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/font&gt;&lt;font face="Courier New" size="2"&gt;&lt;br&gt;&lt;/font&gt;&lt;font face="Courier New" size="2"&gt;&lt;br&gt;1: kd&amp;gt; !thread fffffa8004415460 &lt;font color="#ff0000"&gt;//Viola!&amp;nbsp; Now we have the whole stack, you might need to do a .reload for symbols.&lt;/font&gt;&lt;br&gt;THREAD fffffa8004415460&amp;nbsp; Cid 087c.0acc&amp;nbsp; Teb: 000007fffffd5000 Win32Thread: 0000000000000000 WAIT: (WrLpcReply) UserMode Non-Alertable&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fffffa80044157f0&amp;nbsp; Semaphore Limit 0x1&lt;br&gt;Waiting for reply to ALPC Message fffff88018c943f0&lt;br&gt;Impersonation token:&amp;nbsp; fffff8801d302060 (Level Impersonation)&lt;br&gt;Owning Process&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fffffa80046e5610&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Image:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; snmp.exe&lt;br&gt;Wait Start TickCount&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 367059906&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ticks: 15906135 (2:20:55:37.296)&lt;br&gt;Context Switch Count&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13819416&lt;br&gt;UserTime&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:38.173&lt;br&gt;KernelTime&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:02:33.972&lt;br&gt;Win32 Start Address 0x000007fefa7724bc&lt;br&gt;Stack Init fffffa600440ddb0 Current fffffa600440d6e0&lt;br&gt;Base fffffa600440e000 Limit fffffa6004408000 Call 0&lt;br&gt;Priority 11 BasePriority 8 PriorityDecrement 1 IoPriority 2 PagePriority 5&lt;br&gt;Kernel stack not resident.&lt;br&gt;Child-SP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RetAddr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Args to Child&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Call Site&lt;br&gt;fffffa60`0440d720 fffff800`01647abe : fffffa60`0440da88 fffff880`18c943f0 fffffa60`0440da88 fffff880`18c943f0 : nt!KiSwapContext+0x7f&lt;br&gt;fffffa60`0440d860 fffff800`016484c5 : 00000000`00303cb0 fffffa60`0440da88 00000000`00000009 00000000`00000001 : nt!KiSwapThread+0x12e&lt;br&gt;fffffa60`0440d8c0 fffff800`01681067 : 00000000`00000000 00000000`00000011 00000000`00000001 00000000`00000000 : nt!KeWaitForSingleObject+0x5f5&lt;br&gt;fffffa60`0440d940 fffff800`018be424 : fffffa60`0440da88 00000000`00303cb0 fffffa80`04415460 00000000`00000000 : nt!AlpcpSignalAndWait+0x97&lt;br&gt;fffffa60`0440d980 fffff800`018be868 : 00000000`00000000 00000000`00000000 00000000`00303cb0 00000000`00300318 : nt!AlpcpReceiveSynchronousReply+0x44&lt;br&gt;fffffa60`0440d9e0 fffff800`018a834f : fffffa80`04352e60 fffffa80`00020000 00000000`00303cb0 00000000`00300318 : nt!AlpcpProcessSynchronousRequest+0x251&lt;br&gt;fffffa60`0440db00 fffff800`016437b3 : fffffa80`04415460 fffffa60`0440dca0 00000000`00000280 fffff800`0189c654 : nt!NtAlpcSendWaitReceivePort+0x19f&lt;br&gt;fffffa60`0440dbb0 00000000`77af4dca : 000007fe`fea5c72b 00000000`00001000 00000000`016aee90 00000000`01460058 : nt!KiSystemServiceCopyEnd+0x13 (TrapFrame @ fffffa60`0440dc20)&lt;br&gt;00000000`016aebc8 000007fe`fea5c72b : 00000000`00001000 00000000`016aee90 00000000`01460058 00000000`0030ed80 : ntdll!NtAlpcSendWaitReceivePort+0xa&lt;br&gt;00000000`016aebd0 000007fe`fea6c592 : 00000000`00302b50 00000000`016aef30 000007fe`fe95c8b8 00000000`00001000 : RPCRT4!LRPC_CCALL::SendReceive+0xbb&lt;br&gt;00000000`016aec50 000007fe`fea6c5e2 : 00000000`016aed00 00000000`00000000 00000000`00000000 00000000`01460058 : RPCRT4!I_RpcSendReceive+0x42&lt;br&gt;00000000`016aec80 000007fe`feafad2c : 00000000`016aef30 00000000`00000000 00000000`00000000 00000000`0030ed80 : RPCRT4!NdrSendReceive+0x32&lt;br&gt;00000000`016aecb0 000007fe`feafaef0 : 00000000`00000000 000007fe`fe95d090 00000000`00000011 00000000`016aece0 : RPCRT4!NdrpClientCall3+0x11c&lt;br&gt;00000000`016aef00 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : RPCRT4!NdrClientCall3+0x7c &lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;1: kd&amp;gt; &lt;/font&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1856964" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Business+up+front/default.aspx">Business up front</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Vista+and+Lognhorn/default.aspx">Vista and Lognhorn</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Windows+2003/default.aspx">Windows 2003</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Debugging/default.aspx">Debugging</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category></item><item><title>Discrepancy in volume size when you extend a volume with DISKPART</title><link>http://blogs.technet.com/brad_rutkowski/archive/2007/08/15/discrepancy-in-volume-size-when-you-extend-a-volume-with-diskpart.aspx</link><pubDate>Wed, 15 Aug 2007 23:51:59 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1760232</guid><dc:creator>Brad Rutkowski</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/brad_rutkowski/comments/1760232.aspx</comments><wfw:commentRss>http://blogs.technet.com/brad_rutkowski/commentrss.aspx?PostID=1760232</wfw:commentRss><description>&lt;p&gt;Had an issue come in today where the customer requested that one of their drives on SAN storage be expanded. They carved out the necessary disk space and expanded the LUN which was verified showing 430GB total on the array. Rescanned in Disk Management and showed the Unallocated Space. They then used diskpart to expand the D$ drive, disk management then shoed 430GBs.&amp;nbsp; However, properties still showed only 359GB. Diskpart list disk showed 430GB. &lt;/p&gt; &lt;p&gt;So why the discrepancy?&amp;nbsp; Well when you extend a volume with DISKPART it doesn't automatically extend the file system with it, so you need to do the following:&lt;/p&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;C:\Debuggers&amp;gt;diskpart&lt;/font&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;Microsoft DiskPart version 6.0.6001&lt;/font&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;Copyright (C) 1999-2007 Microsoft Corporation.&lt;/font&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;On computer: ServerX&lt;/font&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;DISKPART&amp;gt; sel vol d&lt;/font&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;Volume 1 is the selected volume.&lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;&lt;font face="Courier New"&gt;DISKPART&amp;gt; &lt;b&gt;EXTEND FILESYSTEM&lt;/b&gt;&lt;/font&gt;&lt;/font&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;DiskPart successfully extended the file system on the volume.&lt;/font&gt; &lt;p&gt;When that is completed, then you'll see all the space in the properties.&amp;nbsp; If you extend the volume via the MMC then this happens automatically for you behind the scenes.&lt;/p&gt; &lt;div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:cf89251f-9486-4179-9419-abc675660bcc" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati tags: &lt;a href="http://technorati.com/tags/vista" rel="tag"&gt;vista&lt;/a&gt;, &lt;a href="http://technorati.com/tags/windows%202008" rel="tag"&gt;windows 2008&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1760232" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Vista+and+Lognhorn/default.aspx">Vista and Lognhorn</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Disk+Subsytem/default.aspx">Disk Subsytem</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category></item><item><title>Vista: Two hotfixes now released to improve performance, compatibility, and reliability.</title><link>http://blogs.technet.com/brad_rutkowski/archive/2007/08/07/two-hotfixes-now-released-to-improve-performance-compatibility-and-reliability.aspx</link><pubDate>Tue, 07 Aug 2007 23:24:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1718997</guid><dc:creator>Brad Rutkowski</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/brad_rutkowski/comments/1718997.aspx</comments><wfw:commentRss>http://blogs.technet.com/brad_rutkowski/commentrss.aspx?PostID=1718997</wfw:commentRss><description>&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A title=http://support.microsoft.com/?kbid=938194 href="http://support.microsoft.com/?kbid=938194" mce_href="http://support.microsoft.com/?kbid=938194"&gt;http://support.microsoft.com/?kbid=938194&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;This update resolves some compatibility issues and reliability issues in Windows Vista. By applying this update, you can achieve better reliability and hardware compatibility in various scenarios.&lt;BR&gt;This update resolves the following issues: &lt;/FONT&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;•The screen may go blank when you try to upgrade the video driver. For more information, click the following article number to view the article in the Microsoft Knowledge Base: &lt;/FONT&gt;
&lt;P&gt;&lt;A href="http://support.microsoft.com/kb/932539/" mce_href="http://support.microsoft.com/kb/932539/"&gt;&lt;FONT face="Courier New" size=2&gt;932539&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face="Courier New" size=2&gt; (http://support.microsoft.com/kb/932539/) The screen may go blank when you try to upgrade the video driver on a Windows Vista-based computer &lt;/FONT&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;•The computer stops responding, and you receive a "Display driver stopped responding and has recovered" error message. You can restart the computer only by pressing the computer's power button.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;•The computer stops responding or restarts unexpectedly when you play video games or perform desktop operations.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;•The Diagnostic Policy Service (DPS) stops responding when the computer is under heavy load or when very little memory is available. This problem prevents diagnostics from working.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;•The screen goes blank after an external display device that is connected to the computer is turned off. For example, this problem may occur when a projector is turned off during a presentation.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;•A computer that has NVIDIA G80 series graphic drivers installed stops responding.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;•Visual appearance issues occur when you play graphics-intensive games.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;•You experience poor playback quality when you play HD DVD disks or Blu-ray disks on a large monitor.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;•Applications that load the Netcfgx.dll component exit unexpectedly.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;•Windows Calendar exits unexpectedly after you create a new appointment, create a new task, and then restart the computer.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;•Internet Connection Sharing stops responding after you upgrade a computer that is running Microsoft Windows XP to Windows Vista and then restart the computer.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;•The Printer Spooler service stops unexpectedly.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;•You receive a "Stop 0x0000009F" error when you put the computer to sleep while a Point-to-Point Protocol (PPP) connection is active. For more information, click the following article number to view the article in the Microsoft Knowledge Base: &lt;/FONT&gt;
&lt;P&gt;&lt;A href="http://support.microsoft.com/kb/931671/" mce_href="http://support.microsoft.com/kb/931671/"&gt;&lt;FONT face="Courier New" size=2&gt;931671&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face="Courier New" size=2&gt; (http://support.microsoft.com/kb/931671/) Error message when you put a Windows Vista-based computer to sleep while a PPP connection is active: "STOP 0x0000009F"&lt;/FONT&gt; 
&lt;P&gt;&lt;A title=http://support.microsoft.com/?kbid=938979 href="http://support.microsoft.com/?kbid=938979" mce_href="http://support.microsoft.com/?kbid=938979"&gt;http://support.microsoft.com/?kbid=938979&lt;/A&gt; 
&lt;P&gt;&lt;FONT face=cour size=2&gt;This update resolves issues that may affect some Windows Vista-based computers. These issues have been reported by customers who are using the Error Reporting service or Microsoft Customer Support Services.&lt;BR&gt;By applying this update, you can achieve better performance and responsiveness in various scenarios. This update also improves the reliability of Windows Vista.&lt;BR&gt;This update resolves the following issues on a Windows Vista-based computer: &lt;/FONT&gt;
&lt;P&gt;&lt;FONT face=cour size=2&gt;•You experience a long delay when you try to exit the Photos screen saver.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face=cour size=2&gt;•A memory leak occurs when you use the Windows Energy screen saver. &lt;/FONT&gt;
&lt;P&gt;&lt;FONT face=cour size=2&gt;•If User Account Control is disabled on the computer, you cannot install a network printer successfully. This problem occurs if the network printer is hosted by a Windows XP-based or a Windows Server 2003-based computer.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face=cour size=2&gt;•When you write data to an AVI file by using the &lt;B&gt;AVIStreamWrite&lt;/B&gt; function, the file header of the AVI file is corrupted.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face=cour size=2&gt;•When you copy or move a large file, the "estimated time remaining" takes a long time to be calculated and displayed.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face=cour size=2&gt;•After you resume the computer from hibernation, it takes a long time to display the logon screen.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face=cour size=2&gt;•When you synchronize an offline file to a server, the offline file is corrupted.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face=cour size=2&gt;•If you edit an image file that uses the RAW image format, data loss occurs in the image file. This problem occurs if the RAW image is from any of the following digital SLR camera models: &lt;/FONT&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT face=cour size=2&gt;•Canon EOS 1D&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT face=cour size=2&gt;•Canon EOS 1DS&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT face=cour size=2&gt;•After you resume the computer from hibernation, the computer loses its default gateway address.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face=cour size=2&gt;•Poor memory management performance occurs.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class=wlWriterSmartContent id=0767317B-992E-4b12-91E0-4F059A8CECA8:fc50ba9f-d7f6-4533-87d1-ff6a80b44f17 contentEditable=false style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Technorati tags: &lt;A href="http://technorati.com/tags/Vista" rel=tag mce_href="http://technorati.com/tags/Vista"&gt;Vista&lt;/A&gt;&lt;/DIV&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1718997" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Vista+and+Lognhorn/default.aspx">Vista and Lognhorn</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Patches/default.aspx">Patches</category></item></channel></rss>