<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tips-Tools on Anything About IT</title><link>https://www.verboon.info/tags/tips-tools/</link><description>Recent content in Tips-Tools on Anything About IT</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 12 Mar 2012 19:32:22 +0000</lastBuildDate><atom:link href="https://www.verboon.info/tags/tips-tools/index.xml" rel="self" type="application/rss+xml"/><item><title>ToolTip: Portable WinCDEmu</title><link>https://www.verboon.info/2012/03/tooltip-portable-wincdemu/</link><pubDate>Mon, 12 Mar 2012 19:32:22 +0000</pubDate><guid>https://www.verboon.info/2012/03/tooltip-portable-wincdemu/</guid><description>&lt;p&gt;One of the first things I usually do when setting up a new system that I plan to use for longer is to install an ISO mount tool. My favorite FREE tool for that is still &lt;a href="http://www.slysoft.com/en/virtual-clonedrive.html"&gt;Virtual CloneDrive&lt;/a&gt;. Today I came across another utility that does the same thing, but is portable, meaning there is no need to really install the software, this might come in handy when you can’t or don’t feel like you want to leave behind a system with all of your tools installed.&lt;/p&gt;</description></item><item><title>Windows 7 &amp;ndash; MFU (Most Frequent Used Programs)</title><link>https://www.verboon.info/2011/10/windows-7-mfu-most-frequent-used-programs/</link><pubDate>Fri, 21 Oct 2011 22:59:23 +0000</pubDate><guid>https://www.verboon.info/2011/10/windows-7-mfu-most-frequent-used-programs/</guid><description>&lt;p&gt;This week I found an interesting tool called UserAssist.exe written by Didier Stevens. The UserAssist tool lists the UserAssist registry keys  stored under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist. This is the location where Windows 7 (and earlier versions of Windows) retrieves the information about the execution frequency of applications started by users. If you are interested about the details of the UserAssist registry keys I recommend that you read some of Didier Stevens &lt;a href="http://blog.didierstevens.com/?s=user+assist"&gt;blog posts&lt;/a&gt; and his &lt;a href="http://intotheboxes.files.wordpress.com/2010/04/intotheboxes_2010_q1.pdf"&gt;article&lt;/a&gt; he wrote for the Digital Forensics and Incident Response Magazine.&lt;/p&gt;</description></item><item><title>Why a double click in the upper left corner closes the Window</title><link>https://www.verboon.info/2011/04/why-a-double-click-in-the-upper-left-corner-closes-the-window/</link><pubDate>Wed, 20 Apr 2011 16:02:36 +0000</pubDate><guid>https://www.verboon.info/2011/04/why-a-double-click-in-the-upper-left-corner-closes-the-window/</guid><description>&lt;p&gt;Ever wondered why a double click in the upper left corner closes the Window although there is no close icon?&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/2011-04-20-17h42_10_thumb.png" alt="2011-04-20 17h42_10"&gt;

&lt;/p&gt;
&lt;p&gt;Well I have no proof for this, but assume that this is because in the early days of Windows, the only way to close a Window with the mouse was to DoubleClick on the Window Menu icon in the upper left corner as on the upper right side of the Window there were only buttons to minimize and maximize the Window.&lt;/p&gt;</description></item><item><title>ToolTip: Soluto&amp;ndash;Improve your Windows Boot Performance</title><link>https://www.verboon.info/2011/01/tooltip-solutoimprove-your-windows-boot-performance/</link><pubDate>Sun, 16 Jan 2011 10:27:58 +0000</pubDate><guid>https://www.verboon.info/2011/01/tooltip-solutoimprove-your-windows-boot-performance/</guid><description>&lt;p&gt;Hey here’s another cool application that can help improving Windows startup boot times. The Application is called Soluto and can be downloaded from &lt;a href="http://www.soluto.com/"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/soluto_thumb.png" alt="soluto"&gt;

&lt;/p&gt;
&lt;p&gt;Using Soluto is a no-brainer, just install it, and reboot. Soluto will show you the applications that are executed during the Windows Boot process and then allows you to either pause or delay the application during future boots.&lt;/p&gt;</description></item><item><title>Mute Windows System Volume</title><link>https://www.verboon.info/2011/01/mute-windows-system-volume/</link><pubDate>Sat, 15 Jan 2011 17:46:36 +0000</pubDate><guid>https://www.verboon.info/2011/01/mute-windows-system-volume/</guid><description>&lt;p&gt;I came across a forum post where someone asked how to programmatically mute the Windows System volume. So this is what I have found:&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image_thumb1.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;NirCmd&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.nirsoft.net/utils/nircmd.html"&gt;NirCmd&lt;/a&gt; from NirSoft is a small command-line utility that contains many smart functions like muting and unmuting the system volume.&lt;/p&gt;
&lt;p&gt;To mute the system volume, simply run the following command&lt;/p&gt;
&lt;p&gt;nircmd.exe mutesysvolume 1&lt;/p&gt;
&lt;p&gt;and to unmute you run&lt;/p&gt;
&lt;p&gt;nircmd.exe mutesysvolume 0&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;With VBScript&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Another option is to use a VBscript, the following code I found &lt;a href="http://www.nilpo.com/2008/11/windows-xp/mute-sound-volume-in-wsh/"&gt;here&lt;/a&gt; will mute or unmute the system volume&lt;/p&gt;</description></item><item><title>Prevent the Windows 7 USB/DVD Download Tool from formatting the USB flash drive</title><link>https://www.verboon.info/2010/12/prevent-the-windows-7-usbdvd-download-tool-from-formatting-the-usb-flash-drive/</link><pubDate>Thu, 23 Dec 2010 01:28:06 +0000</pubDate><guid>https://www.verboon.info/2010/12/prevent-the-windows-7-usbdvd-download-tool-from-formatting-the-usb-flash-drive/</guid><description>&lt;p&gt;If you want to install Windows 7 from USB you can use Microsoft’s Windows 7 USB/DVD Download Tool which you can download from &lt;a href="http://wudt.codeplex.com/"&gt;here&lt;/a&gt;. By default the tool requires that the USB disk is being erased before copying the Windows 7 installation media, hence you get the following messages.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/win7usb1_thumb.png" alt="win7usb1"&gt;

&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/win7usb2_thumb.png" alt="win7usb2"&gt;

&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/win7usbformat_thumb.png" alt="win7usbformat"&gt;

&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;This is a bit laborious, because sometimes you might want to store some additional files on your installation media, instead of having to store it elsewhere. I came across a small comment at the bottom of the Tools website about how to prevent the tool from erasing / formatting the USB drive prior copying the installation media.&lt;/p&gt;</description></item><item><title>ToolTip: Domain Time LMCheck</title><link>https://www.verboon.info/2010/08/tooltip-domain-time-lmcheck/</link><pubDate>Wed, 04 Aug 2010 21:21:00 +0000</pubDate><guid>https://www.verboon.info/2010/08/tooltip-domain-time-lmcheck/</guid><description>&lt;p&gt;Refreshing my knowledge a bit on Time Synchronization, NTP etc. and came across this utility. It’s FREE and doesn’t require installation.&lt;/p&gt;
&lt;p&gt;The Domain Time LMCheck test tool lets you assess the current time of all the Windows machines on your network quickly and easily. It uses the built-in LAN Manager NetRemote TOD (Time of Day) function to check the time on all the machines in the browse list.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/timecheck_thumb.png" alt="timecheck"&gt;

 LMCheck can be downloaded from &lt;a href="http://www.greyware.com/software/domaintime/instructions/tools/lmcheck.asp"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>ToolTip: checksum</title><link>https://www.verboon.info/2010/06/tooltip-checksum/</link><pubDate>Mon, 28 Jun 2010 22:50:37 +0000</pubDate><guid>https://www.verboon.info/2010/06/tooltip-checksum/</guid><description>&lt;p&gt;Today’s ToolTip is about a utility called &lt;strong&gt;checksum&lt;/strong&gt; and guess what, it can create and verify checksums. But beside all the other checksum utilities i came across so far this one has some nice features that make it worth mentioning it.&lt;/p&gt;
