<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Aaron Parker &#187; Windows</title>
	<atom:link href="http://blog.stealthpuppy.com/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stealthpuppy.com</link>
	<description>on application delivery with application virtualization, server-based computing, desktop virtualization and more</description>
	<lastBuildDate>Thu, 05 Jan 2012 16:09:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Configuring an Automatic Resolution Policy for Offline Files in Windows 7</title>
		<link>http://blog.stealthpuppy.com/windows/configuring-an-automatic-resolution-policy-for-offline-files-in-windows-7/</link>
		<comments>http://blog.stealthpuppy.com/windows/configuring-an-automatic-resolution-policy-for-offline-files-in-windows-7/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 15:00:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Offline Files]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=1826</guid>
		<description><![CDATA[If you’ve ever had any experience implementing Offline Files for Windows laptops, you’re no doubt aware that users are required to manually resolve synchronisation conflicts. Well that’s the impression I’ve always been under until recently – there’s no documentation on &#8230; <a href="http://blog.stealthpuppy.com/windows/configuring-an-automatic-resolution-policy-for-offline-files-in-windows-7/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/configuring-an-automatic-resolution-policy-for-offline-files-in-windows-7/">Configuring an Automatic Resolution Policy for Offline Files in Windows 7</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>If you’ve ever had any experience implementing Offline Files for Windows laptops, you’re no doubt aware that users are required to manually resolve synchronisation conflicts. Well that’s the impression I’ve always been under until recently – there’s no documentation on TechNet on how to automatically resolve conflicts and certainly no Group Policy controls available either.</p>
<h3>Why do we need an Automatic Resolution Policy?</h3>
<p>Consider this example – I want to store the User Data Directory for the App-V client on the network (e.g. the users’ home drive) instead of the default location of AppData. This will allow me to deliver application settings between different desktop types (such as a physical desktop and a XenApp server), without having to implement roaming profiles.</p>
<p>Laptops will need to cache the network location so that users can access their applications when disconnected from the network. So I configure Offline Files (via Group Policy) to cache the network folder that hosts the User Data Directory.</p>
<p>The problem with this approach is that when the laptop synchronises the folder, the user may need to resolve file conflicts and is presented with a dialog box that looks something like this:</p>
<p><a href="http://blog.stealthpuppy.com/wp-content/uploads/2010/08/OfflineFilesResolveConflict.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="Offline Files Resolve Conflict" src="http://blog.stealthpuppy.com/wp-content/uploads/2010/08/OfflineFilesResolveConflict_thumb.png" border="0" alt="Offline Files Resolve Conflict" width="498" height="429" /></a></p>
<p>Most users are not going to know which option they should choose (and they certainly aren’t going to <a href="http://windows.microsoft.com/en-us/windows-vista/Resolving-sync-conflicts-frequently-asked-questions">read the help</a>). How many will know what the <em>UsrVol_sftfs_v.tmp</em> file is? I’d like to avoid this scenario as often as I can.</p>
<h3>The feature does exist!</h3>
<p>Last week I came across a knowledgebase article that Microsoft recently updated – <a href="http://support.microsoft.com/kb/2189014">Automatic resolution policy for an offline file synchronization conflict does not work if the &#8220;keep all changes&#8221; setting is enabled in Windows Vista or in Windows Server 2008</a>. It appears that an automatic resolution policy does exist even though there&#8217;s no documentation on this feature, beyond one page on MSDN on the <a href="http://msdn.microsoft.com/en-us/library/bb530653(v=VS.85).aspx">OFFLINEFILES_SYNC_CONFLICT_RESOLVE</a> enumerator in the Offline Files API.</p>
<h3>Configuring an Automatic Resolution Policy</h3>
<p>An automatic resolution policy for Offline Files is implemented by adding a registry value for each network share for which you wish to control synchronisation, then specifying the policy for automatic resolution.</p>
<ol>
<li>Click <strong>Start</strong>, type <strong>regedit</strong> in the <strong>Start Search </strong>box, and then press ENTER</li>
<li>Locate and then click the following registry subkey: <em>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\NetCache</em> </li>
<li>On the <strong>Edit</strong> menu, point to <strong>New</strong>, and then click <strong>Key</strong>. Type <strong>SyncConflictHandling</strong>, and then press ENTER</li>
<li>Right-click <strong>SyncConflictHandling</strong>, point to <strong>New</strong>, and then click <strong>Expandable String Value</strong>. Type the path of the network share as the value name (for example \\servername\share)</li>
<li>Right-click the value name, and then click <strong>Modify</strong>. In the <strong>Value</strong> data box, enter a value listed in the table below, and then click <strong>OK</strong></li>
</ol>
<p>The possible values for SyncConflictHandling and a description of each value is listed is this table:</p>

<table id="wp-table-reloaded-id-24-no-1" class="wp-table-reloaded wp-table-reloaded-id-24">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">Value</th><th class="column-2">Description</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">0</td><td class="column-2">No resolution. The conflict is unresolved. This allows the conflict to be processed by other handlers in the system.</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">1</td><td class="column-2">Keep the local state. This overwrites the remote copy with the local copy's contents. If the local copy was deleted, this deletes the remote copy on the server.</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">2</td><td class="column-2">Keep the remote state. This overwrites the local copy with the remote copy's contents. If the remote copy was deleted, this deletes the local copy in the Offline Files cache.</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">3</td><td class="column-2">Keeps both copies. Note that this resolution is valid only for sync conflict states where both the server and client copies exist and where at least one of the items is a file. This resolution type is not available when one of the items has been deleted or both items are directories.</td>
	</tr>
	<tr class="row-6 even">
		<td class="column-1">4</td><td class="column-2">Retains the state of the latest operation as determined by last-change times of the items in conflict. If the local item was deleted, the time of deletion is used for comparison.</td>
	</tr>
	<tr class="row-7 odd">
		<td class="column-1">5</td><td class="column-2">Write an entry to the sync conflict log and perform no further attempts at resolving the conflict. The interactive user will resolve the conflict through Sync Center at a later time.</td>
	</tr>
	<tr class="row-8 even">
		<td class="column-1">6</td><td class="column-2">Do not resolve the conflict. Do not record an entry in the sync conflict log</td>
	</tr>
	<tr class="row-9 odd">
		<td class="column-1">7</td><td class="column-2">Cancel the synchronization operation</td>
	</tr>
</tbody>
</table>

<p>When added to the Registry, it will look something like this:</p>
<p><a href="http://blog.stealthpuppy.com/wp-content/uploads/2010/08/SyncConflictHandling1.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="SyncConflictHandling" src="http://blog.stealthpuppy.com/wp-content/uploads/2010/08/SyncConflictHandling_thumb1.png" border="0" alt="SyncConflictHandling" width="660" height="173" /></a></p>
<p>To test that the policy is working update a file at multiple locations when the file is offline (for example, delete the file in one location, but make changes to it in the other location). Connect back to the network and initiate a synchronisation operation (via Sync Centre) for the network share. Windows will trigger a conflict in the synchronisation process when it synchronises the file. Your policy should kick in and Sync Centre should automatically handle the conflict.</p>
<h3>Implementing a Policy</h3>
<p>So which policy should you implement? This will depend on the share and the type of client machine. Based on the descriptions of the possible values, the default policy is 5, which requires the user to manually resolve conflicts.</p>
<p>In most cases, laptops have a one to one relationship with a user and it will be their primary device. Those machines could then use a policy of 1 (keep the local state) thus preferring changes made on the laptop rather than other computers. Of course, what’s right for me might not be right for you, so I recommend testing and be certain of your choice before implementing.</p>
<p>To deploy the policy you could use a script or a tool such as Group Policy Preferences:</p>
<ol>
<li>Create a Group Policy Object and apply it to a laptop OU or open an existing GPO that applies to your laptops</li>
<li>Navigate to <em>Computer Configuration / Preferences / Windows Settings / Registry</em></li>
<li>Create a new registry item – HKLM should be the default <strong>Hive</strong>, add <em>Software\Microsoft\Windows\CurrentVersion\NetCache\SyncConflictHandling</em> to the <strong>Key Path</strong></li>
<li>In <strong>Value Name</strong>, enter the UNC path to the share you want to apply the policy to</li>
<li>Change <strong>Value Type</strong> to REG_EXPAND_SZ</li>
<li>Enter a numeric value from 0 to 7 (1 or 2 would be most common)</li>
<li>Repeat for each share you want to manage</li>
</ol>
<p><a href="http://blog.stealthpuppy.com/wp-content/uploads/2010/08/GPPrefReg.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="GPPrefReg" src="http://blog.stealthpuppy.com/wp-content/uploads/2010/08/GPPrefReg_thumb.png" border="0" alt="GPPrefReg" width="404" height="448" /></a></p>
<p>Continuing the App-V User Data Directory as my example, I&#8217;ve hosted this on a network share and I want to ensure that the laptop copy always wins any conflict resolution. Therefore I&#8217;m using a value of 1 to ensure that in the event of changes on both the laptop and another machine, the changes on the laptop will be written back to the network.</p>
<h3>Conclusion</h3>
<p>This feature should be extremely useful for scenarios, including the App-V User Data Directory example I’ve used here; however it’s disappointing to find so little documentation given that it’s been available since Windows Vista. It would be great to see this feature expanded upon in later releases  including Group Policy support (rather than GP Preferences) as well as the ability to implement rules that can control conflict handling for file types.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/configuring-an-automatic-resolution-policy-for-offline-files-in-windows-7/">Configuring an Automatic Resolution Policy for Offline Files in Windows 7</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/configuring-an-automatic-resolution-policy-for-offline-files-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Disable the EU Browser Choice screen</title>
		<link>http://blog.stealthpuppy.com/windows/disable-the-browser-choice-screen/</link>
		<comments>http://blog.stealthpuppy.com/windows/disable-the-browser-choice-screen/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 00:04:39 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Internet-Explorer]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=1420</guid>
		<description><![CDATA[You&#8217;re probably aware of the Browser Choice screen coming to Windows users in the EU, the update that forced on users because of a company that can&#8217;t do something a bunch of volunteers have done quite admirably. This update will actually unpin &#8230; <a href="http://blog.stealthpuppy.com/windows/disable-the-browser-choice-screen/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/disable-the-browser-choice-screen/">Disable the EU Browser Choice screen</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>You&#8217;re probably aware of the <a href="http://support.microsoft.com/kb/976002">Browser Choice screen</a> coming to Windows users in the EU, the update that forced on users because of a company that can&#8217;t do something <a href="http://www.mozilla.com">a bunch of volunteers</a> have done quite admirably. <a href="http://windows.microsoft.com/en-GB/windows/what-is-the-browser-choice-update">This update will actually unpin Internet Explorer</a> from the taskbar even if you&#8217;ve already made IE your default browser.</p>
<p>With <a href="http://www.ghacks.net/2010/02/22/windows-browser-choice-screen-will-cause-confusion-in-europe/">some suggestions</a> <a href="http://www.thetechherald.com/article.php/201008/5282/Choice-of-browsers-could-be-double-edged-sword">about the confusion</a> this screen will cause, disabling the update might be the best way to prevent the support calls this is sure to generate.</p>
<p>For administrators who are controlling update delivery with WSUS, you should be able to prevent deployment by not approving it; however you can also control display of the browser choice window with the following registry value:</p>
<ul>
<li>Key: <code>HKLM\Software\BrowserChoice</code></li>
<li>Value: <code>Enable</code> (REG_DWORD)</li>
<li>Enabled: 1, Disabled 0</li>
</ul>
<p>To deploy during a Windows build, use the following command (or instead deploy with your favourite tool, e.g. Group Policy Preferences):</p>
<pre class="brush: plain; title: ; notranslate">REG ADD HKLM\Software\BrowserChoice /v Enable /t REG_DWORD /d 0 /f</pre>
<p>More information in this knowledgebase article: <a href="http://support.microsoft.com/kb/2019411">Information about the Browser Choice update for system administrators who are in managed environments that are under a Volume Licensing program</a>.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/disable-the-browser-choice-screen/">Disable the EU Browser Choice screen</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/disable-the-browser-choice-screen/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 SP2: What&#8217;s in it for Terminal Servers?</title>
		<link>http://blog.stealthpuppy.com/windows/windows-server-2008-sp2-whats-in-it-for-terminal-servers/</link>
		<comments>http://blog.stealthpuppy.com/windows/windows-server-2008-sp2-whats-in-it-for-terminal-servers/#comments</comments>
		<pubDate>Fri, 29 May 2009 22:49:43 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Terminal Server]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=1152</guid>
		<description><![CDATA[As you&#8217;re most likely aware, Microsoft has recently made available Windows Vista and Windows Server 2008 Service Pack 2. If you would like to know the details of every single fix and feature in the service pack, download this spreadsheet: Hotfix and &#8230; <a href="http://blog.stealthpuppy.com/windows/windows-server-2008-sp2-whats-in-it-for-terminal-servers/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/windows-server-2008-sp2-whats-in-it-for-terminal-servers/">Windows Server 2008 SP2: What&#8217;s in it for Terminal Servers?</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>As you&#8217;re most likely aware, Microsoft has recently made available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=a4dd31d5-f907-4406-9012-a5c3199ea2b3&amp;DisplayLang=en">Windows Vista and Windows Server 2008 Service Pack 2</a>. If you would like to know the details of every single fix and feature in the service pack, download this spreadsheet: <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=d8b2cf4b-a2df-4664-8dd8-e840001e33f3">Hotfix and Security Update List: Windows Server 2008 SP2 and Windows Vista SP2</a>.</p>
<p>What&#8217;s always interesting to me is what is in the latest service packs that will directly benefit Terminal Servers. The table below lists all of the hotfixes in SP2 that directly relate to Terminal Services, and it&#8217;s quite the list. So it&#8217;s time to get testing and deploying:</p>

<table id="wp-table-reloaded-id-6-no-1" class="wp-table-reloaded wp-table-reloaded-id-6">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">KB</th><th class="column-2">Title</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1"><a href="http://support.microsoft.com/kb/951149"   >951149</a></td><td class="column-2">Stop error on a   Windows Server 2008-based terminal server when the server is running under a   heavy load: &quot;0x0000000A&quot;</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1"><a href="http://support.microsoft.com/kb/957081"   >957081</a></td><td class="column-2">The query fails   when you enter the terminal server farm name in the TS Web Access   Administration window to query remote   program information in Windows Server 2008</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1"><a href="http://support.microsoft.com/kb/946068"   >946068</a></td><td class="column-2">Stop error message   on a terminal server that is running Windows Server 2003 Service Pack 1 or   Windows Server 2003 Service Pack 2: &quot;Stop 0x000000AB   (SESSION_HAS_VALID_POOL_ON_EXIT)&quot;</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1"><a href="http://support.microsoft.com/kb/950054"   >950054</a></td><td class="column-2">When you browse a   Web page by using Internet Explorer 7 on a terminal server, the colors that   are displayed in the MDI child forms of the Web page may be incorrect</td>
	</tr>
	<tr class="row-6 even">
		<td class="column-1"><a href="http://support.microsoft.com/kb/950086"   >950086</a></td><td class="column-2">A memory leak may   occur in the nonpaged pool memory on the Windows Server 2008-based terminal   server when you log on to and log off from a Windows Server 2008-based   terminal server through an RDP connection</td>
	</tr>
	<tr class="row-7 odd">
		<td class="column-1"><a href="http://support.microsoft.com/kb/951749"   >951749</a></td><td class="column-2">Stop error message   on a terminal server that is running Windows Server 2003 SP1 or Windows   Server 2003 SP2: &quot;Stop 0x000000AB (SESSION_HAS_VALID_POOL_ON_EXIT)&quot;</td>
	</tr>
	<tr class="row-8 even">
		<td class="column-1"><a href="http://support.microsoft.com/kb/951954"   >951954</a></td><td class="column-2">Error message when   you run an application on a terminal server that is running Windows Server   2008 or Windows Vista with Service Pack 1: &quot;Stop 0x0000008E&quot;</td>
	</tr>
	<tr class="row-9 odd">
		<td class="column-1"><a href="http://support.microsoft.com/kb/957877"   >957877</a></td><td class="column-2">Stop error on a   Windows Server 2003-based terminal server that has hotfix 951749 installed:   &quot;0x0000008E&quot;</td>
	</tr>
	<tr class="row-10 even">
		<td class="column-1"><a href="http://support.microsoft.com/kb/966325"   >966325</a></td><td class="column-2">Some terminal   sessions stop responding and users cannot complete the logon process when a   Windows Server 2008 terminal server is under heavy stress</td>
	</tr>
	<tr class="row-11 odd">
		<td class="column-1"><a href="http://support.microsoft.com/kb/958656"   >958656</a></td><td class="column-2">Client-side   rendering in Windows Server 2008 and in Windows Vista may decrease   performance on Windows Server 2008-based terminal servers</td>
	</tr>
	<tr class="row-12 even">
		<td class="column-1"><a href="http://support.microsoft.com/kb/952234"   >952234</a></td><td class="column-2">When you establish   a Terminal Services session that requires smart card authentication to log on   to a Windows Server 2008-based terminal server, the Terminal Services session   stops responding</td>
	</tr>
	<tr class="row-13 odd">
		<td class="column-1"><a href="http://support.microsoft.com/kb/954910"   >954910</a></td><td class="column-2">Error message when   you use smart card authentication to log on to a Windows Server 2008-based   terminal server from a client computer that is running Windows Vista or   Windows Server 2008: &quot;0xC000040C&quot;</td>
	</tr>
	<tr class="row-14 even">
		<td class="column-1"><a href="http://support.microsoft.com/kb/949914"   >949914</a></td><td class="column-2">Citrix ICA clients   may crash when they are connecting to a Windows Server 2008-based terminal   server that has Citrix Presentation Server installed</td>
	</tr>
	<tr class="row-15 odd">
		<td class="column-1"><a href="http://support.microsoft.com/kb/950118"   >950118</a></td><td class="column-2">You cannot reuse a   virtual channel handle after you disconnect and then reconnect a Terminal   Services session that is established on a Windows Server 2008-based terminal   server</td>
	</tr>
	<tr class="row-16 even">
		<td class="column-1"><a href="http://support.microsoft.com/kb/951422"   >951422</a></td><td class="column-2">The   WTSQuerySessionInformation function on a Windows Server 2008-based terminal   server returns ambiguous IPv6 address data</td>
	</tr>
	<tr class="row-17 odd">
		<td class="column-1"><a href="http://support.microsoft.com/kb/951674"   >951674</a></td><td class="column-2">Terminal Services   session limit values in Windows Server 2008 are interpreted incorrectly by   Windows Server 2003 terminal servers</td>
	</tr>
	<tr class="row-18 even">
		<td class="column-1"><a href="http://support.microsoft.com/kb/955365"   >955365</a></td><td class="column-2">The Windows Server   2008 Terminal Services Session Broker service incorrectly balances the load   among terminal servers after it runs for a while</td>
	</tr>
	<tr class="row-19 odd">
		<td class="column-1"><a href="http://support.microsoft.com/kb/956438"   >956438</a></td><td class="column-2">A Windows Server   2003-based or Windows Server 2008-based terminal server stops accepting new   connections, and existing connections stop responding</td>
	</tr>
	<tr class="row-20 even">
		<td class="column-1"><a href="http://support.microsoft.com/kb/957068"   >957068</a></td><td class="column-2">Event 1004 is   logged even though a user successfully logs on to a Windows Server 2008-based   terminal licensing server that has &quot;Per User&quot; terminal licenses   installed: &quot;The terminal server cannot issue a client license&quot;</td>
	</tr>
	<tr class="row-21 odd">
		<td class="column-1"><a href="http://support.microsoft.com/kb/958106"   >958106</a></td><td class="column-2">Some components of   an application may not be displayed correctly in a Terminal Services session   if you connect to a terminal server by using RDC 6.1 from a client computer   that is running Windows XP SP3, Windows Vista SP1, or Windows Server 2008</td>
	</tr>
	<tr class="row-22 even">
		<td class="column-1"><a href="http://support.microsoft.com/kb/958612"   >958612</a></td><td class="column-2">Citrix ICA clients   are not disconnected from a Windows Server 2008 terminal server as expected   when the grace period has expired and a terminal license server is not   configured</td>
	</tr>
	<tr class="row-23 odd">
		<td class="column-1"><a href="http://support.microsoft.com/kb/958944"   >958944</a></td><td class="column-2">A Windows Server   2008-based server that is running the Terminal Server role reports a Stop   error when you control a session remotely from inside a session that is   already being controlled remotely: &quot;0x00000050&quot;</td>
	</tr>
	<tr class="row-24 even">
		<td class="column-1"><a href="http://support.microsoft.com/kb/960470"   >960470</a></td><td class="column-2">The pointer   position behaves incorrectly when you use RDC to connect to a terminal server   from a Windows Vista-based or Windows Server 2008-based client computer, and   you run an application that calls the &quot;SetCursorPos&quot; function</td>
	</tr>
	<tr class="row-25 odd">
		<td class="column-1"><a href="http://support.microsoft.com/kb/960742"   >960742</a></td><td class="column-2">Clients cannot log   on to a Windows Server 2008-based terminal server through RDP connections if   the terminal server is set to listen on only one of the network adapters</td>
	</tr>
	<tr class="row-26 even">
		<td class="column-1"><a href="http://support.microsoft.com/kb/967609"   >967609</a></td><td class="column-2">The application   compatibility scripts do not run on a terminal server that is running Windows   Server 2008 when a user creates a terminal session for the first time</td>
	</tr>
</tbody>
</table>

<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/windows-server-2008-sp2-whats-in-it-for-terminal-servers/">Windows Server 2008 SP2: What&#8217;s in it for Terminal Servers?</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/windows-server-2008-sp2-whats-in-it-for-terminal-servers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Windows box has insomnia</title>
		<link>http://blog.stealthpuppy.com/windows/my-windows-box-has-insomnia/</link>
		<comments>http://blog.stealthpuppy.com/windows/my-windows-box-has-insomnia/#comments</comments>
		<pubDate>Tue, 12 May 2009 23:19:26 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Power Management]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=1097</guid>
		<description><![CDATA[When Windows just won&#8217;t stay in sleep mode there&#8217;s a simple fix. First you need to identify which component keeps bringing Windows out of sleep mode. To do that, open the System event log and find any events from source &#8230; <a href="http://blog.stealthpuppy.com/windows/my-windows-box-has-insomnia/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/my-windows-box-has-insomnia/">My Windows box has insomnia</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>When Windows just won&#8217;t stay in sleep mode there&#8217;s a simple fix. First you need to identify which component keeps bringing Windows out of sleep mode.</p>
<p>To do that, <a href="http://support.microsoft.com/kb/308427">open the System event log</a> and find any events from source &#8216;Power-Troubleshooter&#8217; that indicate that the system has returned from sleep mode &#8211; similar to this:</p>
<p><img class="alignnone size-full wp-image-1098" title="power-troubleshooter1" src="http://blog.stealthpuppy.com/wp-content/uploads/2009/05/power-troubleshooter1.png" alt="power-troubleshooter1" width="590" height="409" /></p>
<p>In my case, the network adapter was the problem. I think my router is sending some weird packets around the network. I can&#8217;t fix the source of the problem (it&#8217;s a pretty basic router), but I can configure the network adapter to prevent it from waking the computer.</p>
<p>Open the properties of the adapter in Device Manager and either untick &#8216;Allow the device to wake the computer&#8217; or tick &#8216;Only allow a magic packet to wake the computer&#8217; and the computer will stay in sleep mode.</p>
<p><img class="alignnone size-full wp-image-1099" title="networkadapterproperties" src="http://blog.stealthpuppy.com/wp-content/uploads/2009/05/networkadapterproperties.png" alt="networkadapterproperties" width="414" height="335" /></p>
<p>Related links:</p>
<ul>
<li><a href="http://support.microsoft.com/kb/927821">A computer that is running Windows Vista appears to sleep and then immediately wake</a></li>
<li><a href="http://blogs.msdn.com/oldnewthing/archive/2008/02/13/7658352.aspx">Controlling which devices will wake the computer out of sleep</a></li>
</ul>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/my-windows-box-has-insomnia/">My Windows box has insomnia</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/my-windows-box-has-insomnia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Start Menu in Windows 7 7057</title>
		<link>http://blog.stealthpuppy.com/windows/start-menu-in-windows-7-7057/</link>
		<comments>http://blog.stealthpuppy.com/windows/start-menu-in-windows-7-7057/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 08:30:35 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=1013</guid>
		<description><![CDATA[In addition to the new Start Menu customisation options available in build 7048, build 7057 introduces a very subtle change when using the Windows 7 Basic theme. The links on the right-hand side of the Start Menu gain a faux &#8230; <a href="http://blog.stealthpuppy.com/windows/start-menu-in-windows-7-7057/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/start-menu-in-windows-7-7057/">Start Menu in Windows 7 7057</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>In addition to the <a href="http://blog.stealthpuppy.com/windows/start-menu-in-windows-7-7048">new Start Menu customisation options available in build 7048</a>, build 7057 introduces a very subtle change when using the Windows 7 Basic theme. The links on the right-hand side of the Start Menu gain a faux glass look, which gives the Start Menu a little more consistency across the Basic and Aero themes.</p>
<p>Here&#8217;s a side-by-side comparison:</p>
<table border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td valign="top"><img class="alignleft size-full wp-image-1015" title="7048 Start Menu" src="http://blog.stealthpuppy.com/wp-content/uploads/2009/03/7048-startmenu1.png" alt="7048 Start Menu" width="152" height="554" /></td>
<td valign="top"><img class="alignleft size-full wp-image-1016" title="7057 Start Menu" src="http://blog.stealthpuppy.com/wp-content/uploads/2009/03/7057-startmenu.png" alt="7057 Start Menu" width="412" height="520" /></td>
</tr>
</tbody>
</table>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/start-menu-in-windows-7-7057/">Start Menu in Windows 7 7057</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/start-menu-in-windows-7-7057/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Remote Desktop Connection in Windows 7 7048</title>
		<link>http://blog.stealthpuppy.com/windows/remote-desktop-connection-in-windows-7-7048/</link>
		<comments>http://blog.stealthpuppy.com/windows/remote-desktop-connection-in-windows-7-7048/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 22:33:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Remote Desktop Connection]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/windows/remote-desktop-connection-in-windows-7-7048</guid>
		<description><![CDATA[The Remote Desktop Connection client gets a facelift in build 7048 as well as Jump List integration, which is has been making life much simpler indeed: Based on a comment by a &#8216;softie, I believe that the new icon is about branding the Remote &#8230; <a href="http://blog.stealthpuppy.com/windows/remote-desktop-connection-in-windows-7-7048/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/remote-desktop-connection-in-windows-7-7048/">Remote Desktop Connection in Windows 7 7048</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>The Remote Desktop Connection client gets a facelift in build 7048 as well as Jump List integration, which is has been making life much simpler indeed:</p>
<p><img class="alignnone size-full wp-image-1007" title="rdcjumplist" src="http://blog.stealthpuppy.com/wp-content/uploads/2009/03/rdcjumplist.png" alt="rdcjumplist" width="370" height="538" /></p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="RDP1" src="http://blog.stealthpuppy.com/wp-content/uploads/2009/03/rdp1.png" border="0" alt="RDP1" width="453" height="291" /></p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="RDP2" src="http://blog.stealthpuppy.com/wp-content/uploads/2009/03/rdp2.png" border="0" alt="RDP2" width="453" height="512" /></p>
<p>Based on a comment by a &#8216;softie, I believe that the new icon is about branding the Remote Desktop Services in Windows Server 2008 R2:</p>
<p><img class="alignnone size-full wp-image-999" title="Remote Desktop icon" src="http://blog.stealthpuppy.com/wp-content/uploads/2009/03/remotedesktop.png" alt="Remote Desktop icon" width="256" height="256" /></p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/remote-desktop-connection-in-windows-7-7048/">Remote Desktop Connection in Windows 7 7048</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/remote-desktop-connection-in-windows-7-7048/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Command Prompt in Windows 7 7048</title>
		<link>http://blog.stealthpuppy.com/windows/command-prompt-in-windows-7-7048/</link>
		<comments>http://blog.stealthpuppy.com/windows/command-prompt-in-windows-7-7048/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 22:16:23 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Command Prompt]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/windows/command-prompt-in-windows-7-7048</guid>
		<description><![CDATA[I like the Command Prompt, it’s a little like those old worn out pair of shoes that you just don’t want to get rid of. I’m also a fan of the Consolas font, so when I can mix it with &#8230; <a href="http://blog.stealthpuppy.com/windows/command-prompt-in-windows-7-7048/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/command-prompt-in-windows-7-7048/">Command Prompt in Windows 7 7048</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>I like the Command Prompt, it’s a little like those old worn out pair of shoes that you just don’t want to get rid of. I’m also a fan of the <a href="http://www.microsoft.com/DOWNLOADS/details.aspx?familyid=22E69AE4-7E40-4807-8A86-B3D36FAB68D3&amp;displaylang=en">Consolas</a> font, so when I can mix it with Command Prompt, those old shoes get a new lease on life.</p>
<p>Check out Command Prompt sporting the Consolas font:</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="CommandPromptProperties" src="http://blog.stealthpuppy.com/wp-content/uploads/2009/03/commandpromptproperties.png" border="0" alt="CommandPromptProperties" width="418" height="506" /> </p>
<p><img class="size-full wp-image-992 alignnone" title="commandprompt1" src="http://blog.stealthpuppy.com/wp-content/uploads/2009/03/commandprompt1.png" alt="commandprompt1" width="581" height="507" /></p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/command-prompt-in-windows-7-7048/">Command Prompt in Windows 7 7048</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/command-prompt-in-windows-7-7048/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Start Menu in Windows 7 7048</title>
		<link>http://blog.stealthpuppy.com/windows/start-menu-in-windows-7-7048/</link>
		<comments>http://blog.stealthpuppy.com/windows/start-menu-in-windows-7-7048/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 22:01:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/windows/start-menu-in-windows-7-7048</guid>
		<description><![CDATA[For those looking to fit just about every link possible on their Start Menu, Windows 7 build 7048 and above are aiming to please. In addition to the options seen in earlier builds, 7048 adds Downloads, Homegroup and the ability &#8230; <a href="http://blog.stealthpuppy.com/windows/start-menu-in-windows-7-7048/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/start-menu-in-windows-7-7048/">Start Menu in Windows 7 7048</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>For those looking to fit just about every link possible on their Start Menu, Windows 7 build 7048 and above are aiming to please. In addition to the options seen in earlier builds, 7048 adds Downloads, Homegroup and the ability to edit the number of recent items in Jump Lists:</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="CustomizeStartMenu" border="0" alt="CustomizeStartMenu" src="http://blog.stealthpuppy.com/wp-content/uploads/2009/03/customizestartmenu.png" width="424" height="1153" /></p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/start-menu-in-windows-7-7048/">Start Menu in Windows 7 7048</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/start-menu-in-windows-7-7048/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What&#8217;s removable in Windows 7 7048</title>
		<link>http://blog.stealthpuppy.com/windows/whats-removable-in-windows-7-7048/</link>
		<comments>http://blog.stealthpuppy.com/windows/whats-removable-in-windows-7-7048/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 00:04:19 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=975</guid>
		<description><![CDATA[A little more than just Internet Explorer 8 is removable in Windows 7 build 7048. This build allow you to remove Internet Explorer 8, Windows DVD Maker, Windows Media Center, Windows Media Player (no more N editions, I presume) and &#8230; <a href="http://blog.stealthpuppy.com/windows/whats-removable-in-windows-7-7048/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/whats-removable-in-windows-7-7048/">What&#8217;s removable in Windows 7 7048</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>A little more than just Internet Explorer 8 is removable in Windows 7 build 7048. This build allow you to remove Internet Explorer 8, Windows DVD Maker, Windows Media Center, Windows Media Player (no more N editions, I presume) and even Windows Search:</p>
<p><img class="alignnone size-full wp-image-976" title="windowsfeatures" src="http://blog.stealthpuppy.com/wp-content/uploads/2009/03/windowsfeatures.png" alt="windowsfeatures" width="523" height="711" /></p>
<p>Given that Windows 7 Enterprise edition will be a superset of Home and Professional, being able to remove these components will be especially welcome for organisations deploying Enterprise edition .</p>
<p>AeroXperience has more on <a href="http://www.aeroxp.org/2009/03/ie8-functionally-removable/">removing Internet Explorer 8</a> which apparently only removes the IEXPLORE executable; however completely removing Internet Explorer would break compatibility with many applications, so I think calls for being able to remove all traces of IE are just un-realistic.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/whats-removable-in-windows-7-7048/">What&#8217;s removable in Windows 7 7048</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/whats-removable-in-windows-7-7048/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Chrome on Windows 7 x64</title>
		<link>http://blog.stealthpuppy.com/windows/google-chrome-on-windows-7-x64/</link>
		<comments>http://blog.stealthpuppy.com/windows/google-chrome-on-windows-7-x64/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 18:34:24 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Google Chrome]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/windows/google-chrome-on-windows-7-x64</guid>
		<description><![CDATA[The latest beta of Chrome (2.0.169.1) now works unmodified on Windows 7 x64 I&#8217;ve had some issues with Google Chrome (1.0.154.48) running on Windows 7 x64, but thanks to these two links, it&#8217;s now working great. To get Chome working &#8230; <a href="http://blog.stealthpuppy.com/windows/google-chrome-on-windows-7-x64/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/google-chrome-on-windows-7-x64/">Google Chrome on Windows 7 x64</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p class="note">The latest<a href="http://www.google.com/landing/chrome/beta/"> beta of Chrome</a> (2.0.169.1) now works unmodified on Windows 7 x64</p>
<p>I&#8217;ve had some issues with Google Chrome (1.0.154.48) running on Windows 7 x64, but <a href="http://www.google.com/support/forum/p/Chrome/thread?tid=5111f112bcd233e1&amp;hl=en">thanks to these</a> <a href="http://code.google.com/p/chromium/issues/detail?id=4788">two links</a>, it&#8217;s now working great.</p>
<p>To get Chome working you&#8217;ll need to add switches to your Chrome shortcut. Most people look to be getting good results by adding the &#8216;&#8211;in-process-plugins&#8217; switch but my experience has been mixed. I&#8217;ve found that adding &#8216;&#8211;no-sandbox&#8217; as well as worked. So your shortcut should look something like this:</p>
<pre class="brush: plain; title: ; notranslate">C:\Users\Aaron\AppData\Local\Google\Chrome\Application\chrome.exe --no-sandbox --in-process-plugins</pre>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Google Chrome Properties" src="http://blog.stealthpuppy.com/wp-content/uploads/2009/02/googlechromeproperties.png" border="0" alt="Google Chrome Properties" width="409" height="480" /></p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/google-chrome-on-windows-7-x64/">Google Chrome on Windows 7 x64</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/google-chrome-on-windows-7-x64/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>&#8220;Fixing&#8221; Windows Briefcase</title>
		<link>http://blog.stealthpuppy.com/windows/fixing-windows-briefcase/</link>
		<comments>http://blog.stealthpuppy.com/windows/fixing-windows-briefcase/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 12:36:11 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=858</guid>
		<description><![CDATA[For the 10 people who use Windows Briefcase, this one is not for you. If you’re like me and can’t stand the rough edges in Windows that have yet to be cleaned up, the Windows Briefcase icon is a bit &#8230; <a href="http://blog.stealthpuppy.com/windows/fixing-windows-briefcase/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/fixing-windows-briefcase/">&#8220;Fixing&#8221; Windows Briefcase</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>For the 10 people who <a href="http://support.microsoft.com/kb/307885">use</a> <a href="http://en.wikipedia.org/wiki/Briefcase_%28Microsoft_Windows%29">Windows Briefcase</a>, this one is not for you. If you’re like me and can’t stand the rough edges in Windows that have yet to be cleaned up, the Windows Briefcase icon is a bit of an eye sore because it still uses a Windows XP style icon:</p>
<p><a href="http://blog.stealthpuppy.com/wp-content/uploads/2009/01/oldmenu.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="OldMenu" src="http://blog.stealthpuppy.com/wp-content/uploads/2009/01/oldmenu-thumb.png" border="0" alt="OldMenu" width="224" height="212" /></a>  <a href="http://blog.stealthpuppy.com/wp-content/uploads/2009/01/oldbriefcase.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="OldBriefcase" src="http://blog.stealthpuppy.com/wp-content/uploads/2009/01/oldbriefcase-thumb.png" border="0" alt="OldBriefcase" width="111" height="111" /></a></p>
<p>In most cases I will just remove this menu item completely. To do that, the quick and dirty method is just to delete <code>HKEY_CLASSES_ROOT\Briefcase</code> from the registry. However, if you are one of those 10 people here’s how to make it pretty.</p>
<p>First up, I have a Windows Vista style icon for the Briefcase. I can’t remember where I originally got it from but you can download it <a href="http://cid-74b5baa3414de283.skydrive.live.com/self.aspx/Public/Icons/Briefcase%20Icon.zip">here</a>:</p>
<p><iframe scrolling="no" marginheight="0" marginwidth="0" frameborder="0" style="width:240px;height:66px;margin:3px;padding:0;border:1px solid #dde5e9;background-color:#ffffff;" src="http://cid-74b5baa3414de283.skydrive.live.com/embedrowdetail.aspx/Public/Icons/Briefcase%20Icon.zip"></iframe></p>
<p>Extract this icon to a local folder &#8211; I usually place custom icons in <em>C:\Windows\Media</em>. Then change the following three registry values to &#8220;%SystemRoot%\Media\Briefcase.ico&#8221; (without the quotes):</p>

<table id="wp-table-reloaded-id-11-no-1" class="wp-table-reloaded wp-table-reloaded-id-11">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">Key</th><th class="column-2">Value</th><th class="column-3">Type</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">HKEY_CLASSES_ROOT\Briefcase\DefaultIcon</td><td class="column-2">(Default)</td><td class="column-3">REG_EXPAND_SZ</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">HKEY_CLASSES_ROOT\Briefcase\ShellNew</td><td class="column-2">IconPath</td><td class="column-3">REG_EXPAND_SZ</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">HKEY_CLASSES_ROOTCLSID\{85BBD920-42A0-1069-A2E4-08002B30309D}\DefaultIcon</td><td class="column-2">(Default)</td><td class="column-3">REG_EXPAND_SZ</td>
	</tr>
</tbody>
</table>

<p>Once you have updated the registry (you may have to logoff and back on to see the changes), Briefcase will look much smarter:</p>
<p><a href="http://blog.stealthpuppy.com/wp-content/uploads/2009/01/newmenu.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="NewMenu" src="http://blog.stealthpuppy.com/wp-content/uploads/2009/01/newmenu-thumb.png" border="0" alt="NewMenu" width="224" height="212" /></a>  <a href="http://blog.stealthpuppy.com/wp-content/uploads/2009/01/newbriefcase.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="NewBriefcase" src="http://blog.stealthpuppy.com/wp-content/uploads/2009/01/newbriefcase-thumb.png" border="0" alt="NewBriefcase" width="111" height="111" /></a></p>
<p>If you want to script this change, here are the command lines to do it:</p>
<pre class="brush: plain; title: ; notranslate">REG ADD HKCR\Briefcase\DefaultIcon /ve /d ^%SystemRoot^%\Media\Briefcase.ico /t REG_EXPAND_SZ /f
REG ADD HKCR\Briefcase\ShellNew /v IconPath /d ^%SystemRoot^%\Media\Briefcase.ico /t REG_EXPAND_SZ /f
REG ADD HKCR\CLSID\{85BBD920-42A0-1069-A2E4-08002B30309D}\DefaultIcon /ve /d ^%SystemRoot^%\Media\Briefcase.ico /t REG_EXPAND_SZ /f</pre>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/fixing-windows-briefcase/">&#8220;Fixing&#8221; Windows Briefcase</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/fixing-windows-briefcase/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Eliminate the Windows Start Navigation sound</title>
		<link>http://blog.stealthpuppy.com/windows/eliminate-the-windows-start-navigation-sound/</link>
		<comments>http://blog.stealthpuppy.com/windows/eliminate-the-windows-start-navigation-sound/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 15:34:55 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=847</guid>
		<description><![CDATA[What’s the most annoying sound in Windows? For me it’s got to be the Start Navigation sound – that click that Windows plays whenever you navigate your way around Windows Explorer or Internet Explorer. Usually you can prevent Windows from &#8230; <a href="http://blog.stealthpuppy.com/windows/eliminate-the-windows-start-navigation-sound/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/eliminate-the-windows-start-navigation-sound/">Eliminate the Windows Start Navigation sound</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>What’s the most annoying sound in Windows? For me it’s got to be the Start Navigation sound – that click that Windows plays whenever you navigate your way around Windows Explorer or Internet Explorer. </p>
<p>Usually you can prevent Windows from playing this sound by setting the Start Navigation event to None; however in Windows 7 it comes back whenever you change themes.</p>
<p><img title="StartNavigation" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="444" alt="StartNavigation" src="http://blog.stealthpuppy.com/wp-content/uploads/2009/01/startnavigation.png" width="357" border="0" />&#160;</p>
<p>If you want to remove the sound completely, you’ll need to delete the wav file. To do that, run the following commands from an elevated command prompt:</p>
<p>
<pre class="brush: plain; title: ; notranslate">TAKEOWN /f &quot;%SystemRoot%\Media\Windows Navigation Start.wav&quot; /a
CACLS &quot;%SystemRoot%\Media\Windows Navigation Start.wav&quot; /E /G Administrators:F
DEL /Q &quot;%SystemRoot%\Media\Windows Navigation Start.wav&quot;</pre>
</p>
<p>These commands will work on Windows Vista and Windows 7.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/eliminate-the-windows-start-navigation-sound/">Eliminate the Windows Start Navigation sound</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/eliminate-the-windows-start-navigation-sound/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Hiding the vmware_user account in Windows 7</title>
		<link>http://blog.stealthpuppy.com/windows/hiding-the-vmware_user-account-in-windows-7/</link>
		<comments>http://blog.stealthpuppy.com/windows/hiding-the-vmware_user-account-in-windows-7/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 19:05:11 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/windows/hiding-the-vmware_user-account-in-windows-7</guid>
		<description><![CDATA[Installing VMware Server or Workstation on Windows 7 will leave the __vmware_user__ account showing on the logon screen, which does not happen in earlier versions of Windows. If you want to hide this account, it’s a simple registry value addition: &#8230; <a href="http://blog.stealthpuppy.com/windows/hiding-the-vmware_user-account-in-windows-7/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/hiding-the-vmware_user-account-in-windows-7/">Hiding the vmware_user account in Windows 7</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>Installing VMware Server or Workstation on Windows 7 will leave the __vmware_user__ account showing on the logon screen, which does not happen in earlier versions of Windows.</p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="Windows7LogonScreen" src="http://blog.stealthpuppy.com/wp-content/uploads/2009/01/windows7logonscreen.png" border="0" alt="Windows7LogonScreen" width="550" height="413" /></p>
<p>If you want to hide this account, it’s a simple registry value addition:</p>
<ol>
<li>Open Registry Editor and navigate to <em>HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon</em></li>
<li>If it does not already exist, create a key named <em>SpecialAccounts</em></li>
<li>Below the SpecialAccounts key create another key named <em>UserList</em></li>
<li>Create a new DWORD value (DWORD32 on x64) inside UserList named <em>__vmware_user__</em> (the name of the account we want to hide) and ensure the value is 0</li>
<li>Close Registry Editor and you are done – no need to reboot or logoff</li>
</ol>
<p>To add this value a little quicker, paste the following command into an elevated command prompt and it will add the value for you</p>
<pre class="brush: plain; title: ; notranslate">REG ADD &quot;HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList&quot; /v __vmware_user__ /d 0 /t REG_DWORD /f</pre>
<p>This link has some detail on <a href="http://communities.vmware.com/message/181240">what the __vmware_user__ account is used for</a>.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/hiding-the-vmware_user-account-in-windows-7/">Hiding the vmware_user account in Windows 7</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/hiding-the-vmware_user-account-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Troubleshooting an Extraneous UAC Prompt</title>
		<link>http://blog.stealthpuppy.com/windows/troubleshooting-an-extraneous-uac-prompt/</link>
		<comments>http://blog.stealthpuppy.com/windows/troubleshooting-an-extraneous-uac-prompt/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 11:00:06 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[UAC]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=751</guid>
		<description><![CDATA[Even though I log onto my domain machine with a standard user account, I’ve been prompted by UAC to elevate when running Registry Editor. After putting up with it for a couple of months, I finally got around to doing &#8230; <a href="http://blog.stealthpuppy.com/windows/troubleshooting-an-extraneous-uac-prompt/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/troubleshooting-an-extraneous-uac-prompt/">Troubleshooting an Extraneous UAC Prompt</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>Even though I log onto my domain machine with a standard user account, I’ve been prompted by UAC to elevate when running Registry Editor. After putting up with it for a couple of months, I finally got around to doing something to fix it today.</p>
<p>To see what was going on I used Process Explorer to see the differences in privileges between a standard process and an elevated Registry Editor. Here’s Notepad running with my standard token:</p>
<p><img style="display: inline" title="Notepad" src="http://blog.stealthpuppy.com/wp-content/uploads/2008/10/notepad.png" border="0" alt="Notepad" width="447" height="373" /></p>
<p>And here’s REGEDIT running with the elevated token. As you can see, the difference is the <em>SeLoadDriverPrivilege</em> privilege:</p>
<p><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="Regedit" src="http://blog.stealthpuppy.com/wp-content/uploads/2008/10/regedit.png" border="0" alt="Regedit" width="447" height="373" /></p>
<p>I use <a href="http://www.truecrypt.org/">TrueCrypt</a> to protect data on one of my USB thumb drives. TrueCrypt, of course, loads a driver when you mount an encrypted disk, and some time back I had been attempting to avoid the UAC prompt involved with mounting the encrypted disk. Sure enough when I took a look in the Local Security Policy editor (SECPOL.MSC), I had given the Users group the ability to Load and unload device drivers:</p>
<p><img style="display: inline" title="LoadDriverPrivilege" src="http://blog.stealthpuppy.com/wp-content/uploads/2008/10/loaddriverprivilege.png" border="0" alt="LoadDriverPrivilege" width="431" height="248" /></p>
<p>Removing the right for the Users group, didn’t help me with TrueCrypt, but at least now I can open REGEDIT (which I use far more often) without a UAC prompt.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/troubleshooting-an-extraneous-uac-prompt/">Troubleshooting an Extraneous UAC Prompt</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/troubleshooting-an-extraneous-uac-prompt/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows Vista Application Compatibility Downloadable List</title>
		<link>http://blog.stealthpuppy.com/windows/windows-vista-application-compatibility-downloadable-list/</link>
		<comments>http://blog.stealthpuppy.com/windows/windows-vista-application-compatibility-downloadable-list/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 11:28:29 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Compatibility]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=742</guid>
		<description><![CDATA[Here&#8217;s a download that&#8217;s quite timely as I&#8217;m looking at application compatibility as a component of my Windows Vista deployment project: Windows Vista Application Compatibility Downloadable List for IT Professionals The Application Compatibility List for IT Professionals is a Microsoft Office &#8230; <a href="http://blog.stealthpuppy.com/windows/windows-vista-application-compatibility-downloadable-list/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/windows-vista-application-compatibility-downloadable-list/">Windows Vista Application Compatibility Downloadable List</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a download that&#8217;s quite timely as I&#8217;m looking at application compatibility as a component of my Windows Vista deployment project: <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9df23606-7276-4ce2-8993-143e101ddbcd&amp;DisplayLang=en">Windows Vista Application Compatibility Downloadable List for IT Professionals</a></p>
<blockquote><p>The Application Compatibility List for IT Professionals is a Microsoft Office Excel-based spreadsheet containing software applications which have earned the status of “Certified for Windows Vista” or “Works with Windows Vista.” </p>
<p>Additionally, this list contains applications with a status of “Compatible.” &#8220;Compatible” means that the application has been reported by the publisher as compatible with, or supported on, Windows Vista. These applications have not gone through the Microsoft Windows Vista Logo Program. </p>
<p>The Application Compatibility List for IT Professionals is current as of July 31,2008 and published as of the Date Published..</p></blockquote>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/windows-vista-application-compatibility-downloadable-list/">Windows Vista Application Compatibility Downloadable List</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/windows-vista-application-compatibility-downloadable-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Information about Windows Server 2008 SP2 and Windows Vista SP2</title>
		<link>http://blog.stealthpuppy.com/windows/information-about-windows-server-2008-sp2-and-windows-vista-sp2/</link>
		<comments>http://blog.stealthpuppy.com/windows/information-about-windows-server-2008-sp2-and-windows-vista-sp2/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 09:34:22 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=733</guid>
		<description><![CDATA[Well actually, there&#8217;s none at the moment, but a there is a knowledgebase article available on SP2 as a place holder for future information: Beta Information This article discusses a beta release of a Microsoft product. The information in this &#8230; <a href="http://blog.stealthpuppy.com/windows/information-about-windows-server-2008-sp2-and-windows-vista-sp2/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/information-about-windows-server-2008-sp2-and-windows-vista-sp2/">Information about Windows Server 2008 SP2 and Windows Vista SP2</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>Well actually, there&#8217;s none at the moment, but a there is <a href="http://support.microsoft.com/kb/948465">a knowledgebase article available on SP2</a> as a place holder for future information:</p>
<blockquote><p>Beta Information</p>
<p>This article discusses a beta release of a Microsoft product. The information in this article is provided as-is and is subject to change without notice.</p>
<p>No formal product support is available from Microsoft for this beta product. For information about how to obtain support for a beta release, see the documentation that is included with the beta product files, or check the Web location where you downloaded the release.</p>
<p>INTRODUCTION</p>
<p>This Microsoft Knowledge Base article will be updated with more information about Windows Server 2008 Service Pack 2 (SP2) and Windows Vista Service Pack 2 (SP2) when the information becomes available. Currently, the product release notes and related information about Windows Server 2008 SP2 and Windows Vista SP2 are not available.</p></blockquote>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/information-about-windows-server-2008-sp2-and-windows-vista-sp2/">Information about Windows Server 2008 SP2 and Windows Vista SP2</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/information-about-windows-server-2008-sp2-and-windows-vista-sp2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Keeping The Windows Vista User Folder Clean</title>
		<link>http://blog.stealthpuppy.com/windows/keeping-the-windows-vista-user-folder-clean/</link>
		<comments>http://blog.stealthpuppy.com/windows/keeping-the-windows-vista-user-folder-clean/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 17:50:20 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Explorer]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=699</guid>
		<description><![CDATA[Because I’m a stickler for clean UI, I want to ensure users don’t see extra files or folders in their User folder on Windows Vista. I’m trying to avoid something similar to what you can see in the screenshot below, &#8230; <a href="http://blog.stealthpuppy.com/windows/keeping-the-windows-vista-user-folder-clean/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/keeping-the-windows-vista-user-folder-clean/">Keeping The Windows Vista User Folder Clean</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>Because I’m a stickler for clean UI, I want to ensure users don’t see extra files or folders in their User folder on Windows Vista. I’m trying to avoid something similar to what you can see in the screenshot below, which looks a little out of place:</p>
<p><img style="display: inline" title="Computer" src="http://blog.stealthpuppy.com/wp-content/uploads/2008/09/computer.png" border="0" alt="Computer" width="566" height="419" /></p>
<p>This location in the UI replaces the Documents folder as the top level navigation tool but it essentially gives you a view of the user profile (%USERPROFILE%). As such, this location cannot be redirected to the network, so it would be advantageous to prevent users from adding data to this folder &#8211; otherwise you will need to manage that data. Leaving it inside the roaming profile is probably not the best solution.</p>
<p>Fortunately, Microsoft provide a Group Policy setting that will prevent users from adding files to to this location:</p>
<ul>
<li>User Configuration / Policies / Administrative Templates / Windows Components / Windows Explorer / Prevent users from adding files to the root of their User Files folder</li>
</ul>
<p><img style="display: inline" title="ExplainPolicy" src="http://blog.stealthpuppy.com/wp-content/uploads/2008/09/explainpolicy.png" border="0" alt="ExplainPolicy" width="357" height="280" /></p>
<p>When this policy is enabled users will see this behaviour when attempting to copy files into their User folder:</p>
<p><img style="display: inline" title="ComputerDragDrop" src="http://blog.stealthpuppy.com/wp-content/uploads/2008/09/computerdragdrop.png" border="0" alt="ComputerDragDrop" width="566" height="423" /></p>
<p>This works well for Explorer but unfortunately I’m struggling to find applications that honour this setting, with Office Communicator and even Windows Live Messenger 9 the biggest culprits so far. These applications create a Tracing folder that is used for <a href="http://support.microsoft.com/kb/871023/en-us">diagnostic logging</a>. These keys control where the log is created:</p>
<ul>
<li>HKCU\Software\Microsoft\Tracing\uccapi\WindowsLiveMessenger\FileDirectory</li>
<li>HKCU\Software\Microsoft\Tracing\uccp\Communicator\FileDirectory</li>
<li>HKCU\Software\Microsoft\Tracing\WPPMedia\WPPFilePath</li>
<li>HKCU\Software\Microsoft\Tracing\WPPMedia\Debug\WPPFilePath</li>
</ul>
<p>For each key I’ve changed %USERPROFILE% to %APPDATA% (scripted of course..)</p>
<p><img style="display: inline" title="AppData" src="http://blog.stealthpuppy.com/wp-content/uploads/2008/09/appdata.png" border="0" alt="AppData" width="341" height="164" /></p>
<p>So as we rollout Windows Vista, I’m going to have to keep an eye on more applications but I think I could be in for a losing battle.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/keeping-the-windows-vista-user-folder-clean/">Keeping The Windows Vista User Folder Clean</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/keeping-the-windows-vista-user-folder-clean/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Get Ready Now To Deploy Internet Explorer 8</title>
		<link>http://blog.stealthpuppy.com/windows/get-ready-now-to-deploy-internet-explorer-8/</link>
		<comments>http://blog.stealthpuppy.com/windows/get-ready-now-to-deploy-internet-explorer-8/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 18:28:57 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Internet-Explorer]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/windows/get-ready-now-to-deploy-internet-explorer-8</guid>
		<description><![CDATA[Unless you&#8217;re hell bent on deploying Firefox in your corporate environment (and managing it with Group Policy), here are some reasons why you should plan for Internet Explorer 8 now and deploy it when the final version is released: Compatibility &#8230; <a href="http://blog.stealthpuppy.com/windows/get-ready-now-to-deploy-internet-explorer-8/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/get-ready-now-to-deploy-internet-explorer-8/">Get Ready Now To Deploy Internet Explorer 8</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>Unless you&#8217;re hell bent on deploying Firefox in your corporate environment (and <a href="http://www.frontmotion.com/Firefox/fmfirefox.htm">managing it with Group Policy</a>), here are some reasons why you should plan for Internet Explorer 8 now and deploy it when the final version is released:</p>
<ul>
<li><a href="http://blogs.msdn.com/ie/archive/2008/08/27/introducing-compatibility-view.aspx">Compatibility View mode</a> will ensure those internal web applications don&#8217;t break. Intranet sites are displayed Compatibility View mode by default. </li>
</ul>
<p><img title="CompatibilityViewSettings" border="0" alt="CompatibilityViewSettings" src="http://blog.stealthpuppy.com/wp-content/uploads/2008/08/compatibilityviewsettings.png" width="341" height="373" /></p>
<ul>
<li>It&#8217;s also really simple for users to enable Compatibility View with the Compatibility View button <img title="CompatibilityViewButton" border="0" alt="CompatibilityViewButton" src="http://blog.stealthpuppy.com/wp-content/uploads/2008/08/compatibilityviewbutton.png" width="26" height="24" /> </li>
<li>There are more than 100 new Group Policy settings added for Internet Explorer 8 </li>
<li>DEP is turned on by default for Internet Explorer 8. DEP helps to <a href="http://arstechnica.com/news.ars/post/20080511-ie8-to-boost-activex-security-on-vista.html">improve security for ActiveX controls</a> </li>
<li>You can enforce the <a href="http://blogs.msdn.com/ie/archive/2008/07/02/ie8-security-part-iii-smartscreen-filter.aspx">SmartScreen Filter</a> to block access to malicious sites and downloads. Great for those laptop users accessing the Internet outside of your network </li>
<li><a href="http://blogs.msdn.com/ie/archive/2008/03/11/ie8-and-loosely-coupled-ie-lcie.aspx">Loosely-Coupled IE</a> and <a href="http://blogs.msdn.com/ie/archive/2008/07/28/ie8-and-reliability.aspx">Automatic Crash Recovery</a> will help make happy users </li>
<li>Developer tools are included to help your devs <a href="http://www.microsoft.com/windows/internet-explorer/beta/readiness/developers.aspx">work with their web sites</a> </li>
<li>Internet Explorer 8 can be slipstreamed into your Windows XP/2003 or Windows Vista/2008 images for faster deployment </li>
</ul>
<p>For complete information on IE 8 for the enterprise check out this document: <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=bc9c6664-8782-4851-a932-359ce8b5bdb5&amp;DisplayLang=en">Windows Internet Explorer 8 Beta 2: Technology Overview for Enterprise and IT Pros</a>. You might also be interested in the <a href="http://support.microsoft.com/kb/949787">Windows Internet Explorer 8 Beta 2 Release Notes</a> as well as the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=65033653-2721-4232-84e1-bf863631ba47&amp;DisplayLang=en">Internet Explorer Administration Kit 8 Beta</a> (direct link to the <a href="http://download.microsoft.com/download/8/1/d/81dac007-f643-4526-94eb-b078bc1d6ce5/WIN32_XP\ENU\ieak.msi">Internet Explorer Administration Kit 8</a> installer).</p>
<p><strong>Update</strong>: Mary-Jo Foley <a href="http://blogs.zdnet.com/microsoft/?p=1558">has more details on IE 8 features for the Enterprise</a>.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/get-ready-now-to-deploy-internet-explorer-8/">Get Ready Now To Deploy Internet Explorer 8</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/get-ready-now-to-deploy-internet-explorer-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WSUS Update for Server Manager in Windows 2008</title>
		<link>http://blog.stealthpuppy.com/windows/wsus-update-for-server-manager-in-windows-2008/</link>
		<comments>http://blog.stealthpuppy.com/windows/wsus-update-for-server-manager-in-windows-2008/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 14:40:01 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/windows/wsus-update-for-server-manager-in-windows-2008</guid>
		<description><![CDATA[Microsoft have made available an update for Windows Server 2008 that integrates the WSUS 3.0 console into Server Manager. By default, Windows Server 2008 includes several server roles. Server Manager enables integration of additional roles and features that are available &#8230; <a href="http://blog.stealthpuppy.com/windows/wsus-update-for-server-manager-in-windows-2008/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/wsus-update-for-server-manager-in-windows-2008/">WSUS Update for Server Manager in Windows 2008</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>Microsoft have made available an update for Windows Server 2008 that integrates the WSUS 3.0 console into Server Manager. </p>
<blockquote><p>By default, Windows Server 2008 includes several server roles. Server Manager enables integration of additional roles and features that are available from the Microsoft Download Center and from Windows Update Web sites as optional updates to Windows Server 2008. One role that is available as an update is Windows Server Update Services (WSUS) 3.0 with Service Pack 1 (SP1). This update for Server Manager in Windows Server 2008 fully integrates WSUS 3.0 SP1 into Server Manager. This update lets you use the Server Manager snap-in and wizards to install, configure, and manage WSUS 3.0 SP1.</p>
</blockquote>
<p><img title="ServerManager" height="373" alt="ServerManager" src="http://blog.stealthpuppy.com/wp-content/uploads/2008/08/servermanager.png" width="592" border="0" /></p>
</p>
</p>
<p>You can read about the update via the <a href="http://support.microsoft.com/kb/940518">knowledge base article</a> and then download the update for <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=66778CDF-23FE-406C-AAB2-65F78D564B6D">Windows Server 2008 32-bit</a> or <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=0196BF69-E2C9-46BB-86FD-A43146168EF5">Windows Server 2008 64-bit</a>.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/wsus-update-for-server-manager-in-windows-2008/">WSUS Update for Server Manager in Windows 2008</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/wsus-update-for-server-manager-in-windows-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WAIK Documentation Updates</title>
		<link>http://blog.stealthpuppy.com/windows/waik-documentation-updates/</link>
		<comments>http://blog.stealthpuppy.com/windows/waik-documentation-updates/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 17:11:56 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[WAIK]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/windows/waik-documentation-updates</guid>
		<description><![CDATA[An update to the documentation included in the Windows Automated Installation Kit are available: Windows AIK User&#8217;s Guide and Unattended Setup Reference (Documentation Update 1) This documentation update includes revised content that addresses known help issues, workarounds, and other changes. &#8230; <a href="http://blog.stealthpuppy.com/windows/waik-documentation-updates/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/waik-documentation-updates/">WAIK Documentation Updates</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>An update to the documentation included in the Windows Automated Installation Kit are available:</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=993c567d-f12c-4676-917f-05d9de73ada4&amp;DisplayLang=en">Windows AIK User&#8217;s Guide and Unattended Setup Reference (Documentation Update 1)</a></p>
<blockquote><p>This documentation update includes revised content that addresses known help issues, workarounds, and other changes. These files replace the release-to-manufacturing (RTM) .chm files.</p>
</blockquote>
<p>Download the ZIP file and extract to <em>%ProgramFiles%\Windows AIK\Docs\CHMs</em> to replace the installed files. All of the new content is highlighted so it’s easy to see what’s new:</p>
<p><a href="http://blog.stealthpuppy.com/wp-content/uploads/2008/07/waikupdates.png"><img title="WAIKUpdates" height="238" alt="WAIKUpdates" src="http://blog.stealthpuppy.com/wp-content/uploads/2008/07/waikupdates-thumb.png" width="338" border="0" /></a></p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/waik-documentation-updates/">WAIK Documentation Updates</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/waik-documentation-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Update 80092026 plus Certificate Crypto Operation Failed</title>
		<link>http://blog.stealthpuppy.com/windows/windows-update-80092026-plus-certificate-crypto-operation-failed/</link>
		<comments>http://blog.stealthpuppy.com/windows/windows-update-80092026-plus-certificate-crypto-operation-failed/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 18:21:28 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Certificates]]></category>
		<category><![CDATA[Windows-Update]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/general/windows-update-80092026-plus-certificate-crypto-operation-failed</guid>
		<description><![CDATA[Ok, two separate issues but here, but fixed the same way. First up is Windows Update reporting: Windows could not search for new updates Error(s) found: Code 80092026 Then un-related to Windows Update, a code-signing certificate issued from an internal &#8230; <a href="http://blog.stealthpuppy.com/windows/windows-update-80092026-plus-certificate-crypto-operation-failed/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/windows-update-80092026-plus-certificate-crypto-operation-failed/">Windows Update 80092026 plus Certificate Crypto Operation Failed</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>Ok, two separate issues but here, but fixed the same way. First up is Windows Update reporting:</p>
<blockquote><p>Windows could not search for new updates<br />
Error(s) found: Code 80092026</p></blockquote>
<p><a href="http://blog.stealthpuppy.com/wp-content/uploads/2008/07/windowsupdate2.png"><img title="Windows Update 2" src="http://blog.stealthpuppy.com/wp-content/uploads/2008/07/windowsupdate2-thumb.png" border="0" alt="Windows Update 2" width="545" height="374" /></a></p>
<p>Then un-related to Windows Update, a code-signing certificate issued from an internal certificate authority, reporting:</p>
<blockquote><p>The cryptographic operation failed due to a local security option setting</p></blockquote>
<p><a href="http://blog.stealthpuppy.com/wp-content/uploads/2008/07/certificate.png"><img title="Certificate" src="http://blog.stealthpuppy.com/wp-content/uploads/2008/07/certificate-thumb.png" border="0" alt="Certificate" width="335" height="415" /></a></p>
<p>Both issues fixed by deleting the following registry key:</p>
<pre class="brush: plain; title: ; notranslate">HKLM\SOFTWARE\Policies\Microsoft\SystemCertificates\TrustedPublisher\Safer</pre>
<p>I’m unsure of what the cause is, presumably it’s got something to do with the way Windows Vista handles <a href="http://technet.microsoft.com/en-us/library/bb457027.aspx">certificate revocation and status checking</a>.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/windows-update-80092026-plus-certificate-crypto-operation-failed/">Windows Update 80092026 plus Certificate Crypto Operation Failed</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/windows-update-80092026-plus-certificate-crypto-operation-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Windows Explorer security warning prompts</title>
		<link>http://blog.stealthpuppy.com/windows/fixing-explorers-security-warning-prompts/</link>
		<comments>http://blog.stealthpuppy.com/windows/fixing-explorers-security-warning-prompts/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 22:11:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=588</guid>
		<description><![CDATA[Last week I wrote about avoiding Explorer&#8217;s Security Warning prompts, this time around I want to document a related fix that I&#8217;ve had to implement because Explorer&#8217;s expected behaviour was not just not working. First a quick background on what &#8230; <a href="http://blog.stealthpuppy.com/windows/fixing-explorers-security-warning-prompts/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/fixing-explorers-security-warning-prompts/">Fixing Windows Explorer security warning prompts</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>Last week I wrote about <a href="http://blog.stealthpuppy.com/windows/avoiding-explorers-security-warning-prompts">avoiding Explorer&#8217;s Security Warning prompts</a>, this time around I want to document a related fix that I&#8217;ve had to implement because Explorer&#8217;s expected behaviour was not just not working.</p>
<p>First a quick background on what we&#8217;re trying to solve. By default, Windows Explorer will place network locations (mapped drives and UNC paths) with a period (.) in the path, into the the Internet zone. This means that when users access files from these locations, they will see security warnings like these:</p>
<p><img src="http://blog.stealthpuppy.com/wp-content/uploads/2008/06/securityrisk.png" border="0" alt="SecurityRisk" width="345" height="136" /></p>
<p><img src="http://blog.stealthpuppy.com/wp-content/uploads/2008/06/securitywarning.png" alt="" /></p>
<p>These warnings attempt to ensure users are aware of the potential risks when opening files from un-trusted locations. You can make a location trusted by adding it to the Local Intranet or Trusted Sites zones. This is exactly what you would do via script, Group Policy or some other workspace management tool, for your internal network locations, so that users do not see these prompts. However, a bug exists where drives mapped to these network locations are not placed into the right zone.</p>
<p>If you map a drive to a UNC path that that includes two or more periods in the name you will see that the network drive is marked as being in the Internet zone even though you may have added the location to the Local Intranet zone. In my example here, I&#8217;ve mapped drive S: to <a href="file://\\dc.dev.local\Apps">\\dc.dev.local\Apps</a>, and as you can see, it’s in the Internet zone:</p>
<p><img src="http://blog.stealthpuppy.com/wp-content/uploads/2008/06/internetzonedrive.png" border="0" alt="InternetZoneDrive" width="304" height="336" /></p>
<p>If I open the same location via a UNC path you will see that Explorer sees it as being in the Local Intranet zone:</p>
<p><img src="http://blog.stealthpuppy.com/wp-content/uploads/2008/06/intranetzoneunc.png" border="0" alt="IntranetZoneUNC" width="304" height="321" /></p>
<p>Oddly enough, if I map a network drive to a path with only a single period on that path, the detection process works correctly and the location is seen as Intranet. In the example here, I&#8217;m mapping a drive to the same location as the previous two screen shots, but via a DFS path &#8211; <a href="file://\\dev.local\Public\Apps">\\dev.local\Public\Apps</a> that redirects to <a href="file://\\dc.dev.local\Apps">\\dc.dev.local\Apps</a>.</p>
<p><img src="http://blog.stealthpuppy.com/wp-content/uploads/2008/06/intranetzonedrive.png" border="0" alt="IntranetZoneDrive" width="304" height="321" /></p>
<p>This issue is addressed in the following knowledge base article:</p>
<p><a href="http://support.microsoft.com/kb/929798">Windows Internet Explorer 7 may not correctly recognize the zone to which a network resource belongs when you access the resource by using a mapped drive in Windows Vista or in Windows XP with Service Pack 2</a></p>
<p>The article details a hotfix that is available for Windows Vista and Windows XP Service Pack 2 and the issue has been addressed in Windows Vista Service Pack 1 and Windows XP Service Pack 3. For Windows Server 2003 the issue is fixed in the <a href="http://www.microsoft.com/technet/security/bulletin/MS08-031.mspx">latest cumulative security update for Internet Explorer</a>. To install the fix when deploying this update you need to use the <a href="http://searchwinit.techtarget.com/sDefinition/0,,sid1_gci753550,00.html">QFE</a> switch:</p>
<pre class="brush: plain; title: ; notranslate">IE7-WindowsServer2003-KB950759-x86-ENU.exe /B:SP2QFE</pre>
<p>To enable the fixed behaviour for each of the operating system versions, including Vista SP1 and XP SP3, you also have to add the following registry value. See the KB article for more details.</p>
<pre class="brush: plain; title: ; notranslate">Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_RESPECT_ZONEMAP_FOR_MAPPED_DRIVES_KB929798]
&quot;*&quot;=dword:00000001</pre>
<p>For anyone who can’t yet deploy Windows Vista SP1 or Windows XP SP3, you may be able (I haven’t tested) to deploy the IE cumulative security update instead of the hotfix.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/fixing-explorers-security-warning-prompts/">Fixing Windows Explorer security warning prompts</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/fixing-explorers-security-warning-prompts/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Avoiding Explorer&#8217;s Security Warning Prompts</title>
		<link>http://blog.stealthpuppy.com/windows/avoiding-explorers-security-warning-prompts/</link>
		<comments>http://blog.stealthpuppy.com/windows/avoiding-explorers-security-warning-prompts/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 22:03:25 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/windows/avoiding-explorers-security-warning-prompts</guid>
		<description><![CDATA[Windows XP Service Pack 2 and Windows Server 2003 Service Pack 1 made some changes to the way Windows handles specific file types opened or downloaded from certain locations, which results in Open File – Security Warning prompts like these: &#8230; <a href="http://blog.stealthpuppy.com/windows/avoiding-explorers-security-warning-prompts/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/avoiding-explorers-security-warning-prompts/">Avoiding Explorer&rsquo;s Security Warning Prompts</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>Windows XP Service Pack 2 and Windows Server 2003 Service Pack 1 made some changes to the way Windows handles specific file types opened or downloaded from certain locations, which results in Open File – Security Warning prompts like these:</p>
<p><img title="SecurityWarning" src="http://blog.stealthpuppy.com/wp-content/uploads/2008/06/securitywarning.png" border="0" alt="SecurityWarning" width="579" height="268" /></p>
<p>Quite often users see these prompts in environments where files are opened from UNC paths (think mapped drives or redirected folders) on <a href="http://technet2.microsoft.com/windowsserver2008/en/library/1f0d326d-35af-4193-bda3-0d1688f90ea71033.mspx?mfr=true">Distributed File System</a> namespaces. If you have this scenario (which I think you should be) because you are doing something like <a href="http://blog.stealthpuppy.com/terminal-server/building-dynamic-start-menus-with-access-based-enumeration">redirecting Start Menus</a>, you can disable these prompts for your internal network locations.</p>
<p>Ideally you would do this by deploying specific Intranet zone settings (as in the screenshots below) or adding your internal sites to the Intranet zone via a script, Group Policy (Preferences or Internet Explorer Maintenance) or your tool of choice.</p>
<p><img title="LocalIntranet1" src="http://blog.stealthpuppy.com/wp-content/uploads/2008/06/localintranet1.png" border="0" alt="LocalIntranet1" width="357" height="210" /><img title="LocalIntranet2" src="http://blog.stealthpuppy.com/wp-content/uploads/2008/06/localintranet2.png" border="0" alt="LocalIntranet2" width="341" height="302" /> </p>
<p>There’s a heap of information on how this stuff works at these links:</p>
<ul>
<li><a href="http://support.microsoft.com/kb/883260">Description of how the Attachment Manager works in Windows XP Service Pack 2</a>.</li>
<li><a href="http://smallvoid.com/article/ie-attachment-manager.html">Configure the Attachment Manager in Windows XP SP2</a></li>
<li><a href="http://support.microsoft.com/kb/303650">Intranet site is identified as an Internet site when you use an FQDN or an IP address</a></li>
<li>You might even need to look into <a href="http://support.microsoft.com/kb/941001">this hotfix</a>, <a href="http://support.microsoft.com/kb/941000">this hotfix</a> or even <a href="http://support.microsoft.com/kb/929798">this hotfix</a> if things aren’t working as expected.</li>
</ul>
<p>But all of that is not really the point of this post. I <a href="http://support.microsoft.com/kb/889815">stumbled across a really simple method</a> of telling Windows to avoid those checks and just open the files – create the environment variable <strong>SEE_MASK_NOZONECHECKS</strong> and set it to 1. You can set this as system environment variable but it appeared to be a little more consistent if set as a user environment variable. Not recommended for wide scale deployment but useful none the less.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/avoiding-explorers-security-warning-prompts/">Avoiding Explorer&rsquo;s Security Warning Prompts</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/avoiding-explorers-security-warning-prompts/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Disk Usage Display Improvement In Windows Vista</title>
		<link>http://blog.stealthpuppy.com/windows/disk-usage-display-improvement-in-windows-vista/</link>
		<comments>http://blog.stealthpuppy.com/windows/disk-usage-display-improvement-in-windows-vista/#comments</comments>
		<pubDate>Wed, 28 May 2008 18:34:30 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Explorer]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/windows/disk-usage-display-improvement-in-windows-vista</guid>
		<description><![CDATA[I&#8217;ve stumbled across a nice usability improvement in Windows Vista that had escaped me until today &#8211; the display of free disk space. Of course this feature has been in Windows Explorer since Windows 95, but the improvement in Windows &#8230; <a href="http://blog.stealthpuppy.com/windows/disk-usage-display-improvement-in-windows-vista/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/disk-usage-display-improvement-in-windows-vista/">Disk Usage Display Improvement In Windows Vista</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve stumbled across a nice usability improvement in Windows Vista that had escaped me until today &#8211; the display of free disk space. Of course this feature has been in Windows Explorer since Windows 95, but the improvement in Windows Vista and Windows Server 2008 is the reporting of disk space when a drive is mapped to a remote share with disk quotas enabled.</p>
<p>In my demo environment, I have configured 200Mb quota for all users&#8217; home drives. If you look at the drive properties under Windows XP you will see the complete capacity of the remote disk including used and free space with no indication that any quotas are in place.</p>
<p><img border="0" alt="DiskSpace1" src="http://blog.stealthpuppy.com/wp-content/uploads/2008/05/diskspace1.png" width="303" height="358"> </p>
<p>The same disk properties dialog in Windows Vista shows only the capacity, used and free space that match the disk quota set for that user.</p>
<p><img border="0" alt="DiskSpace2" src="http://blog.stealthpuppy.com/wp-content/uploads/2008/05/diskspace2.png" width="302" height="367"> </p>
<p>The Computer view in Windows Explorer shows similar information:</p>
<p><img border="0" alt="DiskSpace3" src="http://blog.stealthpuppy.com/wp-content/uploads/2008/05/diskspace3.png" width="566" height="364"> </p>
<p>A simple change but if you are using disk quotas, its fantastic user experience.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/disk-usage-display-improvement-in-windows-vista/">Disk Usage Display Improvement In Windows Vista</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/disk-usage-display-improvement-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Windows Vista Performance KBs</title>
		<link>http://blog.stealthpuppy.com/windows/troubleshooting-windows-vista-performance-kbs/</link>
		<comments>http://blog.stealthpuppy.com/windows/troubleshooting-windows-vista-performance-kbs/#comments</comments>
		<pubDate>Mon, 19 May 2008 09:15:12 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Windows-Vista]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=560</guid>
		<description><![CDATA[To get the best out of Windows requires the wipe and load approach when confronted with a slow performing OEM install. I&#8217;m working on a post to that effect and Ed Bott has some great articles on Windows Vista performance &#8230; <a href="http://blog.stealthpuppy.com/windows/troubleshooting-windows-vista-performance-kbs/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/troubleshooting-windows-vista-performance-kbs/">Troubleshooting Windows Vista Performance KBs</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>To get the best out of Windows requires the wipe and load approach when confronted with a slow performing OEM install. I&#8217;m working on a post to that effect and <a href="http://www.edbott.com/weblog/">Ed Bott</a> has <a href="http://blogs.zdnet.com/Bott/?p=447">some</a> <a href="http://blogs.zdnet.com/Bott/?p=437">great</a> <a href="http://blogs.zdnet.com/Bott/?p=429">articles</a> on Windows Vista performance lately (not that I think I&#8217;m in Ed Bott&#8217;s league).</p>
<p>Windows&#8217; greatest strength and weakness is the ecosystem that Microsoft has built around it and I think that OEM&#8217;s aren&#8217;t doing enough to give consumers the best Windows experience. OEMs should be brought to task for much of Vistas&#8217; failings in its first 12 months.</p>
<p>Anyway that&#8217;s a topic for another day, here&#8217;s what this post is about &#8211; If you are troubleshooting slow performance in Windows Vista, there are some knowledgebase articles that were published last month and are worth referring to for assistance:</p>
<ul>
<li><a href="http://support.microsoft.com/kb/950686">How to troubleshoot performance issues with standby, hibernate, and resume in Windows Vista</a></li>
<li><a href="http://support.microsoft.com/kb/950684">How to troubleshoot performance issues during startup in Windows Vista</a></li>
<li><a href="http://support.microsoft.com/kb/950685">How to troubleshoot performance issues in Windows Vista</a></li>
</ul>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/troubleshooting-windows-vista-performance-kbs/">Troubleshooting Windows Vista Performance KBs</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/troubleshooting-windows-vista-performance-kbs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Redirected Folders? Just Wait Longer</title>
		<link>http://blog.stealthpuppy.com/windows/no-redirected-folders-just-wait-longer/</link>
		<comments>http://blog.stealthpuppy.com/windows/no-redirected-folders-just-wait-longer/#comments</comments>
		<pubDate>Tue, 06 May 2008 22:01:30 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Redirected Folders]]></category>
		<category><![CDATA[Windows-Vista]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/windows/no-redirected-folders-just-wait-longer</guid>
		<description><![CDATA[No, Ace Ventura hasn&#8217;t started writing knowledgebase articles, it&#8217;s the advice given about an issue with redirected folders in Windows Vista and Windows Server 2008. I haven&#8217;t seen this myself, but fortunately there&#8217;s a better workaround than waiting 12 minutes. &#8230; <a href="http://blog.stealthpuppy.com/windows/no-redirected-folders-just-wait-longer/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/no-redirected-folders-just-wait-longer/">No Redirected Folders? Just Wait Longer</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>No, <a href="http://www.imdb.com/title/tt0109040/quotes">Ace Ventura</a> hasn&#8217;t started writing knowledgebase articles, it&#8217;s the advice given about an issue with redirected folders in Windows Vista and Windows Server 2008. I haven&#8217;t seen this myself, but fortunately there&#8217;s a better workaround than waiting 12 minutes.</p>
<p><a href="http://support.microsoft.com/kb/951049">Folder redirection does not work correctly after you restart a computer that is running Windows Server 2008 or Windows Vista</a></p>
<p>The article has some detail about why this happens:</p>
<blockquote><p>Windows Server 2008 and Windows Vista use the Well-Known folders feature to determine the location of folders in the user profile. By using this feature, Windows redirects Well-Known folders to other locations as needed. Specifically, Windows Explorer queries the Well-Known folder GUID. This query returns the actual folder location, whether on a hard disk drive or on a remote server.</p>
<p>Windows Explorer optimizes Well-Known folder lookups by caching the Well-Known folders and their locations. Queries are performed against the cache, and the location is then returned to the application or to Windows Explorer.</p>
<p>When you use folder redirection, you receive the folder redirection settings from Group Policy. This process cannot occur unless the Workstation service has started. If the Workstation service has not started, the Well-Known folder cache is unavailable. This causes queries for redirected folder locations to fail. Additionally, the cache remains unavailable until the next update. By default, this cache is updated every 12 minutes (after the cache is first initialized and built during logon).</p>
</blockquote>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/no-redirected-folders-just-wait-longer/">No Redirected Folders? Just Wait Longer</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/no-redirected-folders-just-wait-longer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Rid Of That Unblock Button</title>
		<link>http://blog.stealthpuppy.com/windows/getting-rid-of-that-unblock-button/</link>
		<comments>http://blog.stealthpuppy.com/windows/getting-rid-of-that-unblock-button/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 17:51:36 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Group Policy]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/windows/getting-rid-of-that-unblock-button</guid>
		<description><![CDATA[I actually don&#8217;t mind UAC at all, but this button is really annoying: You will usually see this on the properties of files you have downloaded from the Internet but it also manifests itself in other file copies too, such &#8230; <a href="http://blog.stealthpuppy.com/windows/getting-rid-of-that-unblock-button/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/getting-rid-of-that-unblock-button/">Getting Rid Of That Unblock Button</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>I actually don&#8217;t mind UAC at all, but this button is really annoying:</p>
<p><img border="0" alt="FilePropertiesUnblock" src="http://blog.stealthpuppy.com/wp-content/uploads/2008/04/filepropertiesunblock.png" width="451" height="337"> </p>
<p>You will usually see this on the properties of files you have downloaded from the Internet but it also manifests itself in other file copies too, such as copying a ZIP file to a server. The inbuilt Windows ZIP tool won&#8217;t open ZIP files marked like this at all, even if you click Unblock.</p>
<p>To banish this once and for all, enable the following setting in a domain GPO or the local Group Policy:</p>
<p><em>User Configuration / Administrative Templates / Windows Components / Attachment Manager / Do not preserve zone information in file attachments</em></p>
<blockquote><p>This policy setting allows you to manage whether Windows marks file attachments with information about their zone of origin (i.e. restricted, Internet, intranet, local). This requires NTFS in order to function correctly, and will fail without notice on FAT32. By not preserving the zone information Windows cannot make proper risk assessments.</p>
</blockquote>
<p>A Group Policy refresh or logoff and back on will get this working for you on any <em>new</em> file downloads or copies. This comes with all of the usual warnings about opening stuff downloaded from the Internet &#8211; make sure you know where you got it from is trustworthy and scan it with AV first.</p>
<p><a href="http://support.microsoft.com/kb/883260">Description of how the Attachment Manager works in Windows XP Service Pack 2</a></p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/getting-rid-of-that-unblock-button/">Getting Rid Of That Unblock Button</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/getting-rid-of-that-unblock-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delay On Windows Vista With Redirected Desktop</title>
		<link>http://blog.stealthpuppy.com/windows/delay-on-windows-vista-with-redirected-desktop/</link>
		<comments>http://blog.stealthpuppy.com/windows/delay-on-windows-vista-with-redirected-desktop/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 21:28:35 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Folder Redirection]]></category>
		<category><![CDATA[Windows-Vista]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=532</guid>
		<description><![CDATA[If you are redirecting the Desktop folder for users on Windows Vista laptops, a knowledgebase article just been published that might be useful to you. Here&#8217;s details of what this article addresses: SYMPTOMS Consider the following scenario: On a Windows &#8230; <a href="http://blog.stealthpuppy.com/windows/delay-on-windows-vista-with-redirected-desktop/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/delay-on-windows-vista-with-redirected-desktop/">Delay On Windows Vista With Redirected Desktop</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>If you are redirecting the Desktop folder for users on Windows Vista laptops, a knowledgebase article just been published that might be useful to you. Here&#8217;s details of what this article addresses:</p>
<blockquote><p>SYMPTOMS<br />
Consider the following scenario:</p>
<ul>
<li>On a Windows Vista-based computer, you redirect the Desktop folder to a network redirection folder.</li>
<li>You enable the Always Available offline option to make the Desktop folder available offline.</li>
<li>The computer is connected to a network that does not contain the redirection folder.</li>
<li>You restart the computer, and then you enter your user credentials on the Welcome screen to log on to the computer.</li>
</ul>
<p>In this scenario, you see a black screen for 30 to 120 seconds before the desktop or the Start menu appears.</p></blockquote>
<p>Details here: <a href="http://support.microsoft.com/kb/951324">After you log on to a Windows Vista-based computer that has the Desktop folder redirected, you see a black screen for 30 to 120 seconds before the desktop or the Start menu appears</a></p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/delay-on-windows-vista-with-redirected-desktop/">Delay On Windows Vista With Redirected Desktop</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/delay-on-windows-vista-with-redirected-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerShell on Server Core</title>
		<link>http://blog.stealthpuppy.com/windows/powershell-on-windows-server-core/</link>
		<comments>http://blog.stealthpuppy.com/windows/powershell-on-windows-server-core/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 22:28:27 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Server Core]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/windows/powershell-on-windows-server-core</guid>
		<description><![CDATA[PowerShell running directly on Windows Server Core &#8211; no need to wait for Windows Server 2008 R2&#8230;  If you look closely you can see how I got it working. PowerShell on Server Core is post from stealthpuppy.com. Except as noted &#8230; <a href="http://blog.stealthpuppy.com/windows/powershell-on-windows-server-core/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/powershell-on-windows-server-core/">PowerShell on Server Core</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.stealthpuppy.com/wp-content/uploads/2008/04/servercorepowershell1.png" alt="PowerShell running on Server Core" width="678" height="534" border="0" /></p>
<p>PowerShell running directly on Windows Server Core &#8211; no need to wait for Windows Server 2008 R2&#8230;  If you look closely you can see how I got it working.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/powershell-on-windows-server-core/">PowerShell on Server Core</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/powershell-on-windows-server-core/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Providing Redirected Start Menus To Laptops</title>
		<link>http://blog.stealthpuppy.com/windows/providing-redirected-start-menus-to-laptops/</link>
		<comments>http://blog.stealthpuppy.com/windows/providing-redirected-start-menus-to-laptops/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 22:12:16 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Folder Redirection]]></category>
		<category><![CDATA[Start Menu]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/windows/providing-redirected-start-menus-to-laptops</guid>
		<description><![CDATA[John has asked about using Offline Files as a method of fault tolerance instead of DFS on my previous post. Sounds like a great blog post (and it gives my an excuse to avoid my eight other draft posts), so &#8230; <a href="http://blog.stealthpuppy.com/windows/providing-redirected-start-menus-to-laptops/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/providing-redirected-start-menus-to-laptops/">Providing Redirected Start Menus To Laptops</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.stealthpuppy.com/wp-content/uploads/2008/04/offlinestartmenu.png" border="0" alt="OfflineStartMenu" width="124" height="113" align="left" /> <a href="http://www.gilham.org/Blog/default.aspx">John</a> has <a href="http://blog.stealthpuppy.com/terminal-server/building-dynamic-start-menus-with-access-based-enumeration#comment-13345">asked</a> about using Offline Files as a method of fault tolerance instead of DFS on <a href="http://blog.stealthpuppy.com/terminal-server/building-dynamic-start-menus-with-access-based-enumeration">my previous post</a>. Sounds like a great blog post (and it gives my an excuse to avoid my eight other draft posts), so here&#8217;s my answer:</p>
<p>First up, I would not rely on Offline Files as a method of fault tolerance. It will work as a solution for laptops operating disconnected from the network, but won&#8217;t provide effective fault tolerance. Offline Files are also not available on Terminal Server.</p>
<p>If you were to rely on Offline Files, you will have issues if the server the share is located goes down and can&#8217;t be restored. Using Group Policy to redirect user folders requires that the original source location is available if you ever want to change the redirection path. This is why DFS Namespace is a good match for folder redirection &#8211; the DFS path remains static, while the real path can change.</p>
<p>DFS Namespaces and DFS Replication offer a far better solution for fault tolerance and DFS is available in Windows 2000 Server and above. If you want FT without using a 3rd party solution take a look at <a href="http://technet2.microsoft.com/WindowsServer/en/Library/8c4cf2e7-0b92-4643-acbd-abfa9f189d031033.mspx?mfr=true">DFS Replication</a>.</p>
<p>I spent some time this evening to configure a redirected Start Menu for Windows Vista laptops in my test environment. Here&#8217;s my notes for recreating this setup and how it went:</p>
<p>This is very similar to redirected <a href="http://blog.stealthpuppy.com/terminal-server/building-dynamic-start-menus-with-access-based-enumeration">Start Menus for Terminal Servers</a> with some minor differences.</p>
<p>Create a GPO linked to the OU that contains your target workstations and enable Group Policy loopback mode. You would generally target similarly configured workstations just like you would do for Terminal Servers. In my test environment I&#8217;m configuring this for Windows Vista, I&#8217;ve enabled a WMI filter on this GPO so that it only applies to Vista and above:</p>
<pre class="brush: plain; title: ; notranslate">SELECT Version FROM Win32_OperatingSystem WHERE Version &gt;= '6'</pre>
<p>Edit the GPO and enable these settings (here&#8217;s the <a href="http://blog.stealthpuppy.com/files/microsoft/terminalserver/WindowsVistaStartMenu.htm">full GPO report</a>):</p>
<ul>
<li>Computer Configuration / Administrative Templates / System / Group Policy / User Group Policy loopback processing mode</li>
<li>User Configuration / Windows Settings / Folder Redirection / Start Menu / Basic (Redirect everyone&#8217;s folder to the same location) / Redirect to the following path: In my test environment, I&#8217;m using this DFS path: <em>\\dev.local\Public\StartMenus\WindowsVista</em></li>
<li>Grant user exclusive rights to Start Menu</li>
<li>Move the contents of Start Menu to the new location</li>
<li>Redirect the folder back to the local userprofile location when policy is removed</li>
<li>User Configuration / Administrative Templates / Start Menu and Taskbar / Remove common program groups from Start Menu</li>
<li>User Configuration / Administrative Templates / Network / Offline Files / Administratively assigned offline files: <em>\\dev.local\Public\StartMenus\WindowsVista</em></li>
</ul>
<p>The last setting will ensure that the Start Menu will be cached by the workstation and available to the user offline. Here&#8217;s my configured folder which has been cached locally:</p>
<p><a href="http://blog.stealthpuppy.com/wp-content/uploads/2008/04/windowsvistastartmenu.png"><img src="http://blog.stealthpuppy.com/wp-content/uploads/2008/04/windowsvistastartmenu-thumb.png" border="0" alt="WindowsVistaStartMenu" width="686" height="479" /></a></p>
<p>Make sure you configure your Start Menus with access-based enumeration and the right permissions before users access them. If you don&#8217;t and users&#8217; workstations cache the shortcuts, you might end up unavailable shortcuts looking like this:</p>
<p><img src="http://blog.stealthpuppy.com/wp-content/uploads/2008/04/startmenumissedicon.png" border="0" alt="StartMenuMissedIcon" width="211" height="156" /></p>
<p>Although I&#8217;ve only done some limited testing I think this solution would work quite well. One important thing to remember is that you will need to add your internal DNS domain to the Intranet zone (when using a domain-based DFS Namespace) otherwise users will be prompted with a trust dialog each time they run a shortcut from the Start Menu.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/windows/providing-redirected-start-menus-to-laptops/">Providing Redirected Start Menus To Laptops</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/windows/providing-redirected-start-menus-to-laptops/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

