<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Deployment on Anything About IT</title><link>https://www.verboon.info/tags/deployment/</link><description>Recent content in Deployment on Anything About IT</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 26 Aug 2021 19:01:10 +0000</lastBuildDate><atom:link href="https://www.verboon.info/tags/deployment/index.xml" rel="self" type="application/rss+xml"/><item><title>Deploying Windows 11 in minutes with AutomatedLab</title><link>https://www.verboon.info/2021/08/deploying-windows-11-in-minutes-with-automatedlab/</link><pubDate>Thu, 26 Aug 2021 19:01:10 +0000</pubDate><guid>https://www.verboon.info/2021/08/deploying-windows-11-in-minutes-with-automatedlab/</guid><description>&lt;p&gt;In this blog post I am going to show you how you can quickly (in 5 minutes) deploy Windows 11 in Hyper-V using the AutomatedLab PowerShell module. In fact the process is no different than when deploying other Windows operating systems, but just in case you haven&amp;rsquo;t heard of AutomatedLab yet and plan to install Windows 11 in a VM, this might be a good opportunity to get familiar with it.&lt;/p&gt;</description></item><item><title>Office 365 Centralized Deployment service</title><link>https://www.verboon.info/2017/06/office-365-centralized-deployment-service/</link><pubDate>Sat, 10 Jun 2017 14:25:04 +0000</pubDate><guid>https://www.verboon.info/2017/06/office-365-centralized-deployment-service/</guid><description>&lt;p&gt;Just recently Microsoft announced the general availability of the Office 365 centralized deployment service. I have tested it and it really makes deploying Office Add-ins super easy. The add-in configuration and deployment can be managed through the Office 365 portal or using PowerShell.&lt;/p&gt;
&lt;p&gt;For a quick overview watch the video “&lt;a href="https://channel9.msdn.com/Events/Build/2016/P574"&gt;How to Deploy Office Add-ins within Your Organization&lt;/a&gt;”.&lt;/p&gt;
&lt;p&gt;Now since I like using PowerShell, here’s a quick example how to enable and deploy an Office Add-in.&lt;/p&gt;</description></item><item><title>Installing Software using Collection Commander</title><link>https://www.verboon.info/2014/12/installing-software-using-collection-commander/</link><pubDate>Wed, 31 Dec 2014 12:25:00 +0000</pubDate><guid>https://www.verboon.info/2014/12/installing-software-using-collection-commander/</guid><description>&lt;p&gt;In the past days I had to provision a number of clients for testing purposes. A specific set of software also needed to be installed on these clients. At our company when deploying software to computers, the deployment for none mandatory software is always set to “Available” so that users can choose themselves when to install the software via the Software Center.&lt;/p&gt;
&lt;p&gt;I did not want to logon to each machine and initiate the installation manually nor did i want to create a separate “required” deployment to install the software on these systems. Instead I wrote a few lines of PowerShell code and triggered them using collection commander. I must admit its a bit of a quick and dirty approach but it did the job in just a few minutes.&lt;/p&gt;</description></item><item><title>How to generate random computer names for lab deployments using SCCM OSD</title><link>https://www.verboon.info/2013/02/how-to-generate-random-computer-names-for-lab-deployments-using-sccm-osd/</link><pubDate>Thu, 21 Feb 2013 11:22:32 +0000</pubDate><guid>https://www.verboon.info/2013/02/how-to-generate-random-computer-names-for-lab-deployments-using-sccm-osd/</guid><description>&lt;p&gt;For my &lt;strong&gt;lab&lt;/strong&gt; environment I use the below described approach to generate random computernames for my clients. The script does the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Read the Task Sequence Package Name&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Based on the name set the appropriate prefix&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Generate a random number between 100 and 1000&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Generate the new computer name based on Prefix + random number&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To implement this do the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Put the script listed below into a package&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add the script to the TS by adding a Run Command Line task &lt;em&gt;after&lt;/em&gt; Partition Disk and &lt;em&gt;before&lt;/em&gt; Apply Operating System&lt;a href="images/image1.png"&gt;

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