&lt;p&gt;First it’s fast. I created a checksum for the Windows 7 x64 ISO file and it was about 15 to 20 seconds faster than other checksum utilities. Another feature that I like is that it can not only create checksums for individual files, but also for folders and it’s entire content. Checksum fully integrates into the Windows Explorer context menu but can also be launched from the command line.&lt;/p&gt;</description></item><item><title>Windows Mobile 6.1 Hot Fix for Sending POP and IMAP E-mail</title><link>https://www.verboon.info/2010/06/windows-mobile-6-1-hot-fix-for-sending-pop-and-imap-e-mail/</link><pubDate>Thu, 17 Jun 2010 19:26:33 +0000</pubDate><guid>https://www.verboon.info/2010/06/windows-mobile-6-1-hot-fix-for-sending-pop-and-imap-e-mail/</guid><description>&lt;p&gt;Once again, there is always a solution for every problem, it’s just that it can take a while until you find the solution.&lt;/p&gt;
&lt;p&gt;Since months I have had issues with “sending” e-mails from my Windows Mobile 6.1 device. I have several mail accounts configured on my mobile, but the one that is configured to use IMAP simply wouldn’t work.&lt;/p&gt;
&lt;p&gt;Today I stumbled upon a patch that fixes this. If you happen to have the same problem then download the Windows Mobile 6.1 Hot Fix for Sending POP and IMAP E-mail from &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d9d71b2e-d2dd-44f2-86e5-1e53aad7fb7a&amp;amp;DisplayLang=en#filelist"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Troubleshooting Windows Update</title><link>https://www.verboon.info/2010/06/troubleshooting-windows-update/</link><pubDate>Tue, 15 Jun 2010 18:04:06 +0000</pubDate><guid>https://www.verboon.info/2010/06/troubleshooting-windows-update/</guid><description>&lt;p&gt;Issues with installing Windows Updates? Then have a look at the following Microsoft Support Articles:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/971058/en-us"&gt;KB971058&lt;/a&gt; How do I reset Windows Update components?&lt;/p&gt;
&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/947821/en-us"&gt;KB947821&lt;/a&gt; Description of the System Update Readiness Tool for Windows Vista, for Windows Server 2008, for Windows 7, and for Windows Server 2008 R2&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/2010061520h01_29_thumb1.png" alt="2010-06-15 20h01_29"&gt;

&lt;/p&gt;</description></item><item><title>Windows 7 Search Provider</title><link>https://www.verboon.info/2010/04/windows-7-search-provider/</link><pubDate>Mon, 19 Apr 2010 17:57:53 +0000</pubDate><guid>https://www.verboon.info/2010/04/windows-7-search-provider/</guid><description>&lt;p&gt;Inspired by the &lt;a href="http://windowsteamblog.com/blogs/developers/archive/2010/04/18/windows-7-federated-search.aspx"&gt;Windows 7 Federated Search&lt;/a&gt; blog post I created a Search Extender for my Anything about IT blog. You can download the Anything About IT Search Provider from &lt;a href="https://www.verboon.info/fun/aait_search_extender.zip"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Once you have downloaded the ZIP file, unpack aait.osdx and double click to install. You will see the following message. Click Add to install the Anything about IT Search Provider.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image_thumb13.png" alt="image"&gt;

 Once installed you can directly search for content on Anything about IT from your Windows Explorer.&lt;/p&gt;</description></item><item><title>End of Support for Windows XP SP2 &amp;ndash; Deploy XP SP3</title><link>https://www.verboon.info/2010/04/end-of-support-for-windows-xp-sp2/</link><pubDate>Tue, 13 Apr 2010 19:27:24 +0000</pubDate><guid>https://www.verboon.info/2010/04/end-of-support-for-windows-xp-sp2/</guid><description>&lt;p&gt;On July 12, 2010 Microsoft Windows XP Service Pack will reach end of support, for most companies this shouldn’t come as a surprise as this has been widely &lt;a href="http://blogs.technet.com/lifecycle/archive/2008/04/25/what-s-happening-to-windows-xp-on-june-30th.aspx"&gt;communicated&lt;/a&gt; when Microsoft released Windows XP Service Pack 3. however it appears that some companies didn’t took these message too serious then, but now suddenly realize that July 12, 2010 is just a few months ahead of them.&lt;/p&gt;
