<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Mark Parris &#187; Windows 7</title>
	<atom:link href="http://markparris.co.uk/category/microsoft/windows-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://markparris.co.uk</link>
	<description>Technology Insights (plus a few other random musings).</description>
	<lastBuildDate>Sun, 12 May 2013 21:44:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='markparris.co.uk' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Mark Parris &#187; Windows 7</title>
		<link>http://markparris.co.uk</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://markparris.co.uk/osd.xml" title="Mark Parris" />
	<atom:link rel='hub' href='http://markparris.co.uk/?pushpress=hub'/>
		<item>
		<title>MaxTokenSize &#8211; Change of recommendation from Microsoft.</title>
		<link>http://markparris.co.uk/2013/05/07/maxtokensize-change-of-recommendation-from-microsoft/</link>
		<comments>http://markparris.co.uk/2013/05/07/maxtokensize-change-of-recommendation-from-microsoft/#comments</comments>
		<pubDate>Tue, 07 May 2013 18:35:55 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[markparris]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Windows Server 2012]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[maxtokensize]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/?p=1984</guid>
		<description><![CDATA[&#160; Microsoft have stated for numerous years that anyone with Kerberos authentication issues often due to users being in multiple groups and commonly known as Token Bloat should increase the MaxTokenSize to 65535 bytes. Whilst reading Understand and Troubleshoot Dynamic Access Control in Windows Server 2012 guide, I read that “Previous versions of Windows had [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1984&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>&#160;</p>
<p>Microsoft have stated for numerous years that anyone with Kerberos authentication issues often due to users being in multiple groups and commonly known as <a href="http://support.microsoft.com/kb/327825" target="_blank">Token Bloat</a> should increase the MaxTokenSize to <strong>65535 </strong>bytes. </p>
<p>Whilst reading <a href="http://www.microsoft.com/en-gb/download/details.aspx?id=36830" target="_blank">Understand and Troubleshoot Dynamic Access Control in Windows Server 2012</a> guide, I read that</p>
<p><em>“Previous versions of Windows had a default maximize token size of 12k.&#160; However, this value remained too low for many environments and required reconfiguring each computer in the enterprise.&#160; Windows Server 2012 and Windows 8 increase the default maximum token size to 48k.&#160; This new value is the maximum viable size for SSPI tokens in Windows and may require additional settings changes for applications to support. For example, HTTP settings are required for SSPI tokens over 12K.”</em></p>
<p>But this article <a href="http://support.microsoft.com/kb/938118" target="_blank">How to use Group Policy to add the MaxTokenSize registry entry to multiple computers</a> also stated the 48K maximum and with a similar reasoning.</p>
<p><em>“The maximum allowed value of MaxTokenSize is 65535 bytes. However, because of HTTP’s base64 encoding of authentication context tokens, we do not recommend that you set the maxTokenSize registry entry to a value larger than 48000 bytes. Starting with Windows Server 2012, the default value of the MaxTokenSize registry entry is 48000 bytes”.</em> </p>
<p>This lead me to do a little further research as Microsoft stated in the article <a href="http://technet.microsoft.com/en-us/library/active-directory-maximum-limits-scalability%28v=ws.10%29.aspx" target="_blank">Active Directory Maximum Limits – Scalability</a> that the <em>“maximum recommended size for a Kerberos ticket is 65,535 bytes”</em></p>
<p><img title="image" style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://markparris.files.wordpress.com/2013/05/image.png?w=575&#038;h=102" width="575" height="102" /></p>
<p>Getting nowhere fast, I had an email exchange with the Active Directory Documentation team, it was confirmed that this value should now be set to 48K</p>
<p>The <a href="http://technet.microsoft.com/en-us/library/active-directory-maximum-limits-scalability%28v=ws.10%29.aspx" target="_blank">Active Directory Maximum Limits – Scalability</a> website should be updated soon (approx. 09/05/2013) to confirm this.</p>
<p><strike>The question now to ask though is – I have set the MaxTokenSIze to 65535 bytes, should I now change it to 48000 bytes?</strike> </p>
<p>So I asked the question:-</p>
<p><em>“What happens to people who have set the key to 65535? Should they test and change it to 48000 now?&#160; Will Windows Server 2012 break? Will things fail as a result of having it set to the maximum?”</em></p>
<p>The response:-</p>
<p><em>Kerberos itself doesn’t really understand the concept of a token size because what it transports is opaque to the protocol.&#160; </em></p>
<p><em>Applications, however, are different and can implement their own constraints such as buffer size.&#160; Applications ask SSPI (Kerberos) for the size of the authorization buffer of the authenticating user.&#160; If the size reported back is greater than the buffer allocated by the application, authentication fails.&#160; The size reported back is the actual size not the maximum size.&#160; Therefore, with MaxToken set to 65k and authorization data amounting to 12k; Windows will only report back 12k.&#160; MaxTokenSize simply limits the maximum value the SSPI <u>can</u> return to an application.&#160; Prior to Windows 8/2012 , most environments would set MaxTokenSize to the maximum because it was nearly impossible to determine a user’s true token size.&#160; Therefore, if you set it to the max, and still had an authentication problem it was not because of MaxTokenSize ( at which point engineers would instruct customers to return the setting to the prior value). </em></p>
<p><em>With MaxTokenSize defaulting to the max Authentication buffer size for IIS; there shouldn’t be a authentication&#160; problem resulting from token size.&#160; Http caps out at 48k.&#160; Making it higher won’t fix the authentication issue. So it there is no gain people nothing by increasing it.</em></p>
<p><em>While the setting in the documentation should mostly be harmless; we should suggest 48k as the ideal setting for MaxTokenSize and point to the Group Policy setting in Windows Server 2012/Windows 8 as the means which to modify it.</em></p>
<p><a href="http://blogs.technet.com/b/askds/archive/2012/09/12/maxtokensize-and-windows-8-and-windows-server-2012.aspx">http://blogs.technet.com/b/askds/archive/2012/09/12/maxtokensize-and-windows-8-and-windows-server-2012.aspx</a></p>
<p>and now we know.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1984/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1984&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2013/05/07/maxtokensize-change-of-recommendation-from-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2013/05/image.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Sound stopped working on laptop and the error message &#8221; No audio output device is installed&#8221;.</title>
		<link>http://markparris.co.uk/2012/07/02/sound-stopped-working-on-laptop-and-the-error-message-no-audio-output-device-is-installed/</link>
		<comments>http://markparris.co.uk/2012/07/02/sound-stopped-working-on-laptop-and-the-error-message-no-audio-output-device-is-installed/#comments</comments>
		<pubDate>Mon, 02 Jul 2012 12:55:46 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[markparris]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Top Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://markparris.co.uk/?p=1924</guid>
		<description><![CDATA[Today I was presented with a Windows 7 Home Premium laptop, that until a couple of days ago had sound and LAN connectivity. The sound worked when diagnostics were run, but would not run when Windows 7 was loaded. So I knew it was not defective hardware. The solution which was relatively easy to implement [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1924&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Today I was presented with a Windows 7 Home Premium laptop, that until a couple of days ago had sound and LAN connectivity.</p>
<p>The sound worked when diagnostics were run, but would not run when Windows 7 was loaded. So I knew it was not defective hardware.</p>
<p><em>The solution which was relatively easy to implement took a while to discover and I will update this post at a later date with the troubleshooting steps.</em></p>
<p>The solution was to add to the local administrators group the <strong>networkservice</strong> and the<strong> localservice</strong></p>
<p>This can be done by running these two commands from an elevated command prompt:</p>
<p><strong>net localgroup Administrators /add networkservice</strong></p>
<p><strong>net localgroup Administrators /add localservice</strong></p>
<p>Once these two commands are run, restart the laptop and if your issue was the same as mine, sound (and LAN) should now be working.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1924/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1924/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1924&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2012/07/02/sound-stopped-working-on-laptop-and-the-error-message-no-audio-output-device-is-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>
	</item>
		<item>
		<title>Threats and Countermeasures Guide: Security Settings in Windows 7 and Windows Server 2008 R2</title>
		<link>http://markparris.co.uk/2011/06/06/threats-and-countermeasures-guide-security-settings-in-windows-7-and-windows-server-2008-r2/</link>
		<comments>http://markparris.co.uk/2011/06/06/threats-and-countermeasures-guide-security-settings-in-windows-7-and-windows-server-2008-r2/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 08:49:29 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[markparris]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Best Practice]]></category>
		<category><![CDATA[Compliance]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/2011/06/06/threats-and-countermeasures-guide-security-settings-in-windows-7-and-windows-server-2008-r2/</guid>
		<description><![CDATA[&#160; If you are looking to understand what the security policies in Windows 7 and 2008 R2 mean and how they can impact your environment, then this guide is a must read. Threats and Countermeasures Guide: Security Settings in Windows 7 and Windows Server 2008 R2 The document is covers the following categories in some [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1647&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p>If you are looking to understand what the security policies in Windows 7 and 2008 R2 mean and how they can impact your environment, then this guide is a must read.</p>
<p><a title="Download the Guide" href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=27a7dbcb-29e5-48e4-a80e-95db724f3beb" target="_blank">Threats and Countermeasures Guide: Security Settings in Windows 7 and Windows Server 2008 R2</a></p>
<p>The document is covers the following categories in some depth:</p>
<p><strong>Account Policies<br />
</strong></p>
<p>This section discusses the Group Policy settings that are applied at the domain level: password policies, account lockout policies, and Kerberos protocol authentication policies.</p>
<p><strong>Advanced Security Audit Policy</strong></p>
<p>This section discusses the use of advanced audit policy settings, which are now integrated with Group Policy to monitor and enforce your security measures. It describes the various settings, and it provides examples of how audit information is modified when the settings are changed.</p>
<p><strong>User Rights</strong></p>
<p>This section discusses the various logon rights and privileges that are provided by the Windows 7 and Windows Server 2008 R2 operating systems, and it provides guidance about which accounts should be assigned these rights.</p>
<p><strong>Security Options</strong></p>
<p>This section provides guidance about security settings for digital data signatures, Administrator and Guest account names, drive access, driver installation behaviour, and logon prompts.</p>
<p><strong>Event Log</strong></p>
<p>This section provides guidance about how to configure the settings that relate to the various event logs on computers running Windows Server 2008 R2 or Windows 7.</p>
<p><strong>System Services</strong></p>
<p>Windows Server 2008 R2 and Windows 7 include a variety of system services. Many of these services are configured to run by default, but others are not present unless you install specific components. This section describes the various services included with the operating systems so that you can best decide which ones to leave enabled and which ones can be safely disabled.</p>
<p><strong>Software Restriction Policies</strong></p>
<p>This section provides a brief overview of the Software Restriction Policy feature that is available in Windows Server 2008 R2 and Windows 7. It provides links to additional resources about how to design and use policy settings to control which applications can be used in your organization.</p>
<p><strong>Application Control Policies</strong></p>
<p>This section provides a brief overview of the AppLocker™ feature that is available in Windows Server 2008 R2 and Windows 7. It provides links to additional resources about how to design and use policy settings to control which applications can be used in your organization.</p>
<p><strong>External Storage Devices</strong></p>
<p>This section describes Group Policy settings that can be used to limit, prevent, or allow the use of external storage devices in networked computers.</p>
<p><strong>Additional Resources</strong></p>
<p>This section provides links to additional information sources about Windows security topics from Microsoft that you may find useful.</p>
<p><a title="Download the Guide" href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=27a7dbcb-29e5-48e4-a80e-95db724f3beb" target="_blank">Threats and Countermeasures Guide: Security Settings in Windows 7 and Windows Server 2008 R2</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1647/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1647&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2011/06/06/threats-and-countermeasures-guide-security-settings-in-windows-7-and-windows-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://markparris.files.wordpress.com/2011/06/windows_server.jpg?w=150" />
		<media:content url="http://markparris.files.wordpress.com/2011/06/windows_server.jpg?w=150" medium="image">
			<media:title type="html">Windows_Server</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft is back in the US for another Springboard Series Tour</title>
		<link>http://markparris.co.uk/2011/04/12/microsoft-is-back-in-the-us-for-another-springboard-series-tour/</link>
		<comments>http://markparris.co.uk/2011/04/12/microsoft-is-back-in-the-us-for-another-springboard-series-tour/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 20:46:07 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[markparris]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Springboard]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/2011/04/12/microsoft-is-back-in-the-us-for-another-springboard-series-tour/</guid>
		<description><![CDATA[May 2 – Toronto &#124; May 4 – Detroit &#124; May 6 – Chicago &#124; May 9 – Indianapolis &#124; May 11 – Dallas &#124; May 13 – Columbus The Springboard Series Tour is back! This 6 city tour brings the top product teams from Microsoft to you. We understand the questions and issues that [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1551&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p align="center"><a href="http://www.springboardseriestour.com" target="_blank"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="MSW_Tour_AllupBanner" border="0" alt="MSW_Tour_AllupBanner" src="http://markparris.files.wordpress.com/2011/04/msw_tour_allupbanner1.jpg?w=760&#038;h=139" width="760" height="139" /></a>     </p>
<p align="center"><strong><font size="3">May 2 – Toronto | May 4 – Detroit | May 6 – Chicago | May 9 – Indianapolis | May 11 – Dallas | May 13 – Columbus</font></strong></p>
<p align="left">The Springboard Series Tour is back! This 6 city tour brings the top product teams from Microsoft to you. We understand the questions and issues that IT pros deal with every day. How do I manage end users bringing consumer devices into the office? Should we look to the cloud for key solutions? Should I virtualize? What are the best tools to manage application compatibility and deployment? The Springboard Series Tour brings the experts and the answers.     </p>
<p>Join us for a full day’s deep dive into the tools, solutions and options to help you do more with less. We will cover managing the flexible workspace, a first look at Windows Intune and Office 365. We’ll also show you some of the new Windows Slates and give you details around Microsoft’s strategy for Slate devices. We will preview&#160; the new tools in the MDOP 2011 suite, a deep dive into managing and deploying Office 2010 and great tips and tricks to help you deploy Windows 7 and move your users from Windows XP with speed and ease.     </p>
<p><a href="http://www.springboardseriestour.com" target="_blank">REGISTER NOW</a> and save your seat for this free day of technical demos, Q&amp;A sessions, and real-world guidance from Microsoft experts.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1551/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1551/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1551&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2011/04/12/microsoft-is-back-in-the-us-for-another-springboard-series-tour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/04/msw_tour_allupbanner1.jpg" medium="image">
			<media:title type="html">MSW_Tour_AllupBanner</media:title>
		</media:content>
	</item>
		<item>
		<title>Clean up after installing Service Pack 1 on Windows 7 and Windows Server 2008 R2.</title>
		<link>http://markparris.co.uk/2011/04/12/clean-up-after-installing-service-pack-1-on-windows-7-and-windows-server-2008-r2/</link>
		<comments>http://markparris.co.uk/2011/04/12/clean-up-after-installing-service-pack-1-on-windows-7-and-windows-server-2008-r2/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 20:16:02 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[markparris]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[Service Pack 1]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/2011/04/12/clean-up-after-installing-service-pack-1-on-windows-7-and-windows-server-2008-r2/</guid>
		<description><![CDATA[After installing Service Pack 1 on Windows 7 or Windows Server 2008 R2, by default you have the ability to uninstall the Service Pack and rollback to the previous state. If you are confident that you do not need to rollback the service pack at a later date. The installation can be made final by [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1549&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>After installing Service Pack 1 on Windows 7 or Windows Server 2008 R2, by default you have the ability to uninstall the Service Pack and rollback to the previous state. If you are confident that you do not need to rollback the service pack at a later date. The installation can be made final by running <strong>DISM /online /cleanup-Image /spsuperseded</strong> on average this has reclaimed for me over 2GB per server, not that much space these days but if you have for some reason VM’s running like this, these 2GB’s can add up to a lot of space.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1549/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1549&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2011/04/12/clean-up-after-installing-service-pack-1-on-windows-7-and-windows-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows 7 SP1 Remote Server Administration Tools (RSAT) are now available.</title>
		<link>http://markparris.co.uk/2011/04/08/windows-7-remote-server-admin-tools-now-available/</link>
		<comments>http://markparris.co.uk/2011/04/08/windows-7-remote-server-admin-tools-now-available/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 05:53:28 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[markparris]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[RSAT]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/2011/04/08/windows-7-remote-server-admin-tools-now-available/</guid>
		<description><![CDATA[Microsoft have released the Remote Server Administration Tools (RSAT) for Windows 7 with Service Pack 1 (SP1): Remote Server Administration Tools for Windows® 7 with SP1 enables IT administrators to manage roles and features that are installed on computers that are running Windows Server® 2008 R2, Windows Server® 2008, or Windows Server® 2003, from a [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1544&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Microsoft have released the Remote Server Administration Tools (RSAT) for Windows 7 with Service Pack 1 (SP1):</p>
<p>Remote Server Administration Tools for Windows® 7 with SP1 enables IT administrators to manage roles and features that are installed on computers that are running Windows Server® 2008 R2, Windows Server® 2008, or Windows Server® 2003, from a remote computer that is running Windows 7 or Windows 7 with SP1.</p>
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d</a></p>
<p>Note that it is important to remove all versions of Administration Tools Pack or Remote Server Administration Tools from the computer before installing Remote Server Administration Tools for Windows 7 with SP1.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1544/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1544&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2011/04/08/windows-7-remote-server-admin-tools-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>
	</item>
		<item>
		<title>BOWSER in Windows 7?</title>
		<link>http://markparris.co.uk/2011/02/22/bowser-in-windows-7/</link>
		<comments>http://markparris.co.uk/2011/02/22/bowser-in-windows-7/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 01:27:49 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[markparris]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Trivia]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/2011/02/22/bowser-in-windows-7/</guid>
		<description><![CDATA[Now I know what has been causing all the issues in my Laptop, it’s that pesky Bowser. &#160;&#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1474&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Now I know what has been causing all the issues in my Laptop, it’s that pesky Bowser.</p>
<p><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://markparris.files.wordpress.com/2011/02/image4.png?w=688&#038;h=161" width="688" height="161" />&#160;&#160; <img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://markparris.files.wordpress.com/2011/02/image5.png?w=237&#038;h=240" width="237" height="240" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1474/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1474&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2011/02/22/bowser-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/02/image4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/02/image5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows 7 Service Pack 1 &#8211; Installation Failure ERROR_ACCESS_DENIED (0&#215;80070005)</title>
		<link>http://markparris.co.uk/2011/02/22/windows-7-service-pack-1-installation-failure-error_access_denied0x80070005/</link>
		<comments>http://markparris.co.uk/2011/02/22/windows-7-service-pack-1-installation-failure-error_access_denied0x80070005/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 01:19:27 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[markparris]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[0x80070005]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[failure]]></category>
		<category><![CDATA[Service Pack 1]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/2011/02/22/windows-7-service-pack-1-installation-failure-error_access_denied0x80070005/</guid>
		<description><![CDATA[When Windows 7 Service Pack 1 was made available last week, I eagerly downloaded it and then attempted to install it on my laptop, at which it failed.  The error message was not particularly helpful either. So following the instructions, I disabled my anti-virus and repeated the process, but once again I received ERROR_ACCESS_DENIED(0&#215;80070005). Having [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1469&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>When Windows 7 Service Pack 1 was made available last week, I eagerly downloaded it and then attempted to install it on my laptop, at which it failed.  The error message was not particularly helpful either.</p>
<p><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="image" alt="image" src="http://markparris.files.wordpress.com/2011/02/image6.png?w=488&#038;h=289" height="289" width="488" /></p>
<p>So following the instructions, I disabled my anti-virus and repeated the process, but once again I received <strong>ERROR_ACCESS_DENIED(0&#215;80070005)</strong>.</p>
<p>Having worked with Windows for many years, I knew to go on the hunt for the installation logs.</p>
<p>Navigating to <strong>C:\Windows\Logs\CBS</strong>, I located the log called <strong>CBS.log </strong></p>
<p>Opening the log file I searched for the usual negative terms such as failure, denied and error, with Error giving me the most results.</p>
<p>I found multiple references in the <strong>CBS.log</strong> such as these.</p>
<p><strong>2011-02-20 17:02:03, Info CBS    Failed to get session package state for package: Package_2_for_KB978601~31bf3856ad364e35~amd64~~6.1.1.1 [HRESULT = 0x80070490 - ERROR_NOT_FOUND]<br />
2011-02-20 17:02:03, Info CBS    Failed to get session package state for package: Package_37_for_KB2443685~31bf3856ad364e35~amd64~~6.1.1.0 [HRESULT = 0x80070490 - ERROR_NOT_FOUND]<br />
2011-02-20 17:02:05, Info CBS    Failed to get session package state for package: Package_2_for_KB974431~31bf3856ad364e35~amd64~~6.1.1.5 [HRESULT = 0x80070490 - ERROR_NOT_FOUND]</strong></p>
<p>I am not sure as to why these updates were reporting an ERROR_NOT_FOUND message, but after fully examining the CBS.log file I was left with a list of these updates (Note: this is my list of updates to remove, yours could be different).</p>
<p><strong><span style="color:#ff0000;">KB2207566<br />
KB2296011<br />
KB2305420<br />
KB2385678<br />
KB2393802<br />
KB2443685<br />
KB2454826<br />
KB2467023<br />
KB2479628<br />
KB2482017<br />
KB2485376<br />
KB2487426<br />
KB972270<br />
KB974431<br />
KB974571<br />
KB975467<br />
KB977617<br />
KB978601<br />
KB978637<br />
KB979482<br />
KB979688<br />
KB980846<br />
KB982110<br />
KB982799</span></strong></p>
<p>Opening from the Control Panel, Programs and Features and then by selecting “view installed updates”, I removed all the listed updates that reported ERROR_NOT_FOUND in the CBS.log.</p>
<p>I then rebooted and attempted to reinstall Windows 7 Service Pack 1 again and hey presto, after about an hour, my laptop was up and running with Windows 7 Service Pack 1.</p>
<p><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="image" alt="Success." src="http://markparris.files.wordpress.com/2011/02/image7.png?w=397&#038;h=268" height="268" width="397" /></p>
<p>When I get time, I will investigate why I got these errors in the first place, but for me the important thing was getting Service Pack 1 on the laptop.  I am coming to the conclusion this issue was caused by having a pre-release of the service pack on my laptop as my other machines, which did not have a pre-release version of Service Pack 1 installed have been error free.</p>
<p style="text-align:center;"><span style="color:#ff0000;font-size:small;"><strong>I HOPE THIS HELPS, THIS SOLUTION WORKED FOR ME, BUT DOES NOT MEAN IT WILL WORK FOR YOU.</strong></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1469/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1469&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2011/02/22/windows-7-service-pack-1-installation-failure-error_access_denied0x80070005/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/02/image6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/02/image7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows Server 2008 R2 and Windows 7 SP1 Resources and Information.</title>
		<link>http://markparris.co.uk/2011/02/17/windows-server-2008-r2-and-windows-7-sp1-resources-and-information/</link>
		<comments>http://markparris.co.uk/2011/02/17/windows-server-2008-r2-and-windows-7-sp1-resources-and-information/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 15:52:54 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[markparris]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2003 R2]]></category>
		<category><![CDATA[Service Pack]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://markparris.co.uk/?p=1444</guid>
		<description><![CDATA[Wednesday evening (16th February) saw the release to TechNet and MSDN, the RTM binaries for Service Pack 1.  Next week (February 22nd) will see the general availabilty of Service Pack 1. Information that is relevant to Service Pack 1 is documented below.  Documentation. Deployment Guide for Windows Server 2008 R2 with SP1 and Windows 7 with SP1 Hotfixes and [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1444&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Wednesday evening (16th February) saw the release to TechNet and MSDN, the RTM binaries for Service Pack 1.  Next week (February 22nd) will see the general availabilty of Service Pack 1.</p>
<p><img class="alignnone size-full wp-image-1453" title="Service Pack 1" src="http://markparris.files.wordpress.com/2011/02/sp1.png?w=588" alt=""   /></p>
<p>Information that is relevant to Service Pack 1 is documented below. </p>
<p><strong>Documentation.</strong></p>
<p><a href="http://download.microsoft.com/download/E/B/A/EBA55FE2-373A-4351-9346-6D762B79AA69/Deployment%20Guide%20for%20Windows%20Server%202008%20R2%20with%20SP1%20and%20Windows%207%20with%20SP1.doc" target="_blank">Deployment Guide for Windows Server 2008 R2 with SP1 and Windows 7 with SP1</a></p>
<p><a href="http://download.microsoft.com/download/E/B/A/EBA55FE2-373A-4351-9346-6D762B79AA69/Hotfixes%20and%20Security%20Updates%20included%20in%20Windows%207%20and%20Windows%20Server%202008%20R2%20Service%20Pack%201.xls" target="_blank">Hotfixes and Security Updates included in Windows 7 and Windows Server 2008 R2 Service Pack 1</a> <br />
(757 Hotfixes and 39 Security updates).</p>
<p><a href="http://download.microsoft.com/download/E/B/A/EBA55FE2-373A-4351-9346-6D762B79AA69/Installing%20Windows%20Server%202008%20R2%20with%20SP1.doc" target="_blank">Installing Windows Server 2008 R2 with SP1</a></p>
<p><a href="http://download.microsoft.com/download/E/B/A/EBA55FE2-373A-4351-9346-6D762B79AA69/Release%20Notes%20for%20Windows%207%20with%20Service%20Pack%201.doc" target="_blank">Release Notes for Windows 7 with Service Pack 1</a></p>
<p><a href="http://download.microsoft.com/download/E/B/A/EBA55FE2-373A-4351-9346-6D762B79AA69/Release%20Notes%20for%20Windows%20Server%202008%20R2%20with%20Service%20Pack%201.doc" target="_blank">Release Notes for Windows Server 2008 R2 with Service Pack 1</a></p>
<p><a href="http://download.microsoft.com/download/E/B/A/EBA55FE2-373A-4351-9346-6D762B79AA69/Notable%20Changes%20in%20Windows%207%20and%20Windows%20Server%202008%20R2%20Service%20Pack%201.doc" target="_blank">Windows 7 and Windows Server 2008 R2 Service Pack 1 Notable Changes</a></p>
<p><strong>Software</strong></p>
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c3202ce6-4056-4059-8a1b-3a9b77cdfdda" target="_blank">Windows Server 2008 R2 and Windows 7 SP1</a></p>
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=696dd665-9f76-4177-a811-39c26d3b3b34" target="_blank">The Windows Automated Installation Kit (AIK) for Windows 7 SP1</a> (This is an incremental update to the WAIK).</p>
<p><strong>Early KB Articles</strong></p>
<p><a href="http://support.microsoft.com/kb/2492938/en-us" target="_blank">Some programs have compatibility issues with Service Pack 1 for Windows 7 and for Windows Server 2008 R2</a></p>
<p><a href="http://support.microsoft.com/kb/2501816/en-us" target="_blank">&#8220;Display driver stopped responding but has recovered&#8221; error in a Windows 7 SP1-based VM that has a RemoteFX video adapter</a></p>
<p><span style="color:#999999;"><em>TBC&#8230;.</em></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1444/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1444/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1444&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2011/02/17/windows-server-2008-r2-and-windows-7-sp1-resources-and-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/02/sp1.png" medium="image">
			<media:title type="html">Service Pack 1</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows Virtual PC&#8211;Refresh download available.</title>
		<link>http://markparris.co.uk/2011/02/14/windows-virtual-pcrefresh-download-available/</link>
		<comments>http://markparris.co.uk/2011/02/14/windows-virtual-pcrefresh-download-available/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 18:53:56 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[markparris]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2003 R2]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[virtual pc]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[Windows XP mode]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/2011/02/14/windows-virtual-pcrefresh-download-available/</guid>
		<description><![CDATA[Microsoft have today (14/02/11) released a refresh update for their Virtual PC offering. Windows Virtual PC is the latest Microsoft virtualization technology. You can use it to run more than one operating system at the same time on one computer, and to run many productivity applications on a virtual Windows environment, with a single click, [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1439&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Microsoft have today (14/02/11) released a refresh update for their Virtual PC offering.</p>
<p>Windows Virtual PC is the latest Microsoft virtualization technology. You can use it to run more than one operating system at the same time on one computer, and to run many productivity applications on a virtual Windows environment, with a single click, directly from a computer running Windows 7.</p>
<p>Download it <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=2b6d5c18-1441-47ea-8309-2545b08e11dd" target="_blank">Here</a></p>
<p><strong>Supported host operating systems</strong></p>
<ul>
<li>Windows 7 Home Basic</li>
<li>Windows 7 Home Premium</li>
<li>Windows 7 Enterprise</li>
<li>Windows 7 Professional</li>
<li>Windows 7 Ultimate</li>
</ul>
<p><strong>Supported guest operating systems</strong></p>
<ul>
<li>Windows XP Service Pack 3 (SP3) Professional</li>
<li>Windows Vista Enterprise Service Pack 1 (SP1) and later versions</li>
<li>Windows Vista Ultimate Service Pack 1 (SP1) and later versions</li>
<li>Windows Vista Business Service Pack 1 (SP1) and later versions *</li>
<li>Windows 7 Professional *</li>
<li>Windows 7 Enterprise.</li>
<li>Windows 7 Ultimate</li>
</ul>
<p><strong>*Note</strong> Virtual applications are not supported on Windows Vista Business or on Windows 7 Professional. All other features of Windows Virtual PC are supported on these two guest systems.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1439/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1439&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2011/02/14/windows-virtual-pcrefresh-download-available/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>
	</item>
	</channel>
</rss>