&lt;/a&gt;&lt;/p&gt;</description></item><item><title>How to prepare an Office 2013 Click-to-Run deployment</title><link>https://www.verboon.info/2012/07/how-to-prepare-an-office-2013-click-to-run-deployment/</link><pubDate>Mon, 30 Jul 2012 22:22:38 +0000</pubDate><guid>https://www.verboon.info/2012/07/how-to-prepare-an-office-2013-click-to-run-deployment/</guid><description>&lt;p&gt;With the release of the Office 2013 preview Microsoft also made available the Office Deployment Tool for Click-to-Run deployments. Although we here a lot about Click-to-Run these days, it’s not something totally new. Microsoft first introduced this with Office 2010 but it didn’t get that much attention within enterprise environment. For Office 2013 I can imagine that this will change.&lt;/p&gt;
&lt;p&gt;Microsoft describes Click-to-Run as following:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Office 2013 Preview Click-to-Run is a technology that reduces the time that is required to download and use Office 2013 Preview client products. Click-to-Run is based on core virtualization and streaming Microsoft Application Virtualization (App-V) technologies. The streaming technology lets you use a Click-to-Run program before the complete program is downloaded and installed on your computer.&lt;/em&gt;&lt;/p&gt;</description></item><item><title>Keep track of Global and Regional Windows 7 deployment status</title><link>https://www.verboon.info/2011/04/keep-track-of-global-and-regional-windows-7-deployment-status/</link><pubDate>Wed, 13 Apr 2011 17:54:18 +0000</pubDate><guid>https://www.verboon.info/2011/04/keep-track-of-global-and-regional-windows-7-deployment-status/</guid><description>&lt;p&gt;During this week there have been various &lt;a href="http://rcpmag.com/articles/2011/04/12/report-windows-7-passes-xp-in-us.aspx"&gt;reports&lt;/a&gt; about Windows 7 passing Windows XP in the U.S. The numbers used come from &lt;a href="http://gs.statcounter.com/"&gt;StatCounter&lt;/a&gt; a web analytics service. While Windows 7 has passed Windows XP in the U.S, we’re not yet there globally.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Worldwide Windows 7 Deployment Status&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/StatCounter-os-ww-monthly-201003-201103_thumb.jpg" alt="StatCounter-os-ww-monthly-201003-201103"&gt;