&lt;p&gt;Many people have still in memory the challenges they faced with Windows XP Service Pack 2, this because this in fact was more than what people knew as being a Service Pack. Windows XP Service Pack 2 was not just a rollup of security and product fixes, but also contained various technology updates (Network protection, Memory Protection, Web Browsing security and Computer Maintenance). In these days the famous word was &lt;em&gt;Trustworthy Computing&lt;/em&gt; and this was what Windows XP Service Pack 2 was about. From a technical and security perspective Windows XP Service Pack 2 was definitely a big step forward, but many companies faced quite some challenges in deploying it especially with regard to &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=9300BECF-2DEE-4772-ADD9-AD0EAF89C4A7&amp;amp;displaylang=en"&gt;application compatibility&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>ToolTip: Power Plan Assistant for Windows 7</title><link>https://www.verboon.info/2010/01/tooltip-power-plan-assistant-for-windows-7/</link><pubDate>Sat, 02 Jan 2010 14:43:37 +0000</pubDate><guid>https://www.verboon.info/2010/01/tooltip-power-plan-assistant-for-windows-7/</guid><description>&lt;p&gt;Microsoft has spend a great effort on optimizing the &lt;a href="http://blogs.msdn.com/e7/archive/2009/01/06/windows-7-energy-efficiency.aspx"&gt;power consumption&lt;/a&gt; for Windows 7, But here’s another FREE tool that I consider as a nice enhancement over the build in features in Windows 7. Power Plan Assistant for Windows 7 can be downloaded from &lt;a href="http://www.powerplan7.com/index.htm"&gt;here&lt;/a&gt;. For a brief feature overview read &lt;a href="http://www.powerplan7.com/features.htm"&gt;this&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;My favorite feature is the instant “Power off the Display” option that can be invoked with just a double click on the tool’s tray icon.&lt;/p&gt;</description></item><item><title>ToolTip: No sleep for Windows</title><link>https://www.verboon.info/2010/01/tooltip-no-sleep-for-windows/</link><pubDate>Sat, 02 Jan 2010 07:56:07 +0000</pubDate><guid>https://www.verboon.info/2010/01/tooltip-no-sleep-for-windows/</guid><description>&lt;p&gt;Assume that for whatever reason occasionally you do not want your system to enter the sleep mode, but you also do not want to change your power plan ? Then have a look at &lt;a href="http://blogs.msdn.com/delay/archive/2009/09/30/give-your-computer-insomnia-free-tool-and-source-code-to-temporarily-prevent-a-machine-from-going-to-sleep.aspx"&gt;insomnia&lt;/a&gt; a free tool to temporarily prevent a machine from going to sleep.&lt;/p&gt;
&lt;p&gt;The Tool can be downloaded from &lt;a href="http://cesso.org/Samples/Insomnia/Insomnia.zip"&gt;here&lt;/a&gt;:&lt;/p&gt;</description></item><item><title>Windows Home Server &amp;ndash; A must have</title><link>https://www.verboon.info/2009/12/windows-home-server-a-must-have/</link><pubDate>Sat, 19 Dec 2009 23:03:45 +0000</pubDate><guid>https://www.verboon.info/2009/12/windows-home-server-a-must-have/</guid><description>&lt;p&gt;This week I bought a HP MediaSmart Server EX490 which runs Windows Home Server. The primary reason for buying a Windows Home Server was to get an easy to use solution in place that allows us to perform automated backups and share the data across the multiple devices.&lt;/p&gt;
&lt;p&gt;The most important computer at home is my wife’s notebook, as this has become a kind of the primary access point for the family  to store pictures, music and documents.&lt;/p&gt;</description></item><item><title>ToolTip: Windows 7 USB/DVD Download Tool</title><link>https://www.verboon.info/2009/12/tooltip-windows-7-usbdvd-download-tool/</link><pubDate>Sun, 13 Dec 2009 17:21:55 +0000</pubDate><guid>https://www.verboon.info/2009/12/tooltip-windows-7-usbdvd-download-tool/</guid><description>&lt;p&gt;The Windows 7 USB / DVD Download Tool allows you to transfer the content of the Windows 7 installation sources to a USB device or DVD media. The tool is FREE and can be downloaded from &lt;a href="http://wudt.codeplex.com/"&gt;here&lt;/a&gt; If you use Windows XP you must have at least the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;amp;displaylang=en"&gt;.NET Framework 2.0&lt;/a&gt; or higher installed and you must install the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=B5F726F1-4ACE-455D-BAD7-ABC4DD2F147B&amp;amp;displaylang=en"&gt;Image Mastering API v2.0&lt;/a&gt; prior installing the Tool.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image3_thumb.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image7_thumb.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image11_thumb.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image15_thumb.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;**Additional Information: &lt;br&gt;
**Microsoft Store: &lt;a href="http://store.microsoft.com/help/ISO-Tool."&gt;Windows 7 USB/DVD Download Tool&lt;/a&gt; &lt;br&gt;
CodePlex: &lt;a href="http://wudt.codeplex.com/"&gt;Windows 7 USB / DVD Download Tool&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Windows Licensing Fact Sheet</title><link>https://www.verboon.info/2009/10/windows-licensing-fact-sheet/</link><pubDate>Sat, 24 Oct 2009 14:46:19 +0000</pubDate><guid>https://www.verboon.info/2009/10/windows-licensing-fact-sheet/</guid><description>&lt;p&gt;Has your organization ever acquired PCs without operating systems preinstalled, and then used its Volume Licensing agreement to install the full operating system on those PCs? &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=f49dee62-224b-451c-a330-2294208d422e"&gt;Download&lt;/a&gt; the Windows Licensing Fact Sheet to learn more about Windows Licensing.&lt;/p&gt;</description></item><item><title>Accessing the BIOS in Windows Virtual PC</title><link>https://www.verboon.info/2009/09/accessing-the-bios-in-windows-virtual-pc/</link><pubDate>Wed, 23 Sep 2009 18:05:37 +0000</pubDate><guid>https://www.verboon.info/2009/09/accessing-the-bios-in-windows-virtual-pc/</guid><description>&lt;p&gt;When setting up a Virtual Machine in Windows Virtual PC, You will see the following progress window when the VM is started. &lt;a href="images/image1.png"&gt;

 &lt;img src="images/image_thumb1.png" alt="image"&gt;


