<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Confessions of a Microsoft Consultant : Windows</title><link>http://blogs.technet.com/doxley/archive/tags/Windows/default.aspx</link><description>Tags: Windows</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Converting Windows Error Codes To Something More Friendly</title><link>http://blogs.technet.com/doxley/archive/2009/11/05/converting-windows-error-codes-to-something-more-friendly.aspx</link><pubDate>Thu, 05 Nov 2009 09:30:24 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3291635</guid><dc:creator>Daniel Oxley</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/doxley/comments/3291635.aspx</comments><wfw:commentRss>http://blogs.technet.com/doxley/commentrss.aspx?PostID=3291635</wfw:commentRss><description>&lt;p align="justify"&gt;I can never remember how to do this, so I always end up looking it up.&amp;#160; Therefore, I am posting it here partly for me as a reference, but also in case anyone else finds it useful :-)&lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;Sometime the error codes that are returned by Microsoft Windows are accompanied by a rather cryptic message, or the message doesn’t quite offer enough information to be able to work out what has happened.&amp;#160; Well, if you follow the steps below you can look up what the message means to Windows, based on the error code that was returned.&lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;Make note of the last four numbers of the hexadecimal error code, in this example it is 2AFC.&lt;/div&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/errorcodes_875C/1_4.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="1" border="0" alt="1" src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/errorcodes_875C/1_thumb_1.jpg" width="545" height="378" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;Open the Windows Calculator (calc.exe) and switch it to the Scientific mode (or Programmer mode if you are using Windows 7).&amp;#160; Select the &lt;strong&gt;Hex&lt;/strong&gt; radio button, then enter the last four digits of the hexadecimal error number.&lt;/div&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/errorcodes_875C/2_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="2" border="0" alt="2" src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/errorcodes_875C/2_thumb.jpg" width="322" height="295" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;Select the &lt;strong&gt;Dec&lt;/strong&gt; radio button, and you’ll see the hexadecimal number converted to a decimal one.&lt;/div&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/errorcodes_875C/3_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="3" border="0" alt="3" src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/errorcodes_875C/3_thumb.jpg" width="322" height="295" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;Open a command prompt (cmd.exe) and type the following command: “NET HELPMSG ” followed by the decimal number that appears in the calculator.&amp;#160; In this case, the command would be: “NET HELPMSG 11004”.&amp;#160; You will then be returned what is hopefully a more friendly version of the error message.&lt;/div&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/errorcodes_875C/4_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="4" border="0" alt="4" src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/errorcodes_875C/4_thumb.jpg" width="619" height="182" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;Note that this will only work for Win32 error codes that originate from Microsoft Windows, the codes will often start with 8007 but not always.&amp;#160; Also, if the &lt;em&gt;net helpmsg&lt;/em&gt; command does not return a result it most likely means that the error either did not originate from Windows, or is not a valid Win32 process.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3291635" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/doxley/archive/tags/Windows/default.aspx">Windows</category><category domain="http://blogs.technet.com/doxley/archive/tags/Tips/default.aspx">Tips</category></item><item><title>Anti-Virus Software, That's Free!</title><link>http://blogs.technet.com/doxley/archive/2009/10/20/security-essentials.aspx</link><pubDate>Tue, 20 Oct 2009 10:27:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3287840</guid><dc:creator>Daniel Oxley</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/doxley/comments/3287840.aspx</comments><wfw:commentRss>http://blogs.technet.com/doxley/commentrss.aspx?PostID=3287840</wfw:commentRss><description>&lt;P align=justify&gt;I am probably the last Microsoft blogger to actually get round to writing something about this… but hey, I have been busy!&lt;/P&gt;
&lt;P align=justify&gt;Microsoft recently released to the public their free anti-virus solution, &lt;STRONG&gt;Microsoft Security Essentials&lt;/STRONG&gt; (MSE).&amp;nbsp; I had been trialling the beta versions for a few months on a Windows 7 computer and I was really pleased with it, so the fact that it has now been released as a final product is great!&amp;nbsp; Bizarrely, it even got the stamp of approval from my Anti-MS brother who told me that it consumes much less CPU and memory on his computer, and he has now gotten rid of his McAfee software completely (even though his paid for subscription has not expired).&amp;nbsp; Of course, then he finished the sentence with the usual “but it is from Microsoft so is bound to be full of security holes” nonsense he actually believes.&lt;/P&gt;
&lt;P align=justify&gt;&lt;A href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Freestuff_9672/MSE_2.jpg" mce_href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Freestuff_9672/MSE_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: block; FLOAT: none; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: auto; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: auto" title=MSE border=0 alt=MSE src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Freestuff_9672/MSE_thumb.jpg" width=473 height=369 mce_src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Freestuff_9672/MSE_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P align=justify&gt;&lt;A href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Freestuff_9672/MSE2_2.jpg" mce_href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Freestuff_9672/MSE2_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: block; FLOAT: none; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: auto; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: auto" title=MSE2 border=0 alt=MSE2 src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Freestuff_9672/MSE2_thumb.jpg" width=473 height=256 mce_src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Freestuff_9672/MSE2_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P align=justify&gt;The virus signature updates are automatically downloaded via the Windows Update service, so it is important that you have this feature enabled.&amp;nbsp; MSE is available in 32 or 64 bit and will run on Windows XP, Windows Vista and Windows 7, so go get it now!&amp;nbsp; There really is no excuse &lt;U&gt;not to run&lt;/U&gt; an antivirus product on all your computers, especially because it is completely free – you just need to have a genuine license of Windows in order to be able to install it…&amp;nbsp; :-)&lt;/P&gt;
&lt;P align=justify&gt;The download and more information is available here: &lt;A title=http://www.microsoft.com/security_essentials/ href="http://www.microsoft.com/security_essentials/" mce_href="http://www.microsoft.com/security_essentials/"&gt;http://www.microsoft.com/security_essentials/&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3287840" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/doxley/archive/tags/Windows/default.aspx">Windows</category><category domain="http://blogs.technet.com/doxley/archive/tags/Vista/default.aspx">Vista</category><category domain="http://blogs.technet.com/doxley/archive/tags/XP/default.aspx">XP</category><category domain="http://blogs.technet.com/doxley/archive/tags/Security/default.aspx">Security</category><category domain="http://blogs.technet.com/doxley/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://blogs.technet.com/doxley/archive/tags/Tool/default.aspx">Tool</category></item><item><title>Benchmarking Windows 7</title><link>http://blogs.technet.com/doxley/archive/2009/10/06/benchmarking-windows-7.aspx</link><pubDate>Tue, 06 Oct 2009 14:36:20 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3285044</guid><dc:creator>Daniel Oxley</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/doxley/comments/3285044.aspx</comments><wfw:commentRss>http://blogs.technet.com/doxley/commentrss.aspx?PostID=3285044</wfw:commentRss><description>&lt;p&gt;A very common request that clients make when starting a Windows deployment project is that we must reliably and accurately demonstrate that Windows Vista or Windows 7 is worth upgrading to from Windows XP, especially if the purchase of new hardware is not part of the project; often, and logically, clients will try to re-use their existing hardware platform whenever possible in order to save money.&amp;#160; Consequently, I am regularly asked to &lt;em&gt;prove&lt;/em&gt; that the newer version of Windows will run equally as well as Windows XP on the same hardware.&amp;#160; Their reasoning being is that they won’t upgrade the operating system on the existing hardware if the end-user experience is worse in terms of performance – regardless of how good the new features of the operating system are.&amp;#160; The problem with this is two-fold, one is a technical issue and the other is pure fantasy...&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Attempting to benchmark and compare two &lt;u&gt;different&lt;/u&gt; operating systems (yes, I know that each version of Windows is an evolution of the previous one, but it is still complicated) and providing accurate results is an extremely complicated task.&amp;#160; Unless done right, the results can be often speculative and can be turned upside down purely on your point of view.&amp;#160; It is also dodgy territory to get into because of the sheer number of factors that need to be taken into account in order for the test to be of any value, and then trying to explain the results to a lay person can be even more tricky.&amp;#160; This is because benchmarking a computer is not simply about measuring the raw speed of the CPU, in the same way that the horsepower alone of a car cannot be used to gauge if one car is quicker than another – you need to consider other factors such as the weight, ratios of the gearbox and torque.&lt;/p&gt;  &lt;p&gt;There are plenty of free tools that you can find on the Internet that will measure your computers speed, but more than a few are totally useless because they are simply measuring individual parameters such as CPU speed and RAM read/writes.&amp;#160; To benchmark a computer properly you need something that will measure hundreds of different aspects of the computer’s hardware and the operating system installed onto it, in order to produce an reliable result; even things such as the BIOS software can have a profound effect on the results from the benchmarking tests.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Because this is such a hot topic, and given that Windows 7 is around the corner, Microsoft published some benchmarking guides so that you can start measuring right now the performance of your systems with Windows 7.&amp;#160; I have included the link for the Windows 7 guide below, along with the (now defunct) Windows XP guide.&amp;#160; The Windows XP guide is there because, after all, the only real way to gauge the performance of your system is when you compare it to a different operating system running on the exact same hardware.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Benchmarking on Windows XP: &lt;a title="http://www.microsoft.com/whdc/archive/benchmark.mspx" href="http://www.microsoft.com/whdc/archive/benchmark.mspx"&gt;http://www.microsoft.com/whdc/archive/benchmark.mspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Performance Testing Guide for Windows: &lt;a title="http://www.microsoft.com/whdc/system/sysperf/Win7Perf.mspx" href="http://www.microsoft.com/whdc/system/sysperf/Win7Perf.mspx"&gt;http://www.microsoft.com/whdc/system/sysperf/Win7Perf.mspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Oh, and the “pure fantasy” I mentioned earlier...&amp;#160; Well, Windows Vista has had a somewhat “turbulent” life in terms of public perception.&amp;#160; I have always honestly told clients that my personal experiences with Windows Vista have been excellent, and it has always been fast for me.&amp;#160; Likewise, when I have worked on Windows Vista deployment projects this has also always been the case, the deployed computers always performed better than clients expectations.&amp;#160; However, often when clients talked about benchmarking Windows Vista they were very dubious of the results and tended to disregard them purely because they had it in their head that Windows Vista was/is a terribly slow beast.&amp;#160; Overcoming their personal views was actually extremely hard to do, regardless of how well benchmarking facts and statistics actually were.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3285044" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/doxley/archive/tags/Windows/default.aspx">Windows</category><category domain="http://blogs.technet.com/doxley/archive/tags/XP/default.aspx">XP</category><category domain="http://blogs.technet.com/doxley/archive/tags/Tips/default.aspx">Tips</category><category domain="http://blogs.technet.com/doxley/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Application Compatibility List for Windows 7</title><link>http://blogs.technet.com/doxley/archive/2009/09/21/windows-7-and-application-compatibility.aspx</link><pubDate>Mon, 21 Sep 2009 13:29:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3282245</guid><dc:creator>Daniel Oxley</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/doxley/comments/3282245.aspx</comments><wfw:commentRss>http://blogs.technet.com/doxley/commentrss.aspx?PostID=3282245</wfw:commentRss><description>&lt;P align=left&gt;A very common misconception that I am hearing regarding Windows 7 is that Microsoft has removed all of the problems that Windows Vista had caused with application compatibility.&amp;nbsp; While it is true that certain features of Windows 7 have been improved/tweaked, such as User Access Control (UAC), there will still be many applications that worked without problems on Windows XP but will experience issues when executed on Windows 7.&lt;/P&gt;
&lt;P align=left&gt;The difference between Windows XP and Windows Vista was huge, and since the release of Windows Vista some three years have passed; Windows 7 has evolved even further and incorporated many more changes.&amp;nbsp; A good portion of the compatibility problems can be fixed using various methods, but the fact remains that migrating from Windows XP to Windows 7 will not be a walk in the park.&lt;/P&gt;
&lt;P align=left&gt;Microsoft has up on its website a list of applications, along with their exact version numbers, that have been approved (by the developers, not Microsoft) for running correctly and as expected on Windows 7, check it out here: &lt;A title=https://winqual.microsoft.com/member/SoftwareLogo/windows7list.aspx href="https://winqual.microsoft.com/member/SoftwareLogo/windows7list.aspx" mce_href="https://winqual.microsoft.com/member/SoftwareLogo/windows7list.aspx"&gt;https://winqual.microsoft.com/member/SoftwareLogo/windows7list.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P align=left&gt;If you are planning on migrating to Windows 7 then the best thing you can do &lt;U&gt;right now&lt;/U&gt; is to consult the list and start talking to your application vendors in order to find out which of your applications are going to have problems when run on Windows 7.&amp;nbsp; Something I often saw when Windows Vista migration projects were planned is that application compatibility testing was often started too late in the project, or was not assigned enough resources simply because the problem was underestimated.&amp;nbsp; This caused delays, sometimes substantial, in the deployment of the operating system.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3282245" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/doxley/archive/tags/Windows/default.aspx">Windows</category><category domain="http://blogs.technet.com/doxley/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Laptop Hunters and Apple</title><link>http://blogs.technet.com/doxley/archive/2009/08/12/laptop-hunters-and-apple.aspx</link><pubDate>Wed, 12 Aug 2009 15:25:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3271062</guid><dc:creator>Daniel Oxley</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/doxley/comments/3271062.aspx</comments><wfw:commentRss>http://blogs.technet.com/doxley/commentrss.aspx?PostID=3271062</wfw:commentRss><description>&lt;P&gt;I have to confess that I never got to see any of the advertisements that Microsoft has been running (I saw a couple on YouTube out of curiosity, but never on TV) where they give something like $1500 to a person and tell them to buy the best computer that they can with that money.&amp;nbsp; The adverts take a dig at the colossal prices that Apple charges (dubbed the ‘Apple Tax’) for their computers because basically you can’t get an Apple computer for that same amount of money, but you &lt;EM&gt;&lt;U&gt;can&lt;/U&gt; &lt;/EM&gt;get a computer running Windows (and be a far better buy in my opinion).&lt;/P&gt;
&lt;P&gt;Well, it seems that the advertisements irritated Apple somewhat because someone in their legal department called Microsoft complaining about them only two weeks after they started running.&amp;nbsp; Basically they asked Microsoft to stop running the ads because they were no longer true, they had lowered their prices.&amp;nbsp; All $100 of it…&lt;/P&gt;
&lt;DIV style="PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 425px; PADDING-RIGHT: 0px; DISPLAY: block; FLOAT: none; MARGIN-LEFT: auto; MARGIN-RIGHT: auto; PADDING-TOP: 0px" id=scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:f0cb8bf3-940e-44fb-a41d-515524e31fe6 class=wlWriterEditableSmartContent&gt;
&lt;DIV style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-TOP: 0px" id=543e66c2-bfc4-48b3-9023-7aefbb96f401&gt;
&lt;DIV&gt;&lt;A href="http://www.youtube.com/watch?v=mbSuUiec4QE" target=_new mce_href="http://www.youtube.com/watch?v=mbSuUiec4QE"&gt;&lt;IMG style="BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none" alt="" src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/35140cb06dbe_76B7/videodfb88f410428.jpg" onload="var downlevelDiv = document.getElementById('543e66c2-bfc4-48b3-9023-7aefbb96f401'); downlevelDiv.innerHTML = &amp;quot;&lt;div&gt;&lt;object width=\&amp;quot;425\&amp;quot; height=\&amp;quot;355\&amp;quot;&gt;&lt;param name=\&amp;quot;movie\&amp;quot; value=\&amp;quot;http://www.youtube.com/v/mbSuUiec4QE&amp;amp;hl=en\&amp;quot;&gt;&lt;\/param&gt;&lt;embed src=\&amp;quot;http://www.youtube.com/v/mbSuUiec4QE&amp;amp;hl=en\&amp;quot; type=\&amp;quot;application/x-shockwave-flash\&amp;quot; width=\&amp;quot;425\&amp;quot; height=\&amp;quot;355\&amp;quot;&gt;&lt;\/embed&gt;&lt;\/object&gt;&lt;\/div&gt;&amp;quot;;" mce_src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/35140cb06dbe_76B7/videodfb88f410428.jpg" galleryimg="no"&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Kevin Turner, who received the call, said:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;"Two weeks ago we got a call from the Apple legal department saying, hey -- this is a true story -- saying, Hey, you need to stop running those ads, we lowered our prices." They took like $100 off or something. It was the greatest single phone call in the history that I've ever taken in business."&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you don’t believe me, read it here: &lt;A title=http://www.microsoft.com/presspass/exec/elop/07-15-09WPC2009.mspx href="http://www.microsoft.com/presspass/exec/elop/07-15-09WPC2009.mspx" mce_href="http://www.microsoft.com/presspass/exec/elop/07-15-09WPC2009.mspx"&gt;http://www.microsoft.com/presspass/exec/elop/07-15-09WPC2009.mspx&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3271062" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/doxley/archive/tags/Windows/default.aspx">Windows</category><category domain="http://blogs.technet.com/doxley/archive/tags/Misc/default.aspx">Misc</category></item><item><title>Saving The World, Printer Ink First</title><link>http://blogs.technet.com/doxley/archive/2009/08/05/saving-the-world-printer-ink-first.aspx</link><pubDate>Wed, 05 Aug 2009 14:08:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3270811</guid><dc:creator>Daniel Oxley</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/doxley/comments/3270811.aspx</comments><wfw:commentRss>http://blogs.technet.com/doxley/commentrss.aspx?PostID=3270811</wfw:commentRss><description>&lt;P&gt;Saving something seems to to be the big thing in I.T. at moment, which is never a bad thing.&amp;nbsp; The current big thing is the Green Computing initiatives, particularly with the prominence now of virtual computing and power saving features in new operating systems (hint, hint: Windows Vista and Windows 7).&amp;nbsp; Another very common one I see is the footer that a lot of people include on their emails, looks like this:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Savingsomeink_7FBE/emailfooter_2.jpg" mce_href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Savingsomeink_7FBE/emailfooter_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: block; FLOAT: none; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: auto; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: auto" title=emailfooter border=0 alt=emailfooter src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Savingsomeink_7FBE/emailfooter_thumb.jpg" width=450 height=42 mce_src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Savingsomeink_7FBE/emailfooter_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Well, a new one has appeared which on face value might seem a bit unbelievable, but the authors reckon that it actually really works.&amp;nbsp; An open-source font has been created that looks like Swiss cheese!&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Savingsomeink_7FBE/ecofont1_2.jpg" mce_href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Savingsomeink_7FBE/ecofont1_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: block; FLOAT: none; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: auto; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: auto" title=ecofont1 border=0 alt=ecofont1 src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Savingsomeink_7FBE/ecofont1_thumb.jpg" width=577 height=256 mce_src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Savingsomeink_7FBE/ecofont1_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;The creators claim that, because the font is full of holes, you will save around 20% of the ink in your printer; thus saving money and resources.&amp;nbsp; When I first saw it I was sceptical, but according to the website all those holes really do make a difference.&amp;nbsp; I’ll give it a try to see how useful it is.&lt;/P&gt;
&lt;P&gt;Note that, if your document has a lot of bold text then all those little holes will pretty much disappear, as you can see below:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Savingsomeink_7FBE/ecofont2_2.jpg" mce_href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Savingsomeink_7FBE/ecofont2_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: block; FLOAT: none; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: auto; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: auto" title=ecofont2 border=0 alt=ecofont2 src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Savingsomeink_7FBE/ecofont2_thumb.jpg" width=585 height=279 mce_src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Savingsomeink_7FBE/ecofont2_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Also, although it is called &lt;EM&gt;EcoFont&lt;/EM&gt;, it doesn’t actually appear in your font list under that name which was a little confusing.&amp;nbsp; It took me a while to find it (maybe this is in the documentation…) listed as &lt;EM&gt;&lt;STRONG&gt;Sprang eco sans&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Savingsomeink_7FBE/ecofont3_6.jpg" mce_href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Savingsomeink_7FBE/ecofont3_6.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: block; FLOAT: none; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: auto; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: auto" title=ecofont3 border=0 alt=ecofont3 src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Savingsomeink_7FBE/ecofont3_thumb_2.jpg" width=287 height=423 mce_src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Savingsomeink_7FBE/ecofont3_thumb_2.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;You can get the font and read more about it here: &lt;A title=http://www.ecofont.eu/splash_en_pro.html href="http://www.ecofont.eu/splash_en_pro.html" mce_href="http://www.ecofont.eu/splash_en_pro.html"&gt;http://www.ecofont.eu/splash_en_pro.html&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Obviously, the better way to save ink in your printer (and paper as well) is to &lt;STRONG&gt;&lt;U&gt;&lt;EM&gt;only print something when you absolutely have to&lt;/EM&gt;&lt;/U&gt;&lt;/STRONG&gt;.&amp;nbsp; Countless times I have been onsite with clients and they have printed &lt;STRONG&gt;&lt;EM&gt;&lt;U&gt;ALL&lt;/U&gt;&lt;/EM&gt;&lt;/STRONG&gt; of their documentation for me to read, which is such a waste as I could just as easily read it on screen if they simply email it to me.&amp;nbsp; Also, when I submit documentation for review by customers, it is often printed out several times so people can go through it for reviewing; I know it is less comfortable to read off the computer screen, but still…&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3270811" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/doxley/archive/tags/Windows/default.aspx">Windows</category><category domain="http://blogs.technet.com/doxley/archive/tags/Misc/default.aspx">Misc</category><category domain="http://blogs.technet.com/doxley/archive/tags/Tips/default.aspx">Tips</category></item><item><title>IKEA-fying my computer</title><link>http://blogs.technet.com/doxley/archive/2009/06/09/ikea-fying-my-computer.aspx</link><pubDate>Tue, 09 Jun 2009 01:50:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3252171</guid><dc:creator>Daniel Oxley</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/doxley/comments/3252171.aspx</comments><wfw:commentRss>http://blogs.technet.com/doxley/commentrss.aspx?PostID=3252171</wfw:commentRss><description>&lt;P&gt;I have had this blog post in the pipeline for a while now, but I have been waiting until all the pieces fell into place, to make it something actually worthwhile to read!&amp;nbsp; Be warned though, this is a rather long blog post – but please stay awake!&lt;/P&gt;
&lt;P&gt;Having access to earlier builds of Microsoft operating systems is great (and pretty important for my job given that I specialise in deploying them!) as I get to play with new technologies long before everyone else :-).&amp;nbsp; The only downside to this though is that, seeing as I only have one company laptop, it means that every few months I am constantly formatting and reinstalling my computer.&amp;nbsp; This is a task that everyone knows is painful; no matter how great the setup process of Microsoft Windows and then &lt;EM&gt;all &lt;/EM&gt;the applications, it is still a couple of days work afterwards getting everything just right.&amp;nbsp; Also, it is not as simple as just reinstalling Windows and applications as I always had to realise the following process:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Back up user data &lt;/LI&gt;
&lt;LI&gt;Back up Outlook PST files &lt;/LI&gt;
&lt;LI&gt;Back up Internet Favourites &lt;/LI&gt;
&lt;LI&gt;Export all certificates for my user account &lt;/LI&gt;
&lt;LI&gt;Export Bitlocker recovery keys &lt;/LI&gt;
&lt;LI&gt;Burn DVD with latest version of Microsoft Windows &lt;/LI&gt;
&lt;LI&gt;Format hard drive &lt;/LI&gt;
&lt;LI&gt;Install operating system &lt;/LI&gt;
&lt;LI&gt;Join computer to domain &lt;/LI&gt;
&lt;LI&gt;Install all patches &lt;/LI&gt;
&lt;LI&gt;Activate license for Windows &lt;/LI&gt;
&lt;LI&gt;Install all applications, i.e. Office, FOXIT PDF, Anti-Virus, Visual Studio, Visio etc. etc. &lt;/LI&gt;
&lt;LI&gt;Install more patches&lt;/LI&gt;
&lt;LI&gt;Move user data, favourites, Outlook files, certificates and everything else back to internal laptop hard drive&lt;/LI&gt;
&lt;LI&gt;Activate Bitlocker on hard drive (and re-encrypt C: partition) &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;It is such a tedious task that it would often put me off of changing the OS, particularly if I was away from the office travelling or did not have the time to do all of the above at home.&amp;nbsp; And, after I had a &lt;A href="http://blogs.technet.com/doxley/archive/2008/01/30/in-the-immortal-words-of-homer-doh.aspx" mce_href="http://blogs.technet.com/doxley/archive/2008/01/30/in-the-immortal-words-of-homer-doh.aspx"&gt;Homer Simpson&lt;/A&gt; moment, I became paranoid that my backups were safe, so sometimes I made two copies of everything!&amp;nbsp; What I wanted/needed was something a bit more ‘IKEA’-like; &lt;EM&gt;&lt;U&gt;something modular that would allow me to swap pieces in and out easily without affecting the rest&lt;/U&gt;&lt;/EM&gt;...&lt;/P&gt;
&lt;P&gt;One day, on the way home from Barcelona on the train (trains are incredible in Spain by the way.&amp;nbsp; From Madrid to Barcelona at 300 km/h without even noticing it) when I realised that, with a new feature in Windows 7 this was now possible!&amp;nbsp; I have now been playing around the idea for a while and I wanted to blog about it, not so much that someone else might follow the steps (because it is far from painless at the moment, improving though) but because it shows the potential of what can be done right now with Windows 7 and existing software, and it might also be a common configuration one day in the future, who knows?&lt;/P&gt;
&lt;P&gt;With Windows 7 a computer can boot using an operating system that is installed inside a VHD file, but the operating system is using the physical hardware of the computer – this feature is called “Boot from VHD” and has nothing to do with virtualisation apart from that it uses the VHD disk file format.&amp;nbsp; What this means is that you can prepare a Windows 7 virtual machine in Hyper-V, execute sysprep and then copy the VHD file to a different computer and configure it to boot.&amp;nbsp; The operating system inside the VHD file runs using all the &lt;EM&gt;physical hardware of the computer&lt;/EM&gt;, but all operating system data remains inside the VHD file (think: container file, nothing more).&amp;nbsp; Now, if my operating system is all contained inside a single file on the disk, here is the first step to making it modular; to change the operating system, I just need to copy a new VHD file to my hard drive and delete the unwanted VHD file or make it dual-boot.&lt;/P&gt;
&lt;P&gt;This leaves me then with the problem of having to back up all user data before changing the operating system, and then restoring the data afterwards.&amp;nbsp; But what if I configured &lt;A href="http://www.mesh.com/" mce_href="http://www.mesh.com"&gt;Live Mesh&lt;/A&gt; to maintain a copy of my data in the cloud?&amp;nbsp; By doing this, all I have to do is change the operating system, install the Live Mesh client agent and then sit back while all my user data reappears on my computer from the cloud.&amp;nbsp; I won’t have had to make any backups, nor recover any files.&amp;nbsp; My data is pulled down automatically from the online backup that Live Mesh maintains for me automatically and I can eliminate this pain from the process as well.&lt;/P&gt;
&lt;P&gt;Now then, what about the reinstalling all of the applications every time?&amp;nbsp; This is an easy one: if I package all of my applications into App-V “bubbles”, then I no longer need to reinstall any applications at all, all I do is just launch the application inside it’s bubble and I am up and running – no more application reinstalls and no need to worry about compatibility issues with a new operating system&lt;/P&gt;
&lt;P&gt;In figure 1, I have represented the idea with a diagram.&amp;nbsp; Every piece of the problem is contained inside it’s own module and can be swapped out easily, without affecting any other module – I can even change the underlying hardware, i.e. move to a new physical computer, with minimal effort now :-)&lt;/P&gt;
&lt;P align=center&gt;&lt;A href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/IKEAfyingmycomputer_14C00/pc_4.jpg" mce_href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/IKEAfyingmycomputer_14C00/pc_4.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title=pc border=0 alt=pc src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/IKEAfyingmycomputer_14C00/pc_thumb_1.jpg" width=437 height=242 mce_src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/IKEAfyingmycomputer_14C00/pc_thumb_1.jpg"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P align=center&gt;Figure 1: Welcome to the Oxley-verse&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In figure 2 I show my drive partition schema, so that you can see that I have no operating system actually installed, it is all inside a VHD file (note the blue colour for icon on disk 1).&amp;nbsp; Disk 0 has 2 partitions, excluding the initial RAW partition, the first (the D: drive) is the partition that holds the VHD file.&amp;nbsp; It is not a bootable partition, and contains &lt;EM&gt;only a &lt;U&gt;single&lt;/U&gt; file&lt;/EM&gt;, the VHD file.&amp;nbsp; In the M: drive partition on disk 0 I have all of my user data, application files, etc.&amp;nbsp; This is important as, in order for this to work, the VHD must only contain the operating system and nothing else.&lt;/P&gt;
&lt;P&gt;Disk 1 is the VHD file that is mounted at boot time, containing only my Windows 7 install.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/IKEAfyingmycomputer_14C00/disk_2.jpg" mce_href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/IKEAfyingmycomputer_14C00/disk_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: block; FLOAT: none; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: auto; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: auto" title=disk border=0 alt=disk src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/IKEAfyingmycomputer_14C00/disk_thumb.jpg" width=919 height=205 mce_src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/IKEAfyingmycomputer_14C00/disk_thumb.jpg"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P align=center&gt;Figure 2: Drive schema&lt;/P&gt;
&lt;P&gt;Finally, by redirecting my entire user profile to the M: drive, I am not using the C: for anything other than the operating system.&amp;nbsp; All of the user data, such as Favourites, documents, even temp files, etc. are redirected to M:.&amp;nbsp; I have it all working great now, but it took an awful lot of work to get there.&amp;nbsp; However, now that it is done, I can change my operating system (simply swapping out the VHD, fixing a few registry keys etc.) and be working with everything again within a couple of hours, as opposed to a couple of days.&amp;nbsp; Beat that for efficiency!&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Lessons learned:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;As with all experimenting I learnt plenty of lessons, the hard way.&amp;nbsp; Also, it is not totally modular yet, as certain pieces can’t be abstracted from the operating system; an example of this is the anti-virus software that still needs to be installed inside the VHD file and certain applications insist on writing to C:\Users\USERNAME.&amp;nbsp; Below, I have listed the biggest problems that I came experienced, as well as some issues that need to be considered.&amp;nbsp; The biggest issue I have seen though is not actually a technical one; some of the configurations are very very very likely to be &lt;U&gt;unsupported&lt;/U&gt; by Microsoft and/or third party vendors.&amp;nbsp; This doesn’t concern me too much because I am my own helpdesk, but it may be an issue in different environments.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Microsoft company policy states that any disk partition that contains confidential information must be protected with Bitlocker.&amp;nbsp; As you can see in the drive schema above, M: is encrypted, and so is C:, which is inside the VHD file.&amp;nbsp; Unless things change between now and the release of Windows 7, a Bitlocker’d “Boot from VHD” file is an unsupported configuration. &lt;/LI&gt;
&lt;LI&gt;Likewise, I am pretty certain that Windows 7 in VHD on a computer that has no operating system &lt;EM&gt;installed ‘normally’&lt;/EM&gt; (i.e. the files on the disk rather than wrapped up in a VHD file) is also an unsupported configuration. &lt;/LI&gt;
&lt;LI&gt;There is no 64 bit App-V client available yet. &lt;/LI&gt;
&lt;LI&gt;Sequencing applications in App-V can be a fiddly job, and also not all applications can be sequenced. &lt;/LI&gt;
&lt;LI&gt;There is allegedly a very slight loss of performance for Windows 7 running inside a VHD file when compared to a ‘normally installed’ Windows 7 computer.&amp;nbsp; I would argue this point because, in my opinion, any performance degradation is either negligible or unnoticeable – but I am not refuting what Microsoft has published regarding this issue. &lt;/LI&gt;
&lt;LI&gt;By default, the installation of Windows 7 will not create a paging file if it detects that a VHD file is being used to boot.&amp;nbsp; It took me a while to work out why I couldn’t start any virtual machines on my computer due to lack of memory because of this.&amp;nbsp; You can create a paging yourself, but you’ll need to create it on a partition outside the VHD file, in my case it is on the D: drive as it is the only partition not encrypted with Bitlocker.&lt;/LI&gt;
&lt;LI&gt;Using standalone App-V packages requires a hefty amount of disk space because the packages are often larger than the space that a normal installation of the application would consume.&amp;nbsp; Also, by carving up the local disk into partitions, I limited myself to the amount of space available. &lt;/LI&gt;
&lt;LI&gt;App-V applications can take a little longer to start (unless caching is used) compared to an installed application. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;After reading this, the obvious questions is “why not just put the OS into a different partition?”.&amp;nbsp; My answer to this though is simple; doing it this way I can prepare the VHD file using Hyper-V at leisure without loosing access to everything else while I am doing it.&amp;nbsp; If it takes 3 weeks, then that is no problem!&amp;nbsp; Also, and importantly, I can put all the operating systems I want to boot into VHD files that all reside on the same partition.&amp;nbsp; I am currently running a dual-boot configuration with Windows 7 in one VHD file, and Window Server 2008 R2 (with Hyper-V enabled of course) in another VHD file, with both VHD files on the same partition (D:). &lt;/P&gt;
&lt;P&gt;If you try any of this on your computer, please don’t later on phone Microsoft support for help.&amp;nbsp; Not unless they publish a support statement clarifying that the configuration is a supported one!&amp;nbsp; This is simply an experiment I have been working on that works extremely well for me as I often reinstall my computer.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;p.s. for those that don't know.&amp;nbsp; IKEA is a mega super store that sells modular furniture that you take home and try to build yourself.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3252171" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/doxley/archive/tags/Windows/default.aspx">Windows</category><category domain="http://blogs.technet.com/doxley/archive/tags/Misc/default.aspx">Misc</category><category domain="http://blogs.technet.com/doxley/archive/tags/Live+Mesh/default.aspx">Live Mesh</category><category domain="http://blogs.technet.com/doxley/archive/tags/Tips/default.aspx">Tips</category><category domain="http://blogs.technet.com/doxley/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://blogs.technet.com/doxley/archive/tags/Server+2008+R2/default.aspx">Server 2008 R2</category><category domain="http://blogs.technet.com/doxley/archive/tags/App-V/default.aspx">App-V</category></item><item><title>Safely setting autologon for Windows</title><link>http://blogs.technet.com/doxley/archive/2009/04/22/safely-setting-autologon-for-windows.aspx</link><pubDate>Wed, 22 Apr 2009 19:16:57 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3229283</guid><dc:creator>Daniel Oxley</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/doxley/comments/3229283.aspx</comments><wfw:commentRss>http://blogs.technet.com/doxley/commentrss.aspx?PostID=3229283</wfw:commentRss><description>&lt;p&gt;When configuring Microsoft Windows to auto-logon, most people just modify the following keys in the registry:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\AutoAdminLogon      &lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\DefaultUserName       &lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\DefaultPassword       &lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\DefaultDomain&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;However, the problem with doing it that way is that the password for the user account is stored in the registry as unencrypted text, which means that anyone with enough rights to view the registry, be it locally or remotely, can view the password easily and potentially compromise the system.&amp;#160; This also applies if the computer was infected with a virus or malware, which could also potentially read the configured auto-logon user credentials and then send them over the internet for future malicious use.&lt;/p&gt;  &lt;p&gt;However, if you use the Sysinternals tool &lt;a href="http://technet.microsoft.com/en-us/sysinternals/bb963905.aspx"&gt;AutoLogons&lt;/a&gt; to configure the auto-logon then the password string value is stored encrypted in the registry as an &lt;a href="http://msdn.microsoft.com/en-us/library/aa378826.aspx"&gt;LSA secret&lt;/a&gt;.&amp;#160; Which means that, once the autologon is configured, the unencrypted version of the password used cannot be viewed by anyone/anything at all.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/SafelysettingautologonforWindows_8A19/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/SafelysettingautologonforWindows_8A19/image_thumb.png" width="323" height="169" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;The tool couldn’t be simpler to use, and most importantly, it helps to maintain the security of your systems.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3229283" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/doxley/archive/tags/Windows/default.aspx">Windows</category><category domain="http://blogs.technet.com/doxley/archive/tags/Security/default.aspx">Security</category><category domain="http://blogs.technet.com/doxley/archive/tags/Tips/default.aspx">Tips</category><category domain="http://blogs.technet.com/doxley/archive/tags/Tool/default.aspx">Tool</category></item><item><title>Yet Another Core Configurator</title><link>http://blogs.technet.com/doxley/archive/2009/04/06/yet-another-core-configurator.aspx</link><pubDate>Mon, 06 Apr 2009 10:38:34 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3222706</guid><dc:creator>Daniel Oxley</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.technet.com/doxley/comments/3222706.aspx</comments><wfw:commentRss>http://blogs.technet.com/doxley/commentrss.aspx?PostID=3222706</wfw:commentRss><description>&lt;p&gt;In the true spirit of Linux, it seems that everybody is re-inventing the wheel – because they can.&amp;#160; So, just as your favourite Linux distro had 9,999 different versions of the same basic calculator tool (but all written by different people), it seems lately that everybody has written a graphical interface for Windows Server Core 2008.&amp;#160; Although I may be coming across rather cynical, this tool is actually pretty good.&amp;#160; For those of you who don’t want to use the command-line to administer Server Core, this tool might just be what you are looking for.&amp;#160; Of course, any die-hard command prompt lovers which sneer at this tool!&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/CoreCOnfigurator_FCAC/clip_image001_3cb2597e-c569-429a-bfbe-b5216e53263a.jpg" width="520" height="394" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;You can read more about it here: &lt;a title="http://www.smart-x.com/?CategoryID=198&amp;amp;ArticleID=167&amp;amp;sng=1" href="http://www.smart-x.com/?CategoryID=198&amp;amp;ArticleID=167&amp;amp;sng=1"&gt;http://www.smart-x.com/?CategoryID=198&amp;amp;ArticleID=167&amp;amp;sng=1&lt;/a&gt;&amp;#160; and here: &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2009/01/27/smart-x-coreconfigurator-1-2-0-2-i-m-impressed.aspx"&gt;http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2009/01/27/smart-x-coreconfigurator-1-2-0-2-i-m-impressed.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;By the way, I am not endorsing the tool so if it turns out that it breaks your system completely you might hear me give a ‘&lt;a href="http://www.youtube.com/watch?v=AzSnk3Rbkgk"&gt;Nelson&lt;/a&gt;’ laugh in true ‘The Simpsons’ style (see below).&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;div style="padding-bottom: 0px; padding-left: 0px; width: 314px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:555721d6-eec9-48ea-b5bf-27676e633efc" class="wlWriterEditableSmartContent"&gt;&lt;div id="456dbdd7-3bc6-480b-ad8d-bceafdf93498" style="margin: 0px; padding: 0px; display: inline;"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=AzSnk3Rbkgk" target="_new"&gt;&lt;img src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/CoreCOnfigurator_FCAC/video4c5bdda90f5c.jpg" style="border-style: none" galleryimg="no" onload="var downlevelDiv = document.getElementById('456dbdd7-3bc6-480b-ad8d-bceafdf93498'); downlevelDiv.innerHTML = &amp;quot;&amp;lt;div&amp;gt;&amp;lt;object width=\&amp;quot;314\&amp;quot; height=\&amp;quot;235\&amp;quot;&amp;gt;&amp;lt;param name=\&amp;quot;movie\&amp;quot; value=\&amp;quot;http://www.youtube.com/v/AzSnk3Rbkgk&amp;amp;hl=en\&amp;quot;&amp;gt;&amp;lt;\/param&amp;gt;&amp;lt;embed src=\&amp;quot;http://www.youtube.com/v/AzSnk3Rbkgk&amp;amp;hl=en\&amp;quot; type=\&amp;quot;application/x-shockwave-flash\&amp;quot; width=\&amp;quot;314\&amp;quot; height=\&amp;quot;235\&amp;quot;&amp;gt;&amp;lt;\/embed&amp;gt;&amp;lt;\/object&amp;gt;&amp;lt;\/div&amp;gt;&amp;quot;;" alt=""&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3222706" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/doxley/archive/tags/Windows/default.aspx">Windows</category><category domain="http://blogs.technet.com/doxley/archive/tags/Server+2008/default.aspx">Server 2008</category></item><item><title>Network Issues prevent certain Installations (otherwise known as 0xc000000f)</title><link>http://blogs.technet.com/doxley/archive/2009/04/02/network-issues-prevent-certain-installations-otherwise-known-as-0xc000000f.aspx</link><pubDate>Thu, 02 Apr 2009 12:28:17 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3221476</guid><dc:creator>Daniel Oxley</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/doxley/comments/3221476.aspx</comments><wfw:commentRss>http://blogs.technet.com/doxley/commentrss.aspx?PostID=3221476</wfw:commentRss><description>&lt;p align="justify"&gt;I have recently been setting up a Hyper-V laboratory for a Windows 7 project.&amp;#160; I had all the machines installed, and I was configuring them using an RDP connection rather than using VMConnect (the reason is that it is nice and easy to get access to files that are outside the VM this way, simply use &lt;a href="file://\\tsclient\c"&gt;\\tsclient\c&lt;/a&gt; (or any other drive letter) in order to get access to the C: drive of the local computer from the VM).&lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;So, I popped the Microsoft Office 2007 DVD into the drive on my laptop in order to install it, but upon running setup.exe I was getting the below error:&lt;/p&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/NetworkIssuespreventcertainInstallations_9EC6/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/NetworkIssuespreventcertainInstallations_9EC6/image_thumb.png" width="415" height="147" /&gt;&lt;/a&gt; As is sometimes the case, the error message was pretty useless.&amp;#160; “The application failed to initialize properly (0xc000000f)” doesn’t really mean that much to me, and my first thought was that it was a problem with a scratched or dirty DVD.&amp;#160; However, when I then tried to install some anti-virus software, I got the same exact error message, but this time I had launched the setup file from my local C: drive, thus eliminated dodgy media as the cause.&amp;#160; A search on the web turned up no results at all (it seems that when Windows Vista fails to boot right it also displays the error 0xc000000f) apart from non-related issues.&lt;/p&gt;  &lt;p align="justify"&gt;In the end, I worked out that it seemed to be a problem with running the install over the network, because by copying the files inside the VM, all the applications installed correctly with no further fuss.&amp;#160; Now, there is normally no issue at all with running an installation over the network (think SMS/SCCM) so I suspect that this is something specific to using the &lt;a href="file://\\tsclient"&gt;\\tsclient&lt;/a&gt; paths from RDP inside a virtual machine – either that or I completely did something wrong – this is always a possibility :-(&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3221476" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/doxley/archive/tags/Windows/default.aspx">Windows</category><category domain="http://blogs.technet.com/doxley/archive/tags/Misc/default.aspx">Misc</category><category domain="http://blogs.technet.com/doxley/archive/tags/Tips/default.aspx">Tips</category></item><item><title>Kicking the tyres</title><link>http://blogs.technet.com/doxley/archive/2009/03/30/kicking-the-tyres.aspx</link><pubDate>Mon, 30 Mar 2009 19:44:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3219867</guid><dc:creator>Daniel Oxley</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/doxley/comments/3219867.aspx</comments><wfw:commentRss>http://blogs.technet.com/doxley/commentrss.aspx?PostID=3219867</wfw:commentRss><description>&lt;P&gt;Want to try out Windows Server 2008?&amp;nbsp; Or perhaps Exchange Server 2007?&amp;nbsp; You can download complete virtual machine environments for a whole list of Microsoft products, free of charge.&amp;nbsp; Check out the Test Drive program here: &lt;A title=http://technet.microsoft.com/en-us/bb738372.aspx href="http://technet.microsoft.com/en-us/bb738372.aspx" mce_href="http://technet.microsoft.com/en-us/bb738372.aspx"&gt;http://technet.microsoft.com/en-us/bb738372.aspx&lt;/A&gt; for more information and the download links.&lt;/P&gt;
&lt;P&gt;The best thing about it is that you can download an entire virtual machine with the software pre-configured and running correctly – so you don’t need to complete any additional tasks in order&amp;nbsp;to start playing/testing/evaluating the products immediately in your own virtual environment.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Enjoy!&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3219867" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/doxley/archive/tags/Virtual+Server/default.aspx">Virtual Server</category><category domain="http://blogs.technet.com/doxley/archive/tags/Windows/default.aspx">Windows</category><category domain="http://blogs.technet.com/doxley/archive/tags/Vista/default.aspx">Vista</category><category domain="http://blogs.technet.com/doxley/archive/tags/Hyper-V/default.aspx">Hyper-V</category><category domain="http://blogs.technet.com/doxley/archive/tags/Server+2008/default.aspx">Server 2008</category><category domain="http://blogs.technet.com/doxley/archive/tags/Tips/default.aspx">Tips</category></item><item><title>Just fix it for me please…</title><link>http://blogs.technet.com/doxley/archive/2009/01/13/just-fix-it-for-me-please.aspx</link><pubDate>Tue, 13 Jan 2009 10:33:58 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3181576</guid><dc:creator>Daniel Oxley</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/doxley/comments/3181576.aspx</comments><wfw:commentRss>http://blogs.technet.com/doxley/commentrss.aspx?PostID=3181576</wfw:commentRss><description>&lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;Articles on the Microsoft Knowledge Base (KB) sometimes contain pretty straightforward solutions, such as changing a single value in the registry or running a simple command.&amp;#160; They are often so simple that I always wondered why Windows could not just fix it for you, saving you the hassle of finding out what the solution is in the first place!&amp;#160; Well, it seems that my thoughts are now being auto-magically implemented somewhat on select KB articles!&lt;/p&gt;  &lt;p&gt;Just look for the “Fix it” badge on the article to see if there is an auto-fix available.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Justfixitformeplease_C6E1/image_2.png"&gt;&lt;img title="image" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="54" alt="image" src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Justfixitformeplease_C6E1/image_thumb.png" width="135" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;More details are on the blog: &lt;a href="http://blogs.technet.com/fixit4me/default.aspx"&gt;http://blogs.technet.com/fixit4me/default.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I didn’t even know that this blog existed until I got an e-mail internally about it the other day.&amp;#160; It is a great idea, and something that has always bugged me because it has always been such an obvious thing that Microsoft should be doing.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3181576" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/doxley/archive/tags/Windows/default.aspx">Windows</category><category domain="http://blogs.technet.com/doxley/archive/tags/Misc/default.aspx">Misc</category><category domain="http://blogs.technet.com/doxley/archive/tags/Tips/default.aspx">Tips</category></item><item><title>Performance Tuning Guidelines for Windows Server 2008</title><link>http://blogs.technet.com/doxley/archive/2008/12/15/performance-tuning-guidelines-for-windows-server-2008.aspx</link><pubDate>Mon, 15 Dec 2008 16:51:11 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3169049</guid><dc:creator>Daniel Oxley</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/doxley/comments/3169049.aspx</comments><wfw:commentRss>http://blogs.technet.com/doxley/commentrss.aspx?PostID=3169049</wfw:commentRss><description>&lt;p&gt;I came across the following document the other day that contains plenty of useful tuning parameters and settings that you can tweak in order to improve performance in Windows Server 2008.&amp;#160; The nice thing is that each setting and its effect (or side-effect) are explained so that you can decide if you want to make the change or not, or whether it is even relevant to your particular system.&lt;/p&gt;  &lt;p&gt;The document is especially useful if, like me, you run Windows Server 2008 on a laptop as your main, and only, operating system.&amp;#160; I am still going through the document (it is rather large at 78 pages) so it will be a while before I make many changes to my system, but if I do find some gems that really are worth discussing then I’ll post them individually here!&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The document can be found at this page: &lt;a title="http://www.microsoft.com/whdc/system/sysperf/Perf_tun_srv.mspx" href="http://www.microsoft.com/whdc/system/sysperf/Perf_tun_srv.mspx"&gt;http://www.microsoft.com/whdc/system/sysperf/Perf_tun_srv.mspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3169049" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/doxley/archive/tags/Windows/default.aspx">Windows</category><category domain="http://blogs.technet.com/doxley/archive/tags/Server+2008/default.aspx">Server 2008</category></item><item><title>Project Highlander</title><link>http://blogs.technet.com/doxley/archive/2008/12/01/project-highlander.aspx</link><pubDate>Mon, 01 Dec 2008 13:28:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3162324</guid><dc:creator>Daniel Oxley</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/doxley/comments/3162324.aspx</comments><wfw:commentRss>http://blogs.technet.com/doxley/commentrss.aspx?PostID=3162324</wfw:commentRss><description>&lt;P align=justify&gt;Having better ‘green credentials’ than your competitor seems to be the in thing at the moment.&amp;nbsp; You’ll often see a company saying that they will plant X number of trees for each purchase you make, etc.&amp;nbsp; Of course, this is always a good thing and anything that is done, no matter how small, to improve the environment benefits everyone.&lt;/P&gt;
&lt;P align=justify&gt;Another hot topic at the moment is that of server virtualisation.&amp;nbsp; Since Microsoft released Hyper-V, and since the Hyper-V/VMWare debate/war has been raging, I am nearly always asked about it when visiting clients.&amp;nbsp; The questions always revolve around the same topics: what is needed to be able to start virtualising servers?, how reliable it is?, will users be able to detect a difference when using a virtual server?, by how much can the costs actually be reduced?, etc.&lt;/P&gt;
&lt;P align=justify&gt;With regards to the last question above about calculating the cost-saving (and linking to the first paragraph), I was sent an email recently from a friend with a link for a website where you could ‘instantly calculate’ the cost-saving benefits you could achieve if you used virtualisation technologies.&amp;nbsp; Admittedly I was pretty dubious at first as I believed that being able to put a number to this had to be rather tricky because there are, in my opinion, too many immeasurable factors to consider.&amp;nbsp; However, after going through the site and reading about the calculations and how they are made, I have to say that it is pretty impressive.&amp;nbsp; They take into account not just the monetary savings of not running the physical hardware when you virtualise a server, but also things like the reduction in energy usage, support requirements, downtime, air conditioning, CO2 output, etc.&lt;/P&gt;
&lt;P align=center&gt;&lt;A href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/httpwww.hypergreen.com_A6C2/image_2.png" mce_href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/httpwww.hypergreen.com_A6C2/image_2.png"&gt;&lt;IMG title=image style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=243 alt=image src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/httpwww.hypergreen.com_A6C2/image_thumb.png" width=411 border=0 mce_src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/httpwww.hypergreen.com_A6C2/image_thumb.png"&gt;&lt;/A&gt; &lt;A href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/httpwww.hypergreen.com_A6C2/image_4.png" mce_href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/httpwww.hypergreen.com_A6C2/image_4.png"&gt;&lt;IMG title=image style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=243 alt=image src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/httpwww.hypergreen.com_A6C2/image_thumb_1.png" width=304 border=0 mce_src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/httpwww.hypergreen.com_A6C2/image_thumb_1.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P align=center&gt;&lt;A href="http://www.hyper-green.com/" mce_href="http://www.hyper-green.com"&gt;&lt;FONT size=1&gt;www.hyper-green.com&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The above screenshots I took from the site itself, you can see it &lt;A href="http://www.hyper-green.com/" mce_href="http://www.hyper-green.com/"&gt;here&lt;/A&gt; if you want to calculate your own cost-savings, and you really should go through regardless of whether you believe or not the results.&amp;nbsp; Before dismissing the site as mere marketing propaganda by Microsoft, I should point out that although it is a Microsoft site, most of the information (including the calculations of cost-saving) has been provided by an independent body (Alinean) rather than Microsoft.&lt;/P&gt;
&lt;P align=justify&gt;Oh, and why is this post titled “Project Highlander”?&amp;nbsp; Well, quite a while ago I was working at a bank in London that was seriously investigating how many servers could be virtualised in order to save IT expenditure.&amp;nbsp; Management wanted us to reduce the number of physical servers to an &lt;EM&gt;absolute&lt;/EM&gt; &lt;EM&gt;minimum&lt;/EM&gt; as the bank was going through rather a bad time financially and they needed to make massive expenditure cuts.&amp;nbsp; During one of the kick-off meetings the managers asked for a name for the project (perhaps more important than the actual project…?) to which a colleague of mine quipped “That’s easy, ‘Project Highlander’; because ‘there can be only one’! ”.&amp;nbsp; Although he said it jokingly, the name was approved immediately!&amp;nbsp; However, we never actually got the number of physical servers down to 1, as it was deemed a little too risky.&lt;/P&gt;
&lt;P align=justify&gt;P.S.&amp;nbsp; Unless you’ve seen the excellent film “Highlander” you won’t understand the previous paragraph…&lt;/P&gt;
&lt;P align=justify&gt;P.P.S For my Spanish readers, the film was called “Los Imortales”, rather than “Highlander” in Spain.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3162324" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/doxley/archive/tags/Virtual+Server/default.aspx">Virtual Server</category><category domain="http://blogs.technet.com/doxley/archive/tags/Windows/default.aspx">Windows</category><category domain="http://blogs.technet.com/doxley/archive/tags/Hyper-V/default.aspx">Hyper-V</category></item><item><title>Windows Vista Service Pack 2</title><link>http://blogs.technet.com/doxley/archive/2008/11/27/windows-vista-service-pack-2.aspx</link><pubDate>Thu, 27 Nov 2008 09:59:32 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3160192</guid><dc:creator>Daniel Oxley</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.technet.com/doxley/comments/3160192.aspx</comments><wfw:commentRss>http://blogs.technet.com/doxley/commentrss.aspx?PostID=3160192</wfw:commentRss><description>&lt;p&gt;Service Pack 2 for Windows Vista (SP2) has been a hot topic recently.&amp;#160; While Microsoft has not released an immense amount of information regarding this upcoming important update, some interesting stuff has appeared (&lt;a href="http://search.live.com/results.aspx?q=%22windows+vista%22+%22service+pack+2%22+site%3Amicrosoft.com&amp;amp;form=QBLH"&gt;here&lt;/a&gt; and &lt;a href="http://blogs.technet.com/search/SearchResults.aspx?q=%22service+pack+2%22+%22windows+vista%22&amp;amp;o=Relevance"&gt;here&lt;/a&gt;, for example).&lt;/p&gt;  &lt;p&gt;As normal, the service pack will include all previously released updates since service pack 1 (SP1) was introduced, along with some additional new features:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Support for new types of Hardware and emerging standards, including Bluetooth 2.1, the ability to natively record data on Blu-Ray media, support for ICCD/CCID smart cards, and support for the new VIA 64-bit CPU &lt;/li&gt;    &lt;li&gt;Wi-Fi setup and maintenance is simplified with the addition of Windows Connect Now (WCN) &lt;/li&gt;    &lt;li&gt;The ex-FAT file system is enabled, supporting UTC timestamps to ensure correct file synchronization across time zones &lt;/li&gt;    &lt;li&gt;Windows Search 4.0 is included, which provides users faster and more relevant results. Windows Search 4.0 also allows Group Policy integration, which provides administrative control over search parameters &lt;/li&gt;    &lt;li&gt;End users should also experience improvements in resume performance when a Wi-Fi connection is no longer available &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;One important thing that you should be aware of though is that SP1 will be a prerequisite for installing SP2.&amp;#160; This means that it will only install on computers that &lt;em&gt;already have service pack 1 installed&lt;/em&gt;.&amp;#160; This is important as it will need to be taken into account when you start planning the rollout of the update, as you might need to first deploy SP1 to the computers that don’t have it (none by now though hopefully) before being able to deploy SP2.&lt;/p&gt;  &lt;p&gt;See &lt;a href="http://blogs.technet.com/springboard/archive/2008/10/24/first-look-windows-vista-service-pack-2.aspx"&gt;this&lt;/a&gt; blog post for some more information.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3160192" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/doxley/archive/tags/Windows/default.aspx">Windows</category><category domain="http://blogs.technet.com/doxley/archive/tags/Vista/default.aspx">Vista</category><category domain="http://blogs.technet.com/doxley/archive/tags/SP2/default.aspx">SP2</category></item></channel></rss>