&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Source: Global Stats&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If you’re interested finding out how Windows 7 does in your region, simply go to &lt;a href="http://gs.statcounter.com/"&gt;StatCounter&lt;/a&gt; and select your region. Beside the operating system, you can also get statistics about Browser, Screen Resolution, Mobile Browser, Browser Version usage and a few more.&lt;/p&gt;</description></item><item><title>There&amp;rsquo;s no reason to wait for Windows 7 Service Pack 1</title><link>https://www.verboon.info/2010/10/theres-no-reason-to-wait-for-windows-7-service-pack-1/</link><pubDate>Sat, 30 Oct 2010 14:24:37 +0000</pubDate><guid>https://www.verboon.info/2010/10/theres-no-reason-to-wait-for-windows-7-service-pack-1/</guid><description>&lt;p&gt;This week Microsoft released the Release Candidate (RC) of Windows 7 and Server 2008 R2 Service Pack 1. Some companies follow the rule of not deploying a new Windows operating system before the release of the first Service Pack, however for Windows 7 there is simply no need for postponing deployments because SP1 doesn’t add any new features but only addresses some minor usability issues. On the Windows client operating system side SP1 is basically a rollup of hotfixes and security updates released since Windows 7 RTM.&lt;/p&gt;</description></item><item><title>ToolTip: SMB BranchCache deployment Diagnosis script</title><link>https://www.verboon.info/2010/10/tooltip-smb-branchcache-deployment-diagnosis-script/</link><pubDate>Tue, 26 Oct 2010 17:59:16 +0000</pubDate><guid>https://www.verboon.info/2010/10/tooltip-smb-branchcache-deployment-diagnosis-script/</guid><description>&lt;p&gt;Just found this SMB BranchCache deployment diagnosis script on MSDN Code Gallery.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The Test-SMBBranchCache script is used to find common SMB BranchCache misconfiguration issues. It allows a user to verify the SMB BranchCache server or client configuration. When run on a server, it can test the state of a BranchCache-enabled network share. When run on a client, it can do an end-to-end validation of the SMB BranchCache functionality.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Download documentation and diagnosis script from [here](Diagnosing a BranchCache deployment for the SMB protocol)&lt;/p&gt;</description></item><item><title>ReadTip: For IT professionals: Deployment guide for Microsoft Office 2010</title><link>https://www.verboon.info/2010/08/readtip-for-it-professionals-deployment-guide-for-microsoft-office-2010/</link><pubDate>Wed, 25 Aug 2010 16:33:09 +0000</pubDate><guid>https://www.verboon.info/2010/08/readtip-for-it-professionals-deployment-guide-for-microsoft-office-2010/</guid><description>&lt;p&gt;Microsoft recently published a deployment guide for Microsoft Office 2010. The content in this book is a copy of selected content from the Office 2010 Resource Kit Technical library. Download the guide from &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=2d67bf2d-75ff-47d9-ae7b-c67b09a9c902"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>ReadTip: Is BranchCache right for remote, serverless software distribution?</title><link>https://www.verboon.info/2010/08/readtip-is-branchcache-right-for-remote-serverless-software-distribution/</link><pubDate>Sat, 07 Aug 2010 08:46:58 +0000</pubDate><guid>https://www.verboon.info/2010/08/readtip-is-branchcache-right-for-remote-serverless-software-distribution/</guid><description>&lt;p&gt;BranchCache is a new feature available in Windows Server 2008 R2 and Windows 7 that reduces WAN bandwidth usage and improves application responsiveness when workstations in a remote location access content from the head office or data center by downloading and caching content on the local network as it is requested, making it immediately available to other clients that subsequently request the same content.&lt;/p&gt;
&lt;p&gt;This paper examines the BrachCache functionality specifically in the context of software distribution using System Center Configuration Manager 2007 to determine if it is an optimal solution for the deployment of software, patches and operating systems to remote, serverless branches.&lt;/p&gt;</description></item><item><title>ReadTip: Deployment guide for Microsoft Office 2010</title><link>https://www.verboon.info/2010/05/readtip-deployment-guide-for-microsoft-office-2010/</link><pubDate>Tue, 04 May 2010 19:43:34 +0000</pubDate><guid>https://www.verboon.info/2010/05/readtip-deployment-guide-for-microsoft-office-2010/</guid><description>&lt;p&gt;This book covers information about the fundamentals of Deploying Microsoft Office 2010. Get it &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=5d0e7e0e-9e9b-43ba-a9ab-4775a26ffc2e"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Windows 7 Enterprise Training</title><link>https://www.verboon.info/2010/04/windows-7-enterprise-training/</link><pubDate>Fri, 23 Apr 2010 08:46:15 +0000</pubDate><guid>https://www.verboon.info/2010/04/windows-7-enterprise-training/</guid><description>&lt;p&gt;One of the objectives of deploying a new operating system within an Enterprise is to provide end users with a state of the art Operating System that builds the foundation for adopting new technologies and to increase end user productivity.&lt;/p&gt;
&lt;p&gt;IT departments usually spend months in preparing an enterprise wide desktop deployment and by doing so they automatically get familiar with all the new functionality and features of the new Operating System. But what about the end users? Most end users are not involved in all the preparation and planning activities, hence they will only see the new Operating System on the day their PC is being migrated.&lt;/p&gt;</description></item><item><title>Windows XP Mode Deployment Sample Scripts</title><link>https://www.verboon.info/2009/10/windows-xp-mode-deployment-sample-scripts/</link><pubDate>Sat, 24 Oct 2009 14:56:37 +0000</pubDate><guid>https://www.verboon.info/2009/10/windows-xp-mode-deployment-sample-scripts/</guid><description>&lt;p&gt;if you have watched the &lt;a href="https://www.verboon.info/index.php/2009/10/windows-xp-mode-it-pro-deployment-video/"&gt;Windows XP Mode IT Pro Deployment Video&lt;/a&gt;, you might be interested in the scripts they’ve used to automatically install XP Mode and create virtual machines. You can download them from &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=9f142a1a-a7b7-4d0b-bd56-d9627f39c14f"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Windows XP Mode IT Pro Deployment Video</title><link>https://www.verboon.info/2009/10/windows-xp-mode-it-pro-deployment-video/</link><pubDate>Tue, 20 Oct 2009 03:33:21 +0000</pubDate><guid>https://www.verboon.info/2009/10/windows-xp-mode-it-pro-deployment-video/</guid><description>&lt;p&gt;If you consider using XP Mode, then I recommend watching this video. This video contains a good tutorial on how to install and configure XP mode including a lot of additional hints. Furthermore the video explains how to create a customized XP Mode VHD for deployment on multiple clients.&lt;/p&gt;
&lt;p&gt;The video can be downloaded from &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=f0ef9c63-2d2d-4f18-be39-57f8e794fe07"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>BitLocker Deployment Sample Resources</title><link>https://www.verboon.info/2009/09/bitlocker-deployment-sample-resources/</link><pubDate>Fri, 11 Sep 2009 18:19:52 +0000</pubDate><guid>https://www.verboon.info/2009/09/bitlocker-deployment-sample-resources/</guid><description>&lt;p&gt;During my weekly “let’s see what’s new”  search on some of my favorite websites, I found the “&lt;a href="http://code.msdn.microsoft.com/bdedeploy"&gt;Bitlocker Deployment Sample Resources&lt;/a&gt;” on the &lt;a href="http://code.msdn.microsoft.com/"&gt;MSDN Code Gallery&lt;/a&gt;. The Resource Page contains a lot of documentation and useful script samples for the deployment and management of Microsoft &lt;a href="http://www.microsoft.com/windows/windows-vista/features/bitlocker.aspx"&gt;Bitlocker&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>MED-V Planning, Deployment and Operations Guide</title><link>https://www.verboon.info/2009/06/med-v-planning-deployment-and-operations-guide/</link><pubDate>Thu, 18 Jun 2009 17:39:38 +0000</pubDate><guid>https://www.verboon.info/2009/06/med-v-planning-deployment-and-operations-guide/</guid><description>&lt;p&gt;Microsoft has released the Microsoft Enterprise Desktop Virtualization (MED-V version 1) Planning, Deployment and Operations Guide. The document can be found &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=fc7bef1d-2830-4848-8ed5-af555998650a"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Another Windows7 article from Gartner</title><link>https://www.verboon.info/2009/04/another-windows7-article-from-gartner/</link><pubDate>Thu, 23 Apr 2009 08:59:09 +0000</pubDate><guid>https://www.verboon.info/2009/04/another-windows7-article-from-gartner/</guid><description>&lt;p&gt;This article discusses some thoughts around Windows 7 and Service Pack 1.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://mediaproducts.gartner.com/reprints/microsoft/vol5/article2/article2.html"&gt;Windows 7 Won&amp;rsquo;t Need SP1, but Will Still Need 12 to 18 Months Before Deployment Begins&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Windows 7: Application Compatibility</title><link>https://www.verboon.info/2009/02/windows-7-application-compatibility/</link><pubDate>Mon, 16 Feb 2009 22:29:54 +0000</pubDate><guid>https://www.verboon.info/2009/02/windows-7-application-compatibility/</guid><description>&lt;p&gt;I’ve just spend an hour in gathering some additional information around Windows 7 Application Compatibility. Till now when we moved to a new operating system version a significant amount of effort was required with regard to application compatibility. So will companies that invested in Windows Vista Application compatibility have to do all that work again for Windows 7 ?&lt;/p&gt;
&lt;p&gt;Unfortunately not, on almost any Microsoft source i found around Application Compatibility, the following statements are being made:&lt;/p&gt;</description></item><item><title>Windows 7 Deployment Changes</title><link>https://www.verboon.info/2009/02/windows-7-deployment-changes/</link><pubDate>Sun, 15 Feb 2009 19:07:13 +0000</pubDate><guid>https://www.verboon.info/2009/02/windows-7-deployment-changes/</guid><description>&lt;p&gt;Those looking at Windows 7 deployment read the “&lt;a href="http://blogs.technet.com/windowssystemdeployment/archive/2009/01/20/windows-7-deployment-changes.aspx"&gt;Windows 7 Deployment Changes&lt;/a&gt;” article on the &lt;a href="http://blogs.technet.com/windowssystemdeployment/default.aspx"&gt;Windows System Deployment Blog&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Windows Multilanguage Packs explained</title><link>https://www.verboon.info/2009/02/windows-multilanguage-packs-explained/</link><pubDate>Sun, 01 Feb 2009 13:36:43 +0000</pubDate><guid>https://www.verboon.info/2009/02/windows-multilanguage-packs-explained/</guid><description>&lt;p&gt;Speaking with various people I often notice that some do not understand in detail the concepts and benefits around the Windows Multilanguage Packs. The video below provides an in depth overview around the concepts and use of Windows MUI Packs.  Hope it&amp;rsquo;s usefull.&lt;/p&gt;
&lt;p&gt;[videofile]http://wm.microsoft.com/ms/windows/products/windowsvista/editions/enterprise/mui.wmv[/videofile]&lt;/p&gt;</description></item><item><title>Technet Magazine - Automating Virtual Machine Host Deployment</title><link>https://www.verboon.info/2009/01/technet-magazine-automating-virtual-machine-host-deployment/</link><pubDate>Sat, 17 Jan 2009 00:23:39 +0000</pubDate><guid>https://www.verboon.info/2009/01/technet-magazine-automating-virtual-machine-host-deployment/</guid><description>&lt;p&gt;Great article i just finished reading about &lt;a href="http://technet.microsoft.com/en-us/magazine/2009.02.hyperv.aspx?pr=blog"&gt;automating virtual machine host deployment&lt;/a&gt; on Hyper-V.&lt;/p&gt;
&lt;p&gt;Download the complete Technet Magazine January 2009 edition &lt;a href="http://download.microsoft.com/download/3/a/7/3a7fa450-1f33-41f7-9e6d-3aa95b5a6aea/TechNetMagazine2009_01en-us.chm"&gt;here&lt;/a&gt;. When having trouble reading the CHM file, read &lt;a href="https://www.verboon.info/index.php/2008/08/reading-technet-magazine-offline/"&gt;this&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Improve Vista Deployment time</title><link>https://www.verboon.info/2008/11/improve-vista-deployment-time/</link><pubDate>Fri, 21 Nov 2008 00:17:28 +0000</pubDate><guid>https://www.verboon.info/2008/11/improve-vista-deployment-time/</guid><description>&lt;p&gt;I just read a blogpost from &lt;a href="http://blogs.technet.com/mniehaus/"&gt;Michael Niehaus &lt;/a&gt;i think those deploying Windows Vista are interested to know about. The article describes how to shorten the OOBE process. &lt;a href="http://support.microsoft.com/default.aspx/kb/958011"&gt;http://support.microsoft.com/default.aspx/kb/958011&lt;/a&gt;&lt;/p&gt;</description></item><item><title>User Profile Hive Cleanup Service Installation (UPHClean)</title><link>https://www.verboon.info/2008/10/user-profile-hive-cleanup-service-installation-uphclean/</link><pubDate>Thu, 23 Oct 2008 20:11:34 +0000</pubDate><guid>https://www.verboon.info/2008/10/user-profile-hive-cleanup-service-installation-uphclean/</guid><description>&lt;p&gt;Today&amp;rsquo;s challenge was to get UPHClean.msi installing correctly. You would think that installing an MSI package is an easy thing to do, so thought I. But unfortunately MSI is not always MSI. Looking at all the posts on the web, it seems I was not the only one who had a bit of a challenge getting this installed in an automated way.&lt;/p&gt;
&lt;p&gt;When launching the UPHClean.msi manually all works fine, software installs, service gets registered and the package is being listed in the Add/Remove programs list.&lt;/p&gt;</description></item><item><title>Volume activation documentation</title><link>https://www.verboon.info/2008/09/volume-activation-documentation/</link><pubDate>Mon, 29 Sep 2008 20:31:06 +0000</pubDate><guid>https://www.verboon.info/2008/09/volume-activation-documentation/</guid><description>&lt;p&gt;Microsoft recently updated their volume activation 2.0 technical guidance documents. Everything you need about volume activation when deploying Vista / Win2008 can be found here:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9893f83e-c8a5-4475-b025-66c6b38b46e3&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=9893f83e-c8a5-4475-b025-66c6b38b46e3&amp;amp;DisplayLang=en&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Prep-ing WINPE does make a difference</title><link>https://www.verboon.info/2008/09/prep-ing-winpe-does-make-a-difference/</link><pubDate>Sat, 06 Sep 2008 12:35:57 +0000</pubDate><guid>https://www.verboon.info/2008/09/prep-ing-winpe-does-make-a-difference/</guid><description>&lt;p&gt;When creating WinPE 2.0 boot images, make sure you run the &lt;a href="http://technet.microsoft.com/en-us/library/cc749161.aspx"&gt;PEImg&lt;/a&gt; /prep command against your boot.wim as it does make a significant difference in sze as shown in the table below:&lt;/p&gt;
&lt;p&gt;Bootable ISO file with WiinPE 2.0
Size in MB&lt;/p&gt;
&lt;p&gt;boot.wim prepped
146 mb&lt;/p&gt;
&lt;p&gt;boot.wim not prepped
203 MB&lt;/p&gt;
&lt;p&gt;Considering this all is loaded into memory, you might want to make sure to reduce the size of the boot.wim to an absolute minimum.&lt;/p&gt;</description></item><item><title>The need for installing the Intel Chipset update</title><link>https://www.verboon.info/2008/08/the-need-for-installing-the-intel-chipset-update/</link><pubDate>Thu, 21 Aug 2008 21:56:10 +0000</pubDate><guid>https://www.verboon.info/2008/08/the-need-for-installing-the-intel-chipset-update/</guid><description>&lt;p&gt;Within one of the projects I&amp;rsquo;m working on, there was a debate about installing the Intel Chipset software. It was requested not to install it. I could not agree with that, as it is a common known best practice to install the Intel Chipset update software unless the operating system can configure the Intel chipset natively.&lt;/p&gt;
&lt;p&gt;A detailed table about when the Intel chipset software installation is needed can be found here:&lt;/p&gt;</description></item><item><title>Automating Regional settings configuration for Vista</title><link>https://www.verboon.info/2008/07/automating-regional-settings-configuration-for-vista/</link><pubDate>Fri, 04 Jul 2008 19:24:34 +0000</pubDate><guid>https://www.verboon.info/2008/07/automating-regional-settings-configuration-for-vista/</guid><description>&lt;p&gt;In my earlier post &amp;ldquo;&lt;a href="https://www.verboon.info/?p=8"&gt;Automating Regional Settings configuration&lt;/a&gt;&amp;rdquo; I described how to script the Regional Options settings for Windows XP using a rundll command.&lt;/p&gt;
&lt;p&gt;For Windows Vista there is a similar trick using 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-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; control intl.cpl,, /f:“filename.xml”
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Details on how to populate the filename.xml are documented on Microsoft Technet - &lt;a href="http://technet2.microsoft.com/WindowsVista/en/library/85e289ca-9fd8-4963-b06a-5ecc457006c71033.mspx?mfr=true"&gt;Guide to Windows Vista Multilingual User Interface&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Automating regional settings configuration</title><link>https://www.verboon.info/2008/05/automating-regional-settings-configuration/</link><pubDate>Fri, 30 May 2008 12:43:00 +0000</pubDate><guid>https://www.verboon.info/2008/05/automating-regional-settings-configuration/</guid><description>&lt;p&gt;For Windows XP, regional settings can be applied by using the following method:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Create an answer file that contains the [&lt;strong&gt;RegionalSettings&lt;/strong&gt;] section items you want to modify, and then save it (for example, as c:\regopts.txt).&lt;/li&gt;
&lt;li&gt;Create a batch file by using the following command line to apply the answer file settings:rundll32.exe shell32,Control_RunDLL intl.cpl,,/f:&amp;ldquo;c:\regopts.txt&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The layout of the RegionalSettings file is as following:&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-ini" data-lang="ini"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#ff79c6"&gt;[**RegionalSettings**]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#50fa7b"&gt;Language&lt;/span&gt; &lt;span style="color:#ff79c6"&gt;=&lt;/span&gt; &lt;span style="color:#f1fa8c"&gt;locale ID&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#50fa7b"&gt;LanguageGroup&lt;/span&gt; &lt;span style="color:#ff79c6"&gt;=&lt;/span&gt; &lt;span style="color:#f1fa8c"&gt;language group ID, language group ID&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#50fa7b"&gt;SystemLocale&lt;/span&gt; &lt;span style="color:#ff79c6"&gt;=&lt;/span&gt; &lt;span style="color:#f1fa8c"&gt;locale ID&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#50fa7b"&gt;UserLocale&lt;/span&gt; &lt;span style="color:#ff79c6"&gt;=&lt;/span&gt; &lt;span style="color:#f1fa8c"&gt;locale ID&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#50fa7b"&gt;InputLocale&lt;/span&gt; &lt;span style="color:#ff79c6"&gt;=&lt;/span&gt; &lt;span style="color:#f1fa8c"&gt;locale ID:keyboard layout ID, locale ID:keyboard layout ID&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#50fa7b"&gt;UserLocale_DefaultUser&lt;/span&gt; &lt;span style="color:#ff79c6"&gt;=&lt;/span&gt; &lt;span style="color:#f1fa8c"&gt;locale ID&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#50fa7b"&gt;InputLocale_DefaultUser&lt;/span&gt; &lt;span style="color:#ff79c6"&gt;=&lt;/span&gt; &lt;span style="color:#f1fa8c"&gt;locale ID:keyboard layout ID&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;More usefull information for those dealing with Global deployments can be found here:
&lt;a href="http://www.microsoft.com/globaldev/default.mspx"&gt;http://www.microsoft.com/globaldev/default.mspx&lt;/a&gt;
NLS Information Page for Windows XP, Windows Vista and Server 2003
&lt;a href="http://www.microsoft.com/globaldev/nlsweb/default.mspx"&gt;http://www.microsoft.com/globaldev/nlsweb/default.mspx&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>