&lt;/a&gt;This indicates that the VM is running in &lt;strong&gt;Enhanced&lt;/strong&gt; Mode which is the default. To better understand the different modes of Windows Virtual PC I recommend reading the “&lt;a href="http://blogs.technet.com/windows_vpc/archive/2009/08/27/three-modes-of-windows-xp-mode.aspx"&gt;Three Modes of Windows XP Mode&lt;/a&gt;” article.&lt;/p&gt;
&lt;p&gt;The progress windows is being displayed until the OS running in the VM has started up, so you have no chance to interrupt the boot process to access the BIOS. To get access to the VM BIOS, you  must run the VM in &lt;strong&gt;Basic&lt;/strong&gt; Mode. Running a VM in Basic Mode means that you must disable the integration features.&lt;/p&gt;</description></item><item><title>Installing Branded IE7 on Windows XP Service Pack 3</title><link>https://www.verboon.info/2009/09/installing-branded-ie7-on-windows-xp-service-pack-3/</link><pubDate>Mon, 07 Sep 2009 14:56:41 +0000</pubDate><guid>https://www.verboon.info/2009/09/installing-branded-ie7-on-windows-xp-service-pack-3/</guid><description>&lt;p&gt;I’ve spend nearly 3 hours in troubleshooting today to find out the reason why a custom IE7 package, that worked fine on Windows XP SP2 would not work on Windows XP SP3.&lt;/p&gt;
&lt;p&gt;If you are using a custom Internet Explorer 7 package (created with the Internet Explorer Administration Toolkit) and plan to rebuild your enterprise image with Windows XP SP3, you might be interested in &lt;a href="http://blogs.msdn.com/ie/archive/2008/05/12/installing-branded-ie7-on-windows-xp-service-pack-3.aspx"&gt;this article&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>What you should know about Windows 7 and using the WAIK</title><link>https://www.verboon.info/2009/09/what-you-should-know-about-windows-7-and-using-the-waik/</link><pubDate>Tue, 01 Sep 2009 19:45:13 +0000</pubDate><guid>https://www.verboon.info/2009/09/what-you-should-know-about-windows-7-and-using-the-waik/</guid><description>&lt;p&gt;Many of you have probably already considered installing the 64 bit version of Windows 7 if not done already. I just found a “must read” article on the &lt;a href="http://blogs.technet.com/deploymentguys/archive/2009/08/27/windows-7-waik-and-custom-images.aspx"&gt;Deployment Guys&lt;/a&gt; blog about the WAIK and creating unattends for x32 and x64 images.  Click &lt;a href="http://blogs.technet.com/deploymentguys/archive/2009/08/27/windows-7-waik-and-custom-images.aspx"&gt;here&lt;/a&gt; to read the entire article.&lt;/p&gt;</description></item><item><title>Upgrade your existing KMS Service to support Windows 7 and Windows 2008 R2</title><link>https://www.verboon.info/2009/08/upgrade-your-existing-kms-service-to-support-windows-7-and-windows-2008-r2/</link><pubDate>Wed, 12 Aug 2009 09:08:53 +0000</pubDate><guid>https://www.verboon.info/2009/08/upgrade-your-existing-kms-service-to-support-windows-7-and-windows-2008-r2/</guid><description>&lt;p&gt;If you are already running an existing KMS Service within your environment, and you do not plan to install a new KMS Service, the following information might be of interest if you have plans for deploying Windows 7 or Server 2008-R2 systems.&lt;/p&gt;
&lt;p&gt;Update for Windows Server 2003 (KB968915)&lt;br&gt;
&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=f3a0d90c-b7fd-44cf-bf81-11587adc599f&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=f3a0d90c-b7fd-44cf-bf81-11587adc599f&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Update for Windows Server 2003 x64 Edition (KB968915)&lt;br&gt;
&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=1678151b-b577-476f-87da-df54024b98e2&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=1678151b-b577-476f-87da-df54024b98e2&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;An update is available that installs Key Management Service (KMS) 1.2 for Windows Server 2003 Service Pack 1 (SP1) and for later versions of Windows Server 2003&lt;br&gt;
&lt;a href="http://support.microsoft.com/?kbid=968915"&gt;http://support.microsoft.com/?kbid=968915&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Adding Games on Windows 7 Enterprise</title><link>https://www.verboon.info/2009/08/adding-games-on-windows-7-enterprise/</link><pubDate>Sun, 09 Aug 2009 18:35:35 +0000</pubDate><guid>https://www.verboon.info/2009/08/adding-games-on-windows-7-enterprise/</guid><description>&lt;p&gt;When you run a default Windows 7 Enterprise installation, you will notice that by default no games are being installed. System administrators using the Windows Automated Installation Toolkit can use the image manager to enable games within their customized Windows 7 Enterprise installation, but here’s another trick how you can get the games enabled.&lt;/p&gt;
&lt;p&gt;Open a command prompt with elevated Administrative privileges and execute the following command:&lt;/p&gt;
&lt;p&gt;dism /online /enable-feature /featurename:InboxGames&lt;/p&gt;</description></item><item><title>The &amp;ldquo;MZ&amp;rdquo; header in EXE files</title><link>https://www.verboon.info/2009/07/the-mz-header-in-exe-files/</link><pubDate>Thu, 23 Jul 2009 21:01:12 +0000</pubDate><guid>https://www.verboon.info/2009/07/the-mz-header-in-exe-files/</guid><description>&lt;p&gt;When you open an executable in notepad, you might have noticed that every executable starts with the letters &lt;strong&gt;MZ&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image-thumb13.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;These story behind these two letters is that these are the initials of &lt;a href="http://en.wikipedia.org/wiki/Mark_Zbikowski"&gt;Mark Zbikowski&lt;/a&gt; the designer of the DOS executable file format. These two letters are basically telling the system that this is an executable file.&lt;/p&gt;
&lt;p&gt;It must be a funny idea when going to sleep and knowing that your initials are spread on billions of systems.&lt;/p&gt;</description></item><item><title>Do not slipstream Windows XP sources on Windows Vista</title><link>https://www.verboon.info/2009/06/do-not-slipstream-windows-xp-sources-on-windows-vista/</link><pubDate>Fri, 19 Jun 2009 17:05:45 +0000</pubDate><guid>https://www.verboon.info/2009/06/do-not-slipstream-windows-xp-sources-on-windows-vista/</guid><description>&lt;p&gt;Today one of my colleagues ran into an issue after having slipstreamed Service Pack 3 into Windows XP. During the Windows XP unattended installation process the provided product key within the unattend.txt file was not accepted, which caused the system to prompt for the product key.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="http://web.suffieldacademy.org/ils/netadmin/docs/howto/windows_xp_install/docs/images/setup_product_activation.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;This turned out to be a known issue as documented within the following Microsoft support article. &lt;a href="http://support.microsoft.com/kb/950722/en-us"&gt;After you create Windows XP Service Pack 3 slipstreamed media, your product key is not accepted&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>ToolTip &amp;ndash; PowerPlan Switcher for Windows</title><link>https://www.verboon.info/2009/05/tooltip-powerplan-switcher-for-windows/</link><pubDate>Sun, 24 May 2009 17:08:48 +0000</pubDate><guid>https://www.verboon.info/2009/05/tooltip-powerplan-switcher-for-windows/</guid><description>&lt;p&gt;Just came across this very nice utility called the &lt;a href="http://code.msdn.microsoft.com/SPPS"&gt;Smart Power Plan Switcher for Windows&lt;/a&gt;. The utility allows you to configure the power scheme to be used based on the current power status. So once your system runs on battery it will automatically switch to the preferred power scheme.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image-thumb7.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;the Software can be downloaded from the &lt;a href="http://code.msdn.microsoft.com/SPPS"&gt;MSDN Code Gallery&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Windows 7 Theme Packs</title><link>https://www.verboon.info/2009/02/windows-7-theme-packs/</link><pubDate>Fri, 27 Feb 2009 18:27:04 +0000</pubDate><guid>https://www.verboon.info/2009/02/windows-7-theme-packs/</guid><description>&lt;p&gt;Just found a nice article on Mike Swanson’s blog about Windows 7 Theme Packs. Windows 7 introduces &lt;a href="http://msdn.microsoft.com/en-us/library/bb773190(VS.85).aspx"&gt;theme packs&lt;/a&gt;, which are .cab files that contain all of the necessary assets to implement a theme, including sound files and images.&lt;/p&gt;
&lt;p&gt;Download the official Microsoft Theme Packs &lt;a href="http://windows.microsoft.com/en-us/Windows7/Personalize"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Download the Theme Packs from Mike Swanson &lt;a href="http://blogs.msdn.com/mswanson/archive/2009/01/25/my-windows-7-theme-pack.aspx"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;While in Windows XP it was rather a pain to create your own Themes, it looks like in Windows 7 things have been simplified a bit. Definitely interesting for companies as well to apply their corporate design to their clients.&lt;/p&gt;</description></item><item><title>Windows 7 hands-on videos</title><link>https://www.verboon.info/2009/02/windows-7-hands-on-videos/</link><pubDate>Sat, 14 Feb 2009 16:34:56 +0000</pubDate><guid>https://www.verboon.info/2009/02/windows-7-hands-on-videos/</guid><description>&lt;p&gt;Just came back from vacation and cleaning up my mailbox. One had send a link that contains a number of nice short hands-on videos about Windows 7. Don’t expect any level 500 deep technical insight from these videos, but they are good enough to get a general overview on what’s new around the following topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Installation Changes&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New Desktop Features&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New Superbar and Aero Features&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Application Enhancements&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The Action Center and UAC Settings&lt;/p&gt;</description></item><item><title>Windows Update Explained</title><link>https://www.verboon.info/2009/02/windows-update-explained/</link><pubDate>Sat, 14 Feb 2009 15:01:00 +0000</pubDate><guid>https://www.verboon.info/2009/02/windows-update-explained/</guid><description>&lt;p&gt;Just found a document called &lt;a href="http://download.microsoft.com/download/a/9/4/a94af289-a798-4143-a3f8-77004f7c2fd3/Windows%20Update%20Explained.docx"&gt;Windows Update Explained&lt;/a&gt; on the &lt;a href="http://blogs.technet.com/mu/default.aspx"&gt;Microsoft Update Team Blog&lt;/a&gt;.  The document provides a good insight on how Windows Update works.&lt;/p&gt;</description></item><item><title>Shutting down or Reboot Vista when remotely connected</title><link>https://www.verboon.info/2009/01/shutting-down-or-reboot-vista-when-remotely-connected/</link><pubDate>Fri, 23 Jan 2009 00:10:21 +0000</pubDate><guid>https://www.verboon.info/2009/01/shutting-down-or-reboot-vista-when-remotely-connected/</guid><description>&lt;p&gt;When you are logged on to a Vista Client through a remote desktop connection, you don’t see the option to shutdown or reboot the system within the Start Menu.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image-thumb1.png" alt="image"&gt;

 &lt;/p&gt;
