<?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</title><link>http://blogs.technet.com/doxley/default.aspx</link><description>Daniel Oxley is an Infrastucture Consultant working for Microsoft Consulting Services in Madrid, Spain.  He specialises, amongst other things, in large-scale deployments of Microsoft Windows using technologies such as BDD2007 and the Microsoft Deployment Toolkit.

His goal is helping customers to get it right, first time then every time.</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>Ooops, that’s not right…</title><link>http://blogs.technet.com/doxley/archive/2009/10/29/ooops-that-s-not-right.aspx</link><pubDate>Thu, 29 Oct 2009 09:51:06 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3289993</guid><dc:creator>Daniel Oxley</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/doxley/comments/3289993.aspx</comments><wfw:commentRss>http://blogs.technet.com/doxley/commentrss.aspx?PostID=3289993</wfw:commentRss><description>&lt;p align="justify"&gt;I have been asked twice this week if this is possible and if so how to do it, so I guess either the information is not readily available on the Internet, or the two people who asked me just couldn’t be bothered to look it up...!&lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;I’m sure you’ve seen the below screen appear during the first boot of your computer or server after you have installed any updates in Windows 7 or Windows Server 2008 R2, it’s the screen that says “Completing stage X of Y”.&lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160; &lt;a href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/rollingbackahotfix_E366/updating_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="updating" border="0" alt="updating" src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/rollingbackahotfix_E366/updating_thumb.jpg" width="556" height="484" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p align="justify"&gt;It is during this phase that, amongst other tasks, any files that were in use while the update was being applied are now copied into their right place and updated once the computer was rebooted.&amp;#160; On very rare occasions you might one day see that the computer has gotten stuck at the above screen, and the configuring of the update(s) never completes.&amp;#160; This creates a dilemma because you want to get access to the console so that you can work out what went wrong, but this will require a hard reset of the computer.&amp;#160; However, on the screen in clear text it is telling you &lt;strong&gt;not&lt;/strong&gt; to turn off your computer.&lt;/p&gt;  &lt;p align="justify"&gt;This issue might occur for several different reasons, which are way outside my field of expertise so I won’t try to explain them here.&amp;#160; Thankfully, there is a solution for Windows 7 and Windows Server 2008 R2 that permits you to rollback the changes made by all the updates you applied during the last update.&amp;#160; Simply use the below steps to recover your non-booting system:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;Boot the computer into the Windows Recovery Environment (WinRE) by either using the installation media or pressing F8 during boot (WinRE is built in to OS installations now).&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;Open a command prompt.&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;Navigate to the \Windows folder that you wish to repair.&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;Run the command: DISM /image:&lt;em&gt;DRIVE LETTER OF WINDOWS DRIVE\ &lt;/em&gt;/cleanup-image /revertpendingactions&lt;/div&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p align="justify"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; An example of this command might be: DISM /image:C:\ /cleanup-image /revertpendingactions&lt;/p&gt; &lt;/blockquote&gt;  &lt;p align="justify"&gt;A message should then appear saying&lt;/p&gt;  &lt;blockquote&gt;   &lt;p align="justify"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Reverting pending actions from the image....&lt;/p&gt;    &lt;p align="justify"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; The operation completed.&amp;#160; Any revert of pending actions will be attempted after reboot.”&lt;/p&gt; &lt;/blockquote&gt;  &lt;p align="justify"&gt;When you restart the computer you will now see a different screen, this time saying &amp;quot;Reverting pending actions&amp;quot;.&amp;#160; Once this process has completed, any changes that the previous update(s) made should now be reversed and you should be able to log on correctly.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3289993" width="1" height="1"&gt;</description><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></item><item><title>Wallpapering your Windows 7 computer</title><link>http://blogs.technet.com/doxley/archive/2009/10/26/wallpapering-your-windows-7-computer.aspx</link><pubDate>Mon, 26 Oct 2009 09:28:10 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3289131</guid><dc:creator>Daniel Oxley</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/doxley/comments/3289131.aspx</comments><wfw:commentRss>http://blogs.technet.com/doxley/commentrss.aspx?PostID=3289131</wfw:commentRss><description>&lt;p align="justify"&gt;As some of you may know, certain countries have personalisation packs for Windows 7 that are activated on during the installation of the operating system, depending on the regional settings you first set.&amp;#160; So, if you tell Windows 7 setup that you are in the United Kingdom, one of the wallpapers that will be available to you is a photo of &lt;a href="http://en.wikipedia.org/wiki/Stonehenge"&gt;Stonehenge&lt;/a&gt;.&amp;#160; But what if you want to see all the other wallpapers that are available in other regions?&amp;#160; Well, you can either go fetch them out of the Windows installation folder, or follow the below steps to make them appear in the desktop personalisation section of Control Panel!&lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;Open &lt;em&gt;Control Panel&lt;/em&gt;&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;Click &lt;em&gt;Clock, Language, and Region&lt;/em&gt;&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;Click &lt;em&gt;Region and Language&lt;/em&gt;&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;Click on the &lt;em&gt;Location&lt;/em&gt; tab&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;Select the following locations, pressing &lt;em&gt;Apply&lt;/em&gt; after each one:&lt;/div&gt;      &lt;ul&gt;       &lt;li&gt;         &lt;div align="justify"&gt;Australia&lt;/div&gt;       &lt;/li&gt;        &lt;li&gt;         &lt;div align="justify"&gt;Canada&lt;/div&gt;       &lt;/li&gt;        &lt;li&gt;         &lt;div align="justify"&gt;South Africa&lt;/div&gt;       &lt;/li&gt;        &lt;li&gt;         &lt;div align="justify"&gt;Spain&lt;/div&gt;       &lt;/li&gt;        &lt;li&gt;         &lt;div align="justify"&gt;United Kingdom&lt;/div&gt;       &lt;/li&gt;        &lt;li&gt;         &lt;div align="justify"&gt;United States&lt;/div&gt;       &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;Reset the location back to the correct one, and press &lt;em&gt;OK&lt;/em&gt;.&lt;/div&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/extrawin7background_D8CE/wallpapers_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="wallpapers" border="0" alt="wallpapers" src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/extrawin7background_D8CE/wallpapers_thumb.jpg" width="483" height="484" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;Now you can right click on the desktop and choose &lt;em&gt;Personalise&lt;/em&gt; from the menu.&amp;#160; In the &lt;em&gt;Desktop Backgrounds&lt;/em&gt; section, you’ll see some new backgrounds!&amp;#160; Note that not all countries have their own personalisation packs, the only ones I know of are the ones listed above.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3289131" width="1" height="1"&gt;</description><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>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>Best Practices for Windows 7 Migrations Using Microsoft Application Virtualization</title><link>http://blogs.technet.com/doxley/archive/2009/10/16/best-practices-for-windows-7-migrations-using-microsoft-application-virtualization.aspx</link><pubDate>Fri, 16 Oct 2009 09:56:06 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3287256</guid><dc:creator>Daniel Oxley</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/doxley/comments/3287256.aspx</comments><wfw:commentRss>http://blogs.technet.com/doxley/commentrss.aspx?PostID=3287256</wfw:commentRss><description>&lt;p align="justify"&gt;There is a webcast this month that should be of interest to anyone interested in using application virtualisation, particularly if you are migrating to Windows 7.&amp;#160; The date of the webcast is &lt;em&gt;&lt;u&gt;Monday the 26th of October 2009 at 12pm,&lt;/u&gt; &lt;/em&gt;but be aware that &lt;em&gt;the time zone is GMT-5&lt;/em&gt;.&amp;#160; To join the event, just click &lt;a href="http://www.eseminarslive.com/c/a/Windows/Microsoft102609/"&gt;here&lt;/a&gt;.&amp;#160; And now here’s the blurb for the webcast!&lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p align="justify"&gt;&lt;b&gt;Best Practices for Windows 7 Migrations Using Microsoft Application Virtualization&lt;/b&gt;&lt;/p&gt;    &lt;p align="justify"&gt;Many companies need to increase the manageability of their IT infrastructure and reduce help desk costs while boosting employee productivity. CDW, a leading provider of technology solutions for business, government and education, faced these challenges in their organization and evaluated Windows 7 and the Microsoft Desktop Optimization Pack (MDOP) as a way to solve these problems.      &lt;br /&gt;In this interactive one-hour video webcast, you'll hear about how CDW evaluated Windows 7 and found compelling reasons to upgrade their OS from Windows Vista. CDW also deployed Microsoft Application Virtualization (App-V), part of the Microsoft Desktop Optimization Pack (MDOP) to simplify the deployment of key applications. &lt;b&gt;In addition, CDW will discuss:&lt;/b&gt;&lt;/p&gt;    &lt;ul&gt;     &lt;ul&gt;       &lt;li&gt;         &lt;div align="justify"&gt;Using Microsoft Application Virtualization (App-V) allowed them to separate applications from the OS and deliver new versions of applications quickly, without conflicts with other applications &lt;/div&gt;       &lt;/li&gt;        &lt;li&gt;         &lt;div align="justify"&gt;Saving time on application testing, packaging, deployment using App-V enabled CDW to allocate resources to higher priority projects &lt;/div&gt;       &lt;/li&gt;        &lt;li&gt;         &lt;div align="justify"&gt;Using Microsoft Deployment Toolkit and System Centre Configuration Manager allowed CDW to deploy new desktops 25% faster with 70% in cost savings due to the fact that Windows 7 runs on pre-existing hardware &lt;/div&gt;       &lt;/li&gt;     &lt;/ul&gt;   &lt;/ul&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p align="justify"&gt;&lt;b&gt;&lt;a href="http://www.eseminarslive.com/c/a/Windows/Microsoft102609/"&gt;Join the Event&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3287256" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/doxley/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Putting iexplore.exe on a diet</title><link>http://blogs.technet.com/doxley/archive/2009/10/14/putting-iexplore-exe-on-a-diet.aspx</link><pubDate>Wed, 14 Oct 2009 08:19:34 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3286722</guid><dc:creator>Daniel Oxley</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/doxley/comments/3286722.aspx</comments><wfw:commentRss>http://blogs.technet.com/doxley/commentrss.aspx?PostID=3286722</wfw:commentRss><description>&lt;p align="justify"&gt;I have gotten very used, very quickly, to the excellent tabbed browsing feature that was introduced with Internet Explorer 7.&amp;#160; This feature was tweaked a fair bit for Internet Explorer 8, but the most noticeable change is that now each tab opens in a separate memory process; this really is great because if the content of one of the tabs causes a crash in iexplore.exe, it won’t cause all the other tabs to crash meaning you lose everything that you had open.&amp;#160; The downside of course is that by having each tab in a separate process, more system memory is consumed – not a problem if you have plenty of memory to spare, but my &lt;em&gt;Anti-MS brother &lt;/em&gt;always complains to me about how slow his computer is, even though it only has 128mb of RAM and runs Windows XP plus 300 other applications simultaneously.&amp;#160; Of course, &lt;em&gt;his lack of RAM &lt;/em&gt;has nothing to do with the system performance, but rather it is the fault of the operating system – or so he insists (but then he actually believes that VMware ESXi is “just sexy”, so I don’t listen too much).&lt;/p&gt;  &lt;p align="justify"&gt;Anyway, if you want to reign in the memory usage of iexplore.exe a little, you can tweak some settings in the registry.&amp;#160; Changing these will cause, amongst other things, iexplore.exe not to start so many separate processes; a useful tip to save a bit of system memory if you are a bit short but at the cost of potentially losing all open tabs if the content of one of them caused a crash.&lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Processoverkill_14457/IEProcesses_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="IEProcesses" border="0" alt="IEProcesses" src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Processoverkill_14457/IEProcesses_thumb.jpg" width="553" height="451" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;I saw these tweaks over on the AskIE &lt;a href="http://blogs.msdn.com/askie/archive/2009/03/09/opening-a-new-tab-may-launch-a-new-process-with-internet-explorer-8-0.aspx"&gt;blog&lt;/a&gt;, where they do a pretty good job of explaining what each one does.&amp;#160;&amp;#160; have included their explanation below:&lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;HKCU\Software\Microsoft\Internet Explorer\Main - TabProcGrowth (string or dword)&lt;/p&gt;  &lt;p align="justify"&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p align="justify"&gt;&lt;b&gt;Tab Process Growth&lt;/b&gt; : Sets the rate at which IE creates New Tab processes.&amp;#160; There are two algorithms used by Internet Explorer.&lt;/p&gt;  &lt;p align="justify"&gt;1. Context-based: By default, the context-based algorithm is used and the curve is chosen based on the amount of physical memory on the machine. In addition, the TabProcGrowth string registry value may be manually forced to:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;small: Maximum 5 tab processes in a logon session, requires 15 tabs to get the 3rd tab process. &lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;medium: Maximum 9 tab processes in a logon session, requires 17 tabs to get the 5th tab process. &lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;large: Maximum 16 tab processes in a logon session, requires 21 tabs to get the 9th tab process. &lt;/div&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p align="justify"&gt;2. The &amp;quot;Max-Number&amp;quot; algorithm: This specifies the maximum number of tab processes that may be executed for a single isolation session for a single frame process at a specific mandatory integrity level (MIC). Relative values are:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;TabProcGrowth=0 : tabs and frames run within the same process; frames are not unified across MIC levels. &lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;TabProcGrowth =1: all tabs for a given frame process run in a single tab process for a given MIC level. &lt;/div&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p align="justify"&gt;&lt;em&gt;&lt;b&gt;Note: &lt;/b&gt;On Terminal Server, the default value is the integer of 1.&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;TabProcGrowth &amp;gt;1: multiple tab processes will be used to execute the tabs at a given MIC level for a single frame process. In general, new processes are created until the TabProcGrowth number is met, and then tabs are load balanced across the tab processes. &lt;/div&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p align="justify"&gt;&lt;em&gt;&lt;strong&gt;Note:&lt;/strong&gt; that the frame process is no longer allowed to execute at low-MIC. If this is attempted, the process will exit.&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p align="justify"&gt;You may select the Max-Number algorithm by specifying the registry value as an integer. The registry value may be a string value containing an integer (e.g., &amp;quot;5&amp;quot;) or a DWORD value containing an integer (e.g., 5).&lt;/p&gt;  &lt;p align="justify"&gt;In general, you have to restart IE to use a different TPG value.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3286722" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/doxley/archive/tags/Internet+Explorer/default.aspx">Internet Explorer</category><category domain="http://blogs.technet.com/doxley/archive/tags/Tips/default.aspx">Tips</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>Greater Internet Dickwad Theory</title><link>http://blogs.technet.com/doxley/archive/2009/09/07/greater-internet-dickwad-theory.aspx</link><pubDate>Mon, 07 Sep 2009 17:21:59 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3279598</guid><dc:creator>Daniel Oxley</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/doxley/comments/3279598.aspx</comments><wfw:commentRss>http://blogs.technet.com/doxley/commentrss.aspx?PostID=3279598</wfw:commentRss><description>&lt;p align="justify"&gt;I stumbled across the below picture the other day and I think that it is &lt;u&gt;&lt;em&gt;&lt;strong&gt;so true&lt;/strong&gt;&lt;/em&gt;&lt;/u&gt; that it is worth linking to here :-)&lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;I have always said that it is amusing how big people’s &lt;em&gt;egos&lt;/em&gt; (I was going to put something else here, but I censored it) can grow when they are cowering behind the glorious anonymity that the Internet extends them, it makes the perfect platform for them to spout their inane views of others and of the world.&amp;#160; It happens via email, forums, chat etc., but it is especially true when playing multiplayer games on systems such as the Xbox 360.&amp;#160; It is not that uncommon to receive a message from a player informing you of their intention to hunt you down and rape you in the anus just because you beat them at Gears of War 2, even though they have absolutely no idea who or what you are like; you could be a brutal serial killer who has a fetish for the blood of prepubescent teens for all they know.&amp;#160; Then, when you finally hear their voice, you discover that they haven’t even reached puberty yet and are only playing because they have finished all their homework!&lt;/p&gt;  &lt;p align="justify"&gt;Another common occurrence is the trash-talking that goes on before and after multiplayer&amp;#160; games start, it has gotten so irritating to me that I now refuse to play with the microphones turned on – just to avoid having to listen to all of their “you be-atch, I kicked your ass”, “I’ve got your momma here”, or other equally pointless insults that only a 12 year old would think of/find funny.&amp;#160; And what always amuses me the most is that they make all these threats because they know that they can get away with it simply because the whole platform is anonymous, and that there’s no way anyone could find out where the gamer “B4DA55_C0LdK1ll3R” lives.&lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/GreaterInternetDickwadTheory_D799/dickwad-theory_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="dickwad-theory" border="0" alt="dickwad-theory" src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/GreaterInternetDickwadTheory_D799/dickwad-theory_thumb.jpg" width="541" height="314" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;So, if you have ever been anonymously insulted/dissed/threatened etc. like these, then you will understand the picture above perfectly!&lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;Most importantly, please don’t pay any attention to the threats.&amp;#160; My current favourite threat that I have received is that I was going to tracked down and then torn in half barehanded because I had, apparently, been indulging in relationships with someone's 6 year old sister (or something to that effect, I just deleted the message before finishing it).&amp;#160; Oh, and please, if you are playing a game and a player insults, threatens or attacks you, file a complaint via your console immediately.&amp;#160; If enough people file feedback then these problems users will be removed from the system making it better for the rest.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3279598" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/doxley/archive/tags/Fun/default.aspx">Fun</category></item><item><title>Creating Your Own Search Provider in Internet Explorer</title><link>http://blogs.technet.com/doxley/archive/2009/09/02/creating-your-own-search-provider-in-internet-explorer.aspx</link><pubDate>Wed, 02 Sep 2009 12:08:49 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3278649</guid><dc:creator>Daniel Oxley</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/doxley/comments/3278649.aspx</comments><wfw:commentRss>http://blogs.technet.com/doxley/commentrss.aspx?PostID=3278649</wfw:commentRss><description>&lt;p&gt;For me, this is possibly one of the most overlooked, but invaluable, features of Internet Explorer 7 and 8.&amp;#160; I actually only discovered it a few days ago, but I now use it pretty much daily.&lt;/p&gt;  &lt;p&gt;First introduced with Internet Explorer 7, the &lt;strong&gt;Instant Search&lt;/strong&gt; box in the top right-hand corner of the browser allows you to search the indexes of pages, such as bing.com and yahoo.com, without visiting the pages first.&amp;#160; You enter your search terms into the box, initiate the search, and then the results page are displayed in the browser window.&amp;#160; You can quickly customise the list of possible search engines, or you can even make your own ones.&lt;/p&gt;  &lt;p&gt;Just follow the steps detailed below to create a new search provider, which you can then easily adapt to possibly &lt;em&gt;any&lt;/em&gt; website you want to search.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;From Internet Explorer, open the drop-down menu that appears in the top-right of the window, next to the Instant Search box.&amp;#160; The menu is the one with the magnifying glass icon.&amp;#160; From this menu, choose &lt;strong&gt;Manage Search Providers&lt;/strong&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/CreatingYourOwnSearchProvider_86A0/1_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="1" border="0" alt="1" src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/CreatingYourOwnSearchProvider_86A0/1_thumb.jpg" width="345" height="198" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;In the new window that appears, click the &lt;strong&gt;Find more search providers&lt;/strong&gt; link at the bottom.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/CreatingYourOwnSearchProvider_86A0/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/CreatingYourOwnSearchProvider_86A0/2_thumb.jpg" width="639" height="484" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;This will open up a new web page where you can add various other pre-configured search providers, such as eBay, or Amazon.com.&amp;#160; Scroll to the bottom of this webpage and click the link &lt;strong&gt;Create your own Search Provider&lt;/strong&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/CreatingYourOwnSearchProvider_86A0/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/CreatingYourOwnSearchProvider_86A0/3_thumb.jpg" width="550" height="484" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Clicking this link will open a different web page.&amp;#160; Without closing this page, open a new instance of your browser and go to the webpage you want to add as a search provider.&amp;#160; Using their search engine, search for the word &lt;strong&gt;TEST&lt;/strong&gt; (make sure you enter it in uppercase) and wait for the results page to be displayed.&amp;#160; As you can see in the example below, I went to the BBC News webpage and searched their site with the word &lt;strong&gt;TEST&lt;/strong&gt;.&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;Once the results are displayed, go to the address bar at the top (highlighted in the below image in the wider red box) and select &lt;strong&gt;&lt;u&gt;&lt;em&gt;all&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt; the text that appears and then copy this text to the clipboard (press CTRL + C on your keyboard if you are unsure).&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/CreatingYourOwnSearchProvider_86A0/ddd_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="ddd" border="0" alt="ddd" src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/CreatingYourOwnSearchProvider_86A0/ddd_thumb.jpg" width="634" height="190" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Return to the previous window, as shown below, and paste (press CTRL + V on your keyboard) the previously copied text into the &lt;strong&gt;URL&lt;/strong&gt; field.&amp;#160; Then, provide your own name for the search provider in the &lt;strong&gt;Name&lt;/strong&gt; field.&amp;#160; Then, simply press the &lt;strong&gt;Install Search Provider&lt;/strong&gt; button to configure it into your browser.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/CreatingYourOwnSearchProvider_86A0/4_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="4" border="0" alt="4" src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/CreatingYourOwnSearchProvider_86A0/4_thumb_1.jpg" width="877" height="772" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&amp;#160;&lt;/p&gt;    &lt;p&gt;If you are curious, you can click on the &lt;strong&gt;View XML&lt;/strong&gt; link at the bottom of the page in order to see what is going on behind the scenes, as shown in this image.&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="5" border="0" alt="5" src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/CreatingYourOwnSearchProvider_86A0/5_thumb.jpg" width="924" height="133" /&gt; &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;You will be asked if you are sure you want to add the new search provider, and if you want it to be your default one.&amp;#160; Take your pick, and then press &lt;strong&gt;Add&lt;/strong&gt;.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/CreatingYourOwnSearchProvider_86A0/6_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="6" border="0" alt="6" src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/CreatingYourOwnSearchProvider_86A0/6_thumb.jpg" width="409" height="279" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt; Once added, you’ll see it appear in the list of search providers in Internet Explorer.&amp;#160; You can now click on the close button to complete the process.&amp;#160; It is worth noting that no software &lt;strong&gt;&lt;u&gt;&lt;em&gt;whatsoever&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt; has been installed on your computer.&amp;#160; &lt;em&gt;ALL&lt;/em&gt; that has happened is that Internet Explorer now has a cached copy of the XML file that you saw above, and uses this to provide the new search functionality.&amp;#160; This is not an &lt;em&gt;add-on&lt;/em&gt; to the browser that has been installed.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/CreatingYourOwnSearchProvider_86A0/7_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="7" border="0" alt="7" src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/CreatingYourOwnSearchProvider_86A0/7_thumb.jpg" width="640" height="484" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;To use the new search provider is simple!&amp;#160; Select it from the drop-down list in the top right of the browser window, input your search terms into the Instant Search box, and hit the Enter button on your keyboard!&amp;#160; The browser will then load the page and display the results you were looking for!&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/CreatingYourOwnSearchProvider_86A0/8_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="8" border="0" alt="8" src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/CreatingYourOwnSearchProvider_86A0/8_thumb.jpg" width="904" height="772" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;This feature is incredibly useful because it allows you to extend the search functionality of Internet Explorer to include pretty much any website that offers the search feature.&amp;#160; Importantly, this also includes any internal websites and portals that your company might have (using technologies such as Microsoft SharePoint for example), it doesn’t just have to be external sites.&amp;#160; And, you’ll find that it will work with the majority of sites, not just the popular ones.&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;p.s. Why is the word &lt;strong&gt;TEST&lt;/strong&gt; used?&amp;#160; Well, this is simply so that Internet Explorer can then read the XML file and locate the part which is used for the search terms.&amp;#160; The word &lt;strong&gt;TEST&lt;/strong&gt; is then simply substituted for the search terms you specify!&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3278649" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/doxley/archive/tags/Internet+Explorer/default.aspx">Internet Explorer</category><category domain="http://blogs.technet.com/doxley/archive/tags/Tips/default.aspx">Tips</category></item><item><title>It seems that getting stronger wood than Superman has never been easier…</title><link>http://blogs.technet.com/doxley/archive/2009/08/17/it-seems-that-getting-stronger-wood-than-superman-has-never-been-easier.aspx</link><pubDate>Mon, 17 Aug 2009 10:09:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3271088</guid><dc:creator>Daniel Oxley</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/doxley/comments/3271088.aspx</comments><wfw:commentRss>http://blogs.technet.com/doxley/commentrss.aspx?PostID=3271088</wfw:commentRss><description>&lt;P&gt;It always amazes me the sheer levels of SPAM emails that are sent (and I have the misfortune to receive), but thankfully Outlook 2007 does a pretty good job of filtering them all out for me so that all I need to do is just empty the Junk E-Mail folder in my Inbox every now and then.&amp;nbsp; Given the fact that SPAM is still a &lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;major&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt; problem, it clearly has to be generating some money for people otherwise the spammers would stop trying to get around the filters.&amp;nbsp; But what I don’t understand is why anybody, no matter how desperate, would even be slightly tempted to purchase something that has been advertised through a SPAM email.&amp;nbsp; I mean, you’d have to be seriously stupid or mentally eroded to buy medication (or anything else) that you might consume over the Internet from one of these SPAM emails, but it seems people do.&lt;/P&gt;
&lt;P&gt;Anyway, as I went to empty my Junk E-Mail folder today, I accidently opened the folder instead of right clicking and then choosing delete from the menu.&amp;nbsp; I noticed this wildly bizarre claim that was being made that I find incredible, even though I’ve seen plenty of crazy SPAM emails in the past.&amp;nbsp; I mean, imagine if it &lt;EM&gt;was&lt;/EM&gt; true what was being claimed and that by simply taking some medication that you purchased from a totally unknown, shady&amp;nbsp;and unreliable source you could break down concrete walls like Superman with just the contents of your underpants???&amp;nbsp; It could pose a serious health risk to women.&amp;nbsp; It could even allow the creation of a new Police force, specialising in breaking through concrete barriers.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Itseemsthatgettingwoodhasneverbeeneasier_9781/boner_2.jpg" mce_href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Itseemsthatgettingwoodhasneverbeeneasier_9781/boner_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=boner border=0 alt=boner src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Itseemsthatgettingwoodhasneverbeeneasier_9781/boner_thumb.jpg" width=709 height=345 mce_src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/Itseemsthatgettingwoodhasneverbeeneasier_9781/boner_thumb.jpg"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The other thing I find unbelievable with this particular spammer is that they sent this email to an internal Microsoft mailing list that is used to send out notifications of job vacancies in the company.&amp;nbsp; I can understand that being out of work can be extremely worrying, but I can’t see how the offer made in the email can be of any benefit at all to those who have received it.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3271088" width="1" height="1"&gt;</description></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>Quicker Access to Windows 7 Virtual PC settings</title><link>http://blogs.technet.com/doxley/archive/2009/08/09/quicker-access-to-windows-7-virtual-pc-settings.aspx</link><pubDate>Sun, 09 Aug 2009 13:10:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3254865</guid><dc:creator>Daniel Oxley</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.technet.com/doxley/comments/3254865.aspx</comments><wfw:commentRss>http://blogs.technet.com/doxley/commentrss.aspx?PostID=3254865</wfw:commentRss><description>&lt;P&gt;To edit the settings of a virtual computer using Virtual PC in Windows 7 requires the opening of the Virtual PC console, selecting the virtual machine you wish to edit, and then pressing the ‘Settings’ button, as shown in the screenshot below.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/QuickerAccesstoWindows7VirtualPCsettings_A858/image_6.png" mce_href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/QuickerAccesstoWindows7VirtualPCsettings_A858/image_6.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/QuickerAccesstoWindows7VirtualPCsettings_A858/image_thumb_2.png" width=443 height=190 mce_src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/QuickerAccesstoWindows7VirtualPCsettings_A858/image_thumb_2.png"&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In order to reduce the number of required steps to do this (and assuming you know which file it is), you can edit a key in the registry that will&amp;nbsp;add a new item to the Windows Explorer context menu that appears when right clicking on a file.&amp;nbsp; If you make the changes detailed below, you will be able to right click on the settings file for a virtual machine (files with the .vmc extension) and&amp;nbsp;access directly the settings window, as shown below.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/QuickerAccesstoWindows7VirtualPCsettings_A858/image_4.png" mce_href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/QuickerAccesstoWindows7VirtualPCsettings_A858/image_4.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/QuickerAccesstoWindows7VirtualPCsettings_A858/image_thumb_1.png" width=357 height=130 mce_src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/QuickerAccesstoWindows7VirtualPCsettings_A858/image_thumb_1.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Copy and paste the text between the lines below into a text file, but save it with the .reg file extension.&amp;nbsp; Then double click on it to import it into the registry.&lt;/P&gt;
&lt;P&gt;------------------------------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;Windows Registry Editor Version 5.00 &lt;/P&gt;
&lt;P&gt;[HKEY_CLASSES_ROOT\Windows.VirtualPC.VMC\shell\Settings] &lt;BR&gt;@=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\ &lt;BR&gt;&amp;nbsp; 00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,56,00,\ &lt;BR&gt;&amp;nbsp; 4d,00,43,00,50,00,72,00,6f,00,70,00,65,00,72,00,74,00,79,00,48,00,61,00,6e,\ &lt;BR&gt;&amp;nbsp; 00,64,00,6c,00,65,00,72,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,00,31,00,\ &lt;BR&gt;&amp;nbsp; 30,00,00,00 &lt;BR&gt;"Icon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\ &lt;BR&gt;&amp;nbsp; 00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,56,00,\ &lt;BR&gt;&amp;nbsp; 4d,00,43,00,50,00,72,00,6f,00,70,00,65,00,72,00,74,00,79,00,48,00,61,00,6e,\ &lt;BR&gt;&amp;nbsp; 00,64,00,6c,00,65,00,72,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,00,30,00,\ &lt;BR&gt;&amp;nbsp; 30,00,39,00,00,00 &lt;/P&gt;
&lt;P&gt;[HKEY_CLASSES_ROOT\Windows.VirtualPC.VMC\shell\Settings\command] &lt;BR&gt;@="vpcsettings.exe \"%1\"" &lt;/P&gt;
&lt;P mce_keep="true"&gt;------------------------------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;As always, edit the registry at your own risk.&amp;nbsp; I can’t be responsible for anything…&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3254865" width="1" height="1"&gt;</description><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/Virtual+PC/default.aspx">Virtual PC</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>PowerShell Script ExecutionPolicy</title><link>http://blogs.technet.com/doxley/archive/2009/08/05/powershell-script-executionpolicy.aspx</link><pubDate>Wed, 05 Aug 2009 09:59:34 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3270752</guid><dc:creator>Daniel Oxley</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/doxley/comments/3270752.aspx</comments><wfw:commentRss>http://blogs.technet.com/doxley/commentrss.aspx?PostID=3270752</wfw:commentRss><description>&lt;p&gt;Seeing as PowerShell is included by default in Windows 7, and also because you get the PowerShell icon on your quick launch bar by default, I try to use that over the de rigueur &lt;strong&gt;cmd.exe&lt;/strong&gt; command interpreter that we have all had since the dawn of time.&amp;#160; Although, without thinking, I still often run cmd.exe just through habit :-S.&amp;#160; I am only just starting out with PowerShell and I doubt I will ever achieve any success with the scripting, but you have to try!&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p align="center"&gt;&lt;a href="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/powershell_1125A/PS_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="PS" border="0" alt="PS" src="http://blogs.technet.com/blogfiles/doxley/WindowsLiveWriter/powershell_1125A/PS_thumb.jpg" width="460" height="44" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;h5 align="center"&gt;The PowerShell icon on the quick launch bar&lt;/h5&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Right from the start, I had problems running a script I had written.&amp;#160; Upon launching it I would get the below error returned:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font face="System"&gt;&lt;font face="Simplified Arabic Fixed"&gt;File C:\Users\daniel\Desktop\copy.ps1 cannot be loaded because the execution of scripts is disabled on this system. Please see &amp;quot;get-help about_signing&amp;quot; for more details.         &lt;br /&gt;At line:1 char:19          &lt;br /&gt;+ C:\Users\daniel\Desktop\copy.ps1 &amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;/font&gt;        &lt;br /&gt;&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;No matter what I tried, I just could not override the security settings that PowerShell had by default.&amp;#160; Frustration prevailed with me cursing the point of making a scripting environment and the blocking the execution of scripts for security reasons.&amp;#160; After hunting around, it turns out that this is simply a configurable option, and the default setting out of the box is the most secure one (as it should be).&amp;#160; Simply running the following commands will change the setting and thus allow you to execute your scripts.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;To view your existing setting, run the command: &lt;em&gt;&lt;strong&gt;Get-ExecutionPolicy&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;To allow the execution of your scripts, run the command: &lt;em&gt;&lt;strong&gt;Set-ExecutionPolicy RemoteSigned&lt;/strong&gt;&lt;/em&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Setting it to &lt;em&gt;RemoteSigned &lt;/em&gt;means that you can run all of the scripts you write yourself, but not those downloaded from the Internet.&amp;#160; Alternatively, if you set the execution policy to &lt;em&gt;AllSigned&lt;/em&gt; then all scripts, including those you write yourself, have to be signed by a trusted publisher if you want to execute them.&amp;#160; Otherwise, you can set it to &lt;em&gt;Unrestricted&lt;/em&gt; and then all scripts will run, regardless of where they come from and whether or not they’ve been signed.&amp;#160; This last setting is not the recommended one as you can open yourself up to “a world of pain” (a great film).&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;And if you need help understanding the script signing, you can run the command: &lt;em&gt;&lt;strong&gt;Get-Help About_Signing&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3270752" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/doxley/archive/tags/Scripting/default.aspx">Scripting</category><category domain="http://blogs.technet.com/doxley/archive/tags/Tips/default.aspx">Tips</category><category domain="http://blogs.technet.com/doxley/archive/tags/PowerShell/default.aspx">PowerShell</category></item></channel></rss>