&lt;p&gt;But if you are within the remote session and press CTRL+ALT+END you get the following screen&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image-thumb2.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;allowing you to Restart, shutdown or putting into sleep the system.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image-thumb3.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;Another option is to enter the shutdown command at command prompt like shutdown /s that will shutdown the system.&lt;/p&gt;</description></item><item><title>Windows 7 secrets</title><link>https://www.verboon.info/2009/01/windows-7-secrets/</link><pubDate>Wed, 21 Jan 2009 22:07:34 +0000</pubDate><guid>https://www.verboon.info/2009/01/windows-7-secrets/</guid><description>&lt;p&gt;Tim Sneath has written a must read article on his &lt;a href="http://blogs.msdn.com/tims/default.aspx"&gt;blog &lt;/a&gt;called &amp;ldquo;&lt;a href="http://blogs.msdn.com/tims/archive/2009/01/12/the-bumper-list-of-windows-7-secrets.aspx"&gt;the bumper list of Windows 7 secrets&lt;/a&gt;&amp;quot;.  The article describes many new handy features included within Windows 7.&lt;/p&gt;
&lt;p&gt;I take the freedom of copying one Secret into this post as it works well on Windows Vista too, and is really a must know for those that often use the command prompt.&lt;/p&gt;
&lt;p&gt;***Command Junkies Only. *&lt;em&gt;One of the most popular power toys in Windows XP was “Open Command Prompt Here”, which enabled you to use the graphical shell to browse around the file system and then use the context menu to open a command prompt at the current working directory. In Windows 7 (and in Windows Vista, incidentally – although not many folk knew about it), you can simply hold the Shift key down while selecting the context menu to get exactly the same effect. If the current working directory is a network location, it will automatically map a drive letter for you.&lt;/em&gt;&lt;/p&gt;</description></item><item><title>GPO Survival guide</title><link>https://www.verboon.info/2009/01/gpo-survival-guide/</link><pubDate>Mon, 19 Jan 2009 20:04:35 +0000</pubDate><guid>https://www.verboon.info/2009/01/gpo-survival-guide/</guid><description>&lt;p&gt;Just came across this handy document from Microsoft called the &amp;ldquo;[Group Policy Documentation Survival Guide](&lt;a href="http://download.microsoft.com/download/2/1/2/212db64c-3e9c-44d3-b822-b2508e0eccf3/Group"&gt;http://download.microsoft.com/download/2/1/2/212db64c-3e9c-44d3-b822-b2508e0eccf3/Group&lt;/a&gt; Policy Survival Guide.pdf)&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;The guide contains all the links to the resources you need when dealing with Group Policies.&lt;/p&gt;
&lt;p&gt;The document can be downloaded &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=66643d52-bd3d-4b10-972c-316eca5dbedf&amp;amp;DisplayLang=en"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>TechNet - Windows 7 Forums</title><link>https://www.verboon.info/2009/01/technet-windows-7-forums/</link><pubDate>Sat, 17 Jan 2009 17:20:56 +0000</pubDate><guid>https://www.verboon.info/2009/01/technet-windows-7-forums/</guid><description>&lt;p&gt;Looking for answers on Windows 7 ? have a look  on the &lt;a href="http://social.technet.microsoft.com/Forums/en/category/w7itpro/"&gt;Microsoft Technet Forums for Windows 7 Beta&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>ToolTip &amp;ndash; Clipname</title><link>https://www.verboon.info/2009/01/tooltip-clipname/</link><pubDate>Wed, 14 Jan 2009 13:20:04 +0000</pubDate><guid>https://www.verboon.info/2009/01/tooltip-clipname/</guid><description>&lt;p&gt;Today I was writing an email that contained a couple of file name references, as i was writing the first 2 file names I remembered that in the past when I used WinBatch there was a nice explorer context menu enhancement that allowed copying file names and paths into the windows clipboard.&lt;/p&gt;
&lt;p&gt;By searching the web for filename to clipboard utilities, i actually found quite a lot of them. Because i prefer small, lean and FREE I finally ended up with &lt;a href="http://www.mainsoft.fr/Files/clipname.zip"&gt;Clipname&lt;/a&gt; provided by &lt;a href="http://www.mainsoft.fr/"&gt;MainSoft&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>ToolTip - Unlocker</title><link>https://www.verboon.info/2009/01/tooltip-unlocker/</link><pubDate>Mon, 12 Jan 2009 21:18:39 +0000</pubDate><guid>https://www.verboon.info/2009/01/tooltip-unlocker/</guid><description>&lt;p&gt;When trying out the Beta AIK for Windows 7 I got into a situation where some files got locked by the system, probably due to a not properly unmounted WIM file. A tool that has become most handy to unlock files is UNLOCKER.  &lt;a href="http://ccollomb.free.fr/unlocker/"&gt;Unlocker &lt;/a&gt;integrates itself into the context menu, so that you can easily select a folder or file that you want to unlock.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/unlocker3.jpg" alt="unlocker3"&gt;

&lt;/p&gt;
&lt;p&gt;Unlocker can be downloaded directly from the developers &lt;a href="http://ccollomb.free.fr/unlocker/#download"&gt;website&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Hyper-V and Dynamic discs</title><link>https://www.verboon.info/2009/01/hyper-v-and-dynamic-discs/</link><pubDate>Tue, 06 Jan 2009 17:01:19 +0000</pubDate><guid>https://www.verboon.info/2009/01/hyper-v-and-dynamic-discs/</guid><description>&lt;p&gt;First let me avoid confusion here, I&amp;rsquo;m not talking about &amp;ldquo;dynamically expanding&amp;rdquo; discs but about the disc type e.g. &lt;a href="http://www.petri.co.il/difference_between_basic_and_dynamic_disks_in_windows_xp_2000_2003.htm"&gt;Basic and Dynamic&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the past weeks we have been migrating some of our physical servers into Hyper-V. Just before X-mas my colleague had prepared a plain Windows 2003 system for me so that i could continue with installing the necessary applications that were planned to run on that system. Two discs were created, the primary disc that contains the boot partition is connected to an IDE controller and the second disc to a SCSI controller.  Note that the OS boot disc must always be connected to an IDE controller. So the disk layout looks as following:

 &lt;img src="images/disk_dynamic1-300x97.jpg" alt="disk_dynamic1"&gt;

&lt;/p&gt;</description></item><item><title>Scripting Windows Explorer Details View</title><link>https://www.verboon.info/2009/01/scripting-windows-explorer-details-view/</link><pubDate>Tue, 06 Jan 2009 08:30:19 +0000</pubDate><guid>https://www.verboon.info/2009/01/scripting-windows-explorer-details-view/</guid><description>&lt;p&gt;Those of you who are familiar with desktop engineering know the pain of scripting Windows configuration settings. While in general many settings can be configured by adding or changing a specific registry key value, there are still many things within the OS where Microsoft did not make our life as easy and provides a single registry key that can be tweaked.&lt;/p&gt;
&lt;p&gt;Yesterday I worked on setting the Windows XP Windows Explorer View to &amp;ldquo;Details&amp;rdquo; by default for all users. The typical approach in identifying registry changes is to create a snapshot before and after manally applying the system configuration change, then in most cases the necessary registry keys are found and can be scripted. But unfortunately that wasn&amp;rsquo;t the case when changing the Windows Explorer View to Details.&lt;/p&gt;</description></item><item><title>Windows BCD Store</title><link>https://www.verboon.info/2009/01/windows-bcd-store/</link><pubDate>Sun, 04 Jan 2009 10:48:43 +0000</pubDate><guid>https://www.verboon.info/2009/01/windows-bcd-store/</guid><description>&lt;p&gt;Before Windows Vista Boot Configuration Information was stored within the boot.inifile. With the introduction of Windows Vista Microsoft has completely reengineered the boot environment and Windows startup process. . Since then Boot Configuration information is not stored within the boot.ini anymore but within the BCD store. BCD = Boot Configuration Data.&lt;/p&gt;
&lt;p&gt;To learn more about BCD read the following articles:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/whdc/system/platform/firmware/bcd.mspx"&gt;Boot Configuration Data in Windows Vista&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/whdc/system/platform/firmware/bcdedit_reff.mspx"&gt;BCDEdit Commands for Boot Environment&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Booting Win7 from a VHD file</title><link>https://www.verboon.info/2009/01/booting-win7-from-a-vhd-file/</link><pubDate>Sat, 03 Jan 2009 21:37:37 +0000</pubDate><guid>https://www.verboon.info/2009/01/booting-win7-from-a-vhd-file/</guid><description>&lt;p&gt;Windows7 and Windows Server 2008 R2 will support booting directly from a &lt;a href="http://technet.microsoft.com/en-us/bb738373.aspx"&gt;VHD&lt;/a&gt; (Virtual hard disk) file. This will allow you to run multiple operating systems on a single hard disk without the need of creating multiple partitions.&lt;/p&gt;
&lt;p&gt;I found a nice description on the blog from rasmus sjoerslev about &lt;a href="http://it-experts.dk/blogs/rsj/archive/2009/01/01/booting-windows-7-from-a-vhd-file.aspx"&gt;booting Windows7 from a VHD file&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Windows7 overview from Mark Minasi</title><link>https://www.verboon.info/2008/12/windows7-overview-from-mark-minasi/</link><pubDate>Wed, 03 Dec 2008 18:34:58 +0000</pubDate><guid>https://www.verboon.info/2008/12/windows7-overview-from-mark-minasi/</guid><description>&lt;p&gt;&lt;a href="http://www.minasi.com/"&gt;Mark Minasi &lt;/a&gt;has put together a nice overview on Windows7. &amp;ldquo;&lt;a href="http://www.minasi.com/win7ppt.pdf"&gt;the next Windows: Lucky7?&amp;rdquo;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Reducing the Windows Vista Footprint</title><link>https://www.verboon.info/2008/12/reducing-the-windows-vista-footprint/</link><pubDate>Wed, 03 Dec 2008 17:47:56 +0000</pubDate><guid>https://www.verboon.info/2008/12/reducing-the-windows-vista-footprint/</guid><description>&lt;p&gt;The Windows Vista footprint is quite large, so my current thoughts are &amp;ldquo;how to reduce the Windows Vista footprint ?&amp;rdquo;. I hope to come up with a complete overview at some stage, for now i have found the following interesting references:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://download.microsoft.com/download/9/c/5/9c5b2167-8017-4bae-9fde-d599bac8184a/Uninstall.docx"&gt;Uninstalling Drivers and Devices in Windows Vista &lt;/a&gt;a Microsoft white paper primarily intended for driver developers, but why not use the same methods described in there and reduce the driver store size ?&lt;/p&gt;</description></item><item><title>GPO Preferences require XMLLite</title><link>https://www.verboon.info/2008/12/gpo-preferences-require-xmllite/</link><pubDate>Tue, 02 Dec 2008 20:28:26 +0000</pubDate><guid>https://www.verboon.info/2008/12/gpo-preferences-require-xmllite/</guid><description>&lt;p&gt;Reading the &lt;a href="http://www.gpoguy.com/Portals/0/Group%20Policy%20Preferences%20Overview.pdf"&gt;Group Policy Preferences Overview&lt;/a&gt; Whitepaper from SDM software, I just notice an interesting prerequisite for using GPO Preferences - &lt;a href="http://msdn.microsoft.com/en-us/library/ms752838.aspx"&gt;XMLLite&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;XmlLite Runtime Files&lt;/p&gt;
&lt;p&gt;The XmlLite runtime file, Xmllite.dll, is integrated into the following operating systems and products:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Windows Server 2008&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Windows Vista&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Windows Server 2003 with Service Pack 2 or later.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Microsoft Internet Explorer 7.0 and later.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The XmlLite runtime is also available as a download from the &lt;a href="http://support.microsoft.com/kb/915865"&gt;XmlLite Update Page&lt;/a&gt; for the following operating systems:&lt;/p&gt;</description></item><item><title>Enable Active Directory Services tools on Windows 2008</title><link>https://www.verboon.info/2008/12/enable-active-directory-services-tools-on-windows-2008/</link><pubDate>Tue, 02 Dec 2008 19:39:06 +0000</pubDate><guid>https://www.verboon.info/2008/12/enable-active-directory-services-tools-on-windows-2008/</guid><description>&lt;p&gt;I just connected to our fresh installed Windows 2008 server that we intend to use as a remote system management console. The server is a member of our Windows 2003 Active Directory domain, not a DC itself.&lt;/p&gt;
&lt;p&gt;I wanted to launch the Active directory users and computers console, but did not find it under the Administrative tools. Okay, this must be something similar like with &lt;a href="https://www.verboon.info/?p=97"&gt;Windows Vista when you install the RSAT tools&lt;/a&gt; I thought, and yes it is, you must first enable that feature.&lt;/p&gt;</description></item><item><title>InstEd - Free Windows Installer database editor</title><link>https://www.verboon.info/2008/11/insted-free-windows-installer-database-editor/</link><pubDate>Wed, 26 Nov 2008 19:51:31 +0000</pubDate><guid>https://www.verboon.info/2008/11/insted-free-windows-installer-database-editor/</guid><description>&lt;p&gt;For those dealing with application packaging here&amp;rsquo;s an interesting tool you should know about. For more details check out the &lt;a href="http://www.instedit.com/home"&gt;InstEd &lt;/a&gt;site and read the&lt;a href="http://blog.instedit.com/"&gt;blog&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>VI command reference</title><link>https://www.verboon.info/2008/11/vi-command-reference/</link><pubDate>Sun, 02 Nov 2008 10:11:59 +0000</pubDate><guid>https://www.verboon.info/2008/11/vi-command-reference/</guid><description>&lt;p&gt;VI - last time i had my very personal fight with this text editor was back in 1992 or 1993 when sitting in a Oracle Administration trainging class, and probably was the only non-UNIX guy (some time months later I was the first Windows guy that installed Oracle on NT 3.51).  Now nearly 15 years later again i come across that editor and NO i have not learned how to use it since then because so far my focus was on things where VI would not be needed, but my interest in Virtualization technologies seems to drive me somehow towards learning this VI editor , or at least the basics, like how to get out of that thing !. I had just edited a vmware configuration file on ESXi, but then found myself in not being able to save that file and exiting from VI. &lt;/p&gt;</description></item><item><title>ToolTip - chml.exe manage Windows Integrity Levels</title><link>https://www.verboon.info/2008/10/tooltip-chmlexe-manage-windows-integrity-levels/</link><pubDate>Mon, 20 Oct 2008 19:02:34 +0000</pubDate><guid>https://www.verboon.info/2008/10/tooltip-chmlexe-manage-windows-integrity-levels/</guid><description>&lt;p&gt;To be honest i haven&amp;rsquo;t gone into the details of the Windows Integrity Levels myself but wanted to mention the &lt;a href="http://www.minasi.com/vista/chml.htm"&gt;chml.exe &lt;/a&gt;tool that can be downloaded from Mark Minasi&amp;rsquo;s &lt;a href="http://www.minasi.com/"&gt;web site&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;More details about the Windows Vista Integrity Mechanism can be found &lt;a href="http://msdn.microsoft.com/en-us/library/bb625964.aspx"&gt;here&lt;/a&gt;:&lt;/p&gt;</description></item><item><title>TCP/IP Fundamentals for Windows</title><link>https://www.verboon.info/2008/10/tcpip-fundamentals-for-windows/</link><pubDate>Wed, 01 Oct 2008 05:39:12 +0000</pubDate><guid>https://www.verboon.info/2008/10/tcpip-fundamentals-for-windows/</guid><description>&lt;p&gt;Need an update on TCP/IP ? then download this paper:  &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c76296fd-61c9-4079-a0bb-582bca4a846f&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=c76296fd-61c9-4079-a0bb-582bca4a846f&amp;amp;DisplayLang=en&lt;/a&gt;&lt;/p&gt;</description></item><item><title>A site worth mentioning</title><link>https://www.verboon.info/2008/09/a-site-worth-mentioning/</link><pubDate>Sat, 27 Sep 2008 22:17:19 +0000</pubDate><guid>https://www.verboon.info/2008/09/a-site-worth-mentioning/</guid><description>&lt;p&gt;While searching for something I came across the site &lt;a href="http://www.computerperformance.co.uk/index.htm"&gt;computer performance&lt;/a&gt;, why the sites is called like that, i don&amp;rsquo;t know, but it has a lot of interesting content related to windows 2008, vista, scripting etc. so that i find it worth mentioning.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="./images/cpwebsite.png" alt="cpwebsite"&gt;

&lt;/p&gt;</description></item><item><title>ToolTip - Shadowexplorer</title><link>https://www.verboon.info/2008/09/tooltip-shadowexplorer/</link><pubDate>Fri, 26 Sep 2008 20:09:32 +0000</pubDate><guid>https://www.verboon.info/2008/09/tooltip-shadowexplorer/</guid><description>&lt;p&gt;This week i found a nice little tool called &lt;a href="http://www.shadowexplorer.com/"&gt;ShadowExplorer&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;ShadowExplorer allows you to browse the shadow copies created by the Windows® VistaTM Volume Shadow Copy Service. It&amp;rsquo;s especially thought for users of the home editions, who don&amp;rsquo;t have access to the shadow copies by default, but it&amp;rsquo;s also useful for users of the other editions.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Download from: &lt;a href="http://www.shadowexplorer.com/downloads.html"&gt;http://www.shadowexplorer.com/downloads.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As always, give it a try.&lt;/p&gt;</description></item><item><title>AppDeploy Repackager</title><link>https://www.verboon.info/2008/09/appdeploy-repackager/</link><pubDate>Sat, 13 Sep 2008 12:17:12 +0000</pubDate><guid>https://www.verboon.info/2008/09/appdeploy-repackager/</guid><description>&lt;p&gt;Bob Kelly has launched a free MSI Packaging tool called the &lt;a href="http://www.appdeploy.com/tools/repackager"&gt;AppDeploy Repackager.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The AppDeploy Repackager is a simple freeware snapshot tool for the creation of Windows Installer (MSI) setup packages&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;More information about what the Repackager can do and can not do can be found in the &lt;a href="http://www.appdeploy.com/tools/repackager/faq.asp"&gt;FAQ&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="./images/packagingtool.png" alt="Repackager"&gt;

&lt;/p&gt;</description></item><item><title>The VistaPE project</title><link>https://www.verboon.info/2008/09/the-vistape-project/</link><pubDate>Sun, 07 Sep 2008 20:11:45 +0000</pubDate><guid>https://www.verboon.info/2008/09/the-vistape-project/</guid><description>&lt;p&gt;Those of you that work within the desktop management space might be familiar with the PE Builder aka as &lt;a href="http://www.nu2.nu/pebuilder/"&gt;BartPE&lt;/a&gt;.Since WinPE was only available to enterprise customers, BartPE was a good alternative for those that had did not have access to WinPE. the PE builder allowed building a preboot environment boot CD by just using the Windows XP or Windows 2003 sources.&lt;/p&gt;
&lt;p&gt;With the release of the Windows Automated Installation kit (&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=C7D4BC6D-15F3-4284-9123-679830D629F2&amp;amp;displaylang=de"&gt;WAIK&lt;/a&gt;), anyone has access to &lt;a href="http://technet.microsoft.com/en-us/library/cc507857.aspx"&gt;WinPE 2.0&lt;/a&gt;, so anyone now can build his PE based boot sources.&lt;/p&gt;</description></item><item><title>Enable access to RSAT after installation</title><link>https://www.verboon.info/2008/08/enable-access-to-rsat-after-installation/</link><pubDate>Fri, 15 Aug 2008 10:11:39 +0000</pubDate><guid>https://www.verboon.info/2008/08/enable-access-to-rsat-after-installation/</guid><description>&lt;p&gt;On Windows 2000/XP you used to install the adminpak.msi to get access to the various Administrator tools such as the Active Directory Users and Computers or the DHCP management interface.&lt;/p&gt;
&lt;p&gt;With Windows Vista SP1, you must install the &lt;a href="http://support.microsoft.com/kb/941314"&gt;RSAT&lt;/a&gt; package, RSAT stands for Remote Server Administrator Tool.&lt;/p&gt;
&lt;p&gt;Once installed, I wanted to access them, so as I am used to do opened the Administrative Tools in the Start menu,&amp;hellip;. but there weren&amp;rsquo;t there&amp;hellip;&amp;hellip;. ???
To keep the story short, you must first &amp;ldquo;enable&amp;rdquo; them before you can use them.&lt;/p&gt;</description></item><item><title>Windows Vista Performance and Tuning Guide</title><link>https://www.verboon.info/2008/08/windows-vista-performance-and-tuning-guide/</link><pubDate>Mon, 04 Aug 2008 13:48:01 +0000</pubDate><guid>https://www.verboon.info/2008/08/windows-vista-performance-and-tuning-guide/</guid><description>&lt;p&gt;Microsoft has published a &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ab377598-a637-432c-a3c8-1607ab629201&amp;amp;DisplayLang=en"&gt;Windows Vista Performance and Tuning Guide&lt;/a&gt; focusing on the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Making configuration changes that help a computer feel more responsive when you use it.&lt;/li&gt;
&lt;li&gt;Using hardware to boost the actual physical speed of a computer.&lt;/li&gt;
&lt;li&gt;Making configuration changes that help a computer to start faster.&lt;/li&gt;
&lt;li&gt;Making the computer more reliable may help increase performance.&lt;/li&gt;
&lt;li&gt;Monitoring performance occasionally so that you can stop problems before they get too big.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>For those who liked Norton Commander</title><link>https://www.verboon.info/2008/07/for-those-who-liked-norton-commander/</link><pubDate>Sat, 05 Jul 2008 21:38:40 +0000</pubDate><guid>https://www.verboon.info/2008/07/for-those-who-liked-norton-commander/</guid><description>&lt;p&gt;Remember this one ? Yes it&amp;rsquo;s the famous Norton Commander. I&amp;rsquo;ve been using it until we moved to Windows NT. A newer version was released that worked for Win96 and NT, but it looked a bit like they&amp;rsquo;ve had just dumped the NC in a &amp;ldquo;Window&amp;rdquo;&lt;/p&gt;
&lt;p&gt;
 &lt;img src="./images/oldnorton.png" alt="Norton Commander"&gt;

&lt;/p&gt;
&lt;p&gt;In the mid 90&amp;rsquo;s I was working with an external application developer, who always carried a tool called the Windows Commander with him on a floppy. The Windows Commander was a kind of a clone of the Norton Commander, but fully &lt;em&gt;Window-mized&lt;/em&gt;. it ran perfectly on Windows 3.11.&lt;/p&gt;</description></item><item><title>Windows sidebar gadgets</title><link>https://www.verboon.info/2008/07/windows-sidebar-gadgets/</link><pubDate>Wed, 02 Jul 2008 20:29:44 +0000</pubDate><guid>https://www.verboon.info/2008/07/windows-sidebar-gadgets/</guid><description>&lt;p&gt;Once announced as one of the great new features in Windows Vista, it has become silent around the Sidebar gadgets. To me it looks like people have ran out of ideas about what could be &lt;em&gt;gadgetized&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;You find tons of Vista sidebar gadgets that display the weather, latest news, stocks, clocks and a whole range of search gadgets. Then there is another set of tools and utilities where most seem to focus on displaying some system information.&lt;/p&gt;</description></item><item><title>Putting drive letters first</title><link>https://www.verboon.info/2008/07/putting-drive-letters-first/</link><pubDate>Tue, 01 Jul 2008 09:42:01 +0000</pubDate><guid>https://www.verboon.info/2008/07/putting-drive-letters-first/</guid><description>&lt;p&gt;When launching Windows Explorer, by default the driver letters are being displayed behind the volume / share name.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/explorer11.jpg" alt="explorer"&gt;

&lt;/p&gt;
&lt;p&gt;Some people, like myself don&amp;rsquo;t find this very convenient and want to see the drive letters in front of the volume / share description.  This can be customized by applying the following registry key:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-vb" data-lang="vb"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Reg ADD HKLM&lt;span style="color:#ff79c6"&gt;\&lt;/span&gt;SOFTWARE&lt;span style="color:#ff79c6"&gt;\&lt;/span&gt;Microsoft&lt;span style="color:#ff79c6"&gt;\&lt;/span&gt;Windows&lt;span style="color:#ff79c6"&gt;\&lt;/span&gt;CurrentVersion&lt;span style="color:#ff79c6"&gt;\&lt;/span&gt;Explorer &lt;span style="color:#ff79c6"&gt;/&lt;/span&gt;v ShowDriveLettersFirst &lt;span style="color:#ff79c6"&gt;/&lt;/span&gt;t REG_DWORD &lt;span style="color:#ff79c6"&gt;/&lt;/span&gt;d 0x4 &lt;span style="color:#ff79c6"&gt;/&lt;/span&gt;f
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;
 &lt;img src="images/explorer2.jpg" alt="Explorer"&gt;

&lt;/p&gt;</description></item><item><title>Disable System Restore through WMI</title><link>https://www.verboon.info/2008/06/disable-system-restore-through-wmi/</link><pubDate>Mon, 30 Jun 2008 14:16:05 +0000</pubDate><guid>https://www.verboon.info/2008/06/disable-system-restore-through-wmi/</guid><description>&lt;p&gt;If you are sure about what you are doing and you want to speed up the installation of multiple security patches or applications, you can use the following WMI command to disable Windows XP system restore.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-vb" data-lang="vb"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#ff79c6"&gt;on&lt;/span&gt; &lt;span style="color:#ff79c6"&gt;error&lt;/span&gt; &lt;span style="color:#ff79c6"&gt;resume&lt;/span&gt; &lt;span style="color:#ff79c6"&gt;next&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#ff79c6"&gt;set&lt;/span&gt; sr&lt;span style="color:#ff79c6"&gt;=&lt;/span&gt;GetObject(&lt;span style="color:#f1fa8c"&gt;&amp;#34;winmgmts:\\.\root\default:SystemRestore&amp;#34;&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;e&lt;span style="color:#ff79c6"&gt;=&lt;/span&gt;sr.disable(&lt;span style="color:#f1fa8c"&gt;&amp;#34;&amp;#34;&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To turn on System Restore again, use the following command:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-vb" data-lang="vb"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#ff79c6"&gt;on&lt;/span&gt; &lt;span style="color:#ff79c6"&gt;error&lt;/span&gt; &lt;span style="color:#ff79c6"&gt;resume&lt;/span&gt; &lt;span style="color:#ff79c6"&gt;next&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#ff79c6"&gt;set&lt;/span&gt; sr&lt;span style="color:#ff79c6"&gt;=&lt;/span&gt;GetObject(&lt;span style="color:#f1fa8c"&gt;&amp;#34;winmgmts:\\.\root\default:SystemRestore&amp;#34;&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;e&lt;span style="color:#ff79c6"&gt;=&lt;/span&gt;sr.enable(&lt;span style="color:#f1fa8c"&gt;&amp;#34;&amp;#34;&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description></item><item><title>A GUI for Windows Server Core</title><link>https://www.verboon.info/2008/05/a-gui-for-windows-server-core/</link><pubDate>Wed, 21 May 2008 18:40:00 +0000</pubDate><guid>https://www.verboon.info/2008/05/a-gui-for-windows-server-core/</guid><description>&lt;p&gt;When i first read about Windows Server core, let&amp;rsquo;s say at some time in 2006, I immediately thought of the days managing Novell 3.11 systems, although there were a couple of NLMs (loadable modules) that provided a kind of GUI interface, most system configuration commands were typed at the console prompt. The command i will never forget is &amp;ldquo;get reply to get nearest server off&amp;rdquo; :-) this to prevent clients logging on to the wrong netware server.&lt;/p&gt;</description></item></channel></rss>