Om Michael Petersen

Twitter: @OSDeployLinkedin: Michael PetersenMicrosoft Community Contributor

Try out Windows 7 without messing up your XP/VISTA installation

I just love Windows 7 RC… It runs much better than VISTA, and has lots of super nice features.  (Get it here http://www.microsoft.com/windows/windows-7/ ) One of these features is the ability to boot from a VHD, which actually means that I can run Win7 on my laptop, without having to reinstall my existing OS, mess around with partitioning or having to install some boot manager in order to run it a dual boot environment.  So what does this mean exactly!! Well for me it means that I can still have my Vista installed PC where I know my Microsoft training [...]

By |2009-06-03T13:59:53+01:00juni 3rd, 2009|OS Deployment, Windows Client|1 Kommentar

Auto run action when a new user loges on / add setting to HKEY_CURRENT_USER

Ever wanted to set a registry key to automate some stuff for your users, only to find out that the key resides in HKEY_CURRENT_USER making it quit difficult to have it work for all users on the pc. You can of cause set this in your login script, but setting registry fixes is not really a job for the login script. During a deployment scenario, where only the administrator is logged in, we can obviously us the run once command from the registry, but that only run once on the computer, and not once pr. USER. We could also manipulate [...]

By |2009-05-25T10:05:34+01:00maj 25th, 2009|General info, OS Deployment|9 Comments

Disable the Windows Media Player wizard on first run

Ever get annoyed that your users have to run trough the media Player 11 wizard, the first time they launch the program. Well I do, and in general my customers do to.. The fix however is quit simple. All you have to do is set the AcceptedPrivacyStatement key to 1 in the registry, under HKEY_CURRENT_USER ___________________________________________________________________________________ Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences] "AcceptedPrivacyStatement"=dword:00000001 ____________________________________________________________________________________ The obvious problem of cause, is the fact that the key is under current_user, which means that the user needs to be logged on to windows, when the key is added..  This can be automated by [...]

By |2009-05-22T10:26:33+01:00maj 22nd, 2009|General info|Kommentarer lukket til Disable the Windows Media Player wizard on first run

Handling HAL switching during XP deployment (no BSOD /0x07 error)

  Because of the issue with different HAL’s (Hardware Abstraction Layer) used by XP, it is necessary to make some changes to both Sysprep, and the Kernel files during deployment.. I thought I'd supply my HAL changing script, as it does not require the reference computer to be to build  from a specific XXX, and you do not need to add any files to the image beforehand, as that will done by the script. You will have to either integrate MDT into SCCM, or run the script from a package containing this script and  ZTIUtility.vbs from the MDT package. Just [...]

By |2009-04-08T10:55:07+01:00april 8th, 2009|OS Deployment|21 Comments

Fix none working DVD/CD drive in Vista and windows 7

When You upgrade a computer to Windows Vista or Windows 7 Beta, or install Windows Vista Service Pack, and after a restart, the computers CD/DVD drive no longer works as expected, or it says driver is not digitally signed, you will have to remove the affected filter drivers. To do this, follow these steps: Open Registry for editing (Regedit.exe). Locate, and then click the following registry sub key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318} Caution To make sure that you are in the appropriate registry sub key, make sure that the Default data value is DVD/CD-ROM and the Class data value is CDROM. In the [...]

By |2009-03-27T15:51:28+01:00marts 27th, 2009|OS Deployment, Windows Client|8 Comments

Working with regional settings during OSD

I know there are different ways to add regional settings to you build during OS deployment, and some of them are quiet confusing… I'm not trying to put any of the methods down, but I would like to suggest an easy way of adding simple stuff like: Keyboard settings Time Zones Local Settings And all the other sysprep settings. The way I do this is quit simple, and it works every time.. (almost ;-)   As we are going to use a couple of MDT scripts,  creating a package with the necessary configuration files is necessary. If you are already [...]

By |2009-03-02T11:15:35+01:00marts 2nd, 2009|OS Deployment|8 Comments

Install software after TS finishes, but as part of the deployment process.

I some times run into problems while installing SW as a part of my Task Sequence.. Now don’t get me wrong, most times the apply  software works like a charm, and everything is installed without a glitch. But every now and then,  a piece of software comes along that just won’t install as part of the TS. To name a couple of the more resent ones i encountered, there is Cisco VPN that has a tendency to cut the network connection for just a second during installation, making the TS fail, or Lenovo(IBM) Presentation Director,  that has to have an [...]

By |2009-02-05T16:14:04+01:00februar 5th, 2009|Packaging & Installation|9 Comments

Creating and Using Toolkit package..

A nice thing about Integrating MDT into Config. mgr is the functionalities the Toolkit package gives you. The obvious thing being the ability to use all the MDT script without having to create individual packages.. Another thing I really like, is the fact that it will set a variable that points to the package, allowing you to do simple routines like Copy files, run your custom scripts and programs, use ImageX and much more.   To utilize these features we must first create the Toolkit package with all the necessary files… One way to do this is to create an [...]

By |2008-12-16T17:55:36+01:00december 16th, 2008|Configuration Manager (SCCM), OS Deployment|6 Comments

Copy Handler

Download: http://sourceforge.net/project/showfiles.php?group_id=235157&package_id=285539 System Requirements: All Windows OS Licence: Free Developer: http://www.copyhandler.com/ Info: http://www.copyhandler.com/en/introduction.html   Short Description: A handy little tool for handling all your Copy/Move actions.. I use this tool because of the Pause/Resume functions, the ability to continue copy even if a file fails, and because it shows info on progress, speed, time left e.t.c.

By |2008-12-12T16:03:46+01:00december 12th, 2008|Tools|1 Kommentar

Notepad++

Download: http://sourceforge.net/projects/notepad-plus/ System Requirements: All Windows OS Licence: Free Developer: Sourceforge.net (multiple developers) Info: http://notepad-plus.sourceforge.net/uk/site.htm   Short Description: Replacement for Notepad, that gives you collar coding, and lots of other useful stuff for editing a variety of script languages. Personally I use for editing XML, VBS and WSF files..

By |2008-12-12T15:17:00+01:00december 12th, 2008|Scripting & Development|Kommentarer lukket til Notepad++

Automate changes to Device manager ( DEVCON )

  During Automated Build and capture, and sometimes during deployment it's nice to be able to automate changes to the device manager (well devices, but basally the ones you se in the device manager).  Her the Microsoft tool DEVCON comes in handy.. Lets say you need to remove some devices before you capture you master image, like unknown devices, com ports, display adapters etc. All you have to do is to make a "run Command Line"step in your TS that runs the DEVCON tool with the right parameters: Remove Device: (In this case the comports)  DEVCON remove USB\PNP0501* This action [...]

By |2008-11-04T16:20:06+01:00november 4th, 2008|Hardware & Drivers|Kommentarer lukket til Automate changes to Device manager ( DEVCON )

Creating Custom Boot Image (boot.wim)

When using  System Centre Configuration Manager for OS deployment you always use WinPE as your boot media/environment for deploying  the actual image… Normally you can just use the boot image supplied with SCCM (a WinPE 2.1 wim, taken from WAIK and placed in \\”SiteServer”\SMS_”SiteCode”\osd\boot\”architecture”\boot.wim), with out any further considerations. Well you might have to inject some NIC and Storage drivers, but that's properly it! A problem you might run into though, is lacking functionality of that WinPE build, like no HTA, MDAC/ADO support etc, or you might need to ad a “Custom media hook” to run a script prior to [...]

By |2008-10-29T10:52:03+01:00oktober 29th, 2008|OS Deployment|9 Comments

Speed up your Microsoft Virtual PC environment

  Playing around with OS deployment (and teaching MS MOC courses) I often use virtual environments such as Microsoft Virtual PC and Virtual Server. Now more often that not I find myself pulling out what little hair I have left, in sheer frustrated over the speed with witch VPC/server runs… I mean trying to run a DC, a SCCM server and a client is near impossible unless you like  long walks along the beach and other slow boring things… So I find myself converting stuff to VMware as it seems to run some what faster along with other need features.. [...]

By |2008-10-23T11:29:55+01:00oktober 23rd, 2008|Virtual Desktop Infrastructure (VDI)|Kommentarer lukket til Speed up your Microsoft Virtual PC environment

Setting up the Custom Media Hook (pre TS action)

  If you want to run a script before the actual TS start, well even before the boot CD looks to SCCM for policies to run, you could add a Custom Media Hook. The Media Hook will run a script defined in an INI file and not enter TS mode before it has finished.. This could be useful in any number of scenarios like cleaning the disk, enabling the disk if it has been encrypted,  setting variables, entering data to DB and so on and so on. Now enabling this feature is quit simple, and then again it is not! [...]

By |2008-10-22T17:45:01+01:00oktober 22nd, 2008|OS Deployment|15 Comments

Easy way to install depending on Chassis Type (laptop, Desktop or Server)

Lets say you have a application you only want to install on laptops, like f.ex. VPN or battery SW. Well now how do you get around this?? I use the MDT variable IsLaptop  as an option on my Task Sequence step. 1. add the MDT Gather step somewhere after the image has been deployed     2. On the Install Software step you only want to install on Laptops, you add the “Option-Task Sequence Variable” IsLaptop equals TRUE   This will make sure this step is only run is the Chassi type is LAPTOP. You can of cause do the [...]

By |2008-10-22T13:15:15+01:00oktober 22nd, 2008|Configuration Manager (SCCM)|4 Comments

Capture from VPC keeps rebooting when deployed.

  I normally like to capture my reference images from a virtual machine as it eliminates a lot of the driver issues you have if you capture an Actual machine. I did sometimes run into problems capturing XP images though. The build and capture posses would work fine, but once I deployed the image (with Storage driver and HAL replacement scripts and everything ) it would just enter an endless loop ether before the minisetup, or just after. The problem turned out to be the old UberBug problem where WinPE 2.1 formats the HD in a way that XP doesn't [...]

By |2008-10-08T16:24:03+01:00oktober 8th, 2008|Configuration Manager (SCCM)|Kommentarer lukket til Capture from VPC keeps rebooting when deployed.

Using WDS for legacy RIS images, SCCM boot Images, and PSP (SCCM PXE Service Point)

  Setting up WDS 1. If WDS is already installed go to step 4 2. Make sure you are running Windows Server 2003 SP2 or later 3. Go to "add or remove programs" and open "add/Remove windows components". Scroll to the bottom of the wizard and check of "windows deployment services" and hit NEXT (Make sure you have the srv2003 source files as you will be prompted for files) 4. to check the status of your WDS open a command prompt and type wdsutil /get-server /show:config 5. If WDS operational mode is Mixed or legacy, you are done. 6. In [...]

By |2008-10-07T16:22:07+01:00oktober 7th, 2008|OS Deployment|3 Comments

Working with different languages in Windows XP

  Deploying XP with different languages can sometimes be a real challenge. Not that it's that difficult to make the different settings in sysprep.inf or unattend.txt but you still need to make sure the correct files are present during installation, and depending on how you do this, a number of things can go wrong. First let me point out that, this guide assumes that we are working with BDD/MDT or SCCM and therefore do not have the ability to manipulate the behavior of winnt32.exe (the executable used to start the Windows XP installation) by adding different command switches. Normally we [...]

By |2008-08-19T16:17:43+01:00august 19th, 2008|OS Deployment|5 Comments

SAS storage drivers in WinPE 1.5 (2005)

  So, I don't know if there are any one out there who still playing around with BDD/MDT and SMS? if not your are the lucky ones... Myself I still have customers who are running that setup... Basically it runs fine, but there is always the issue with updating WinPE with NIC and Storage drivers... Recently (well yesterday actually) I had to update WinPE to work on a "DELL Precision T5400" with a non built in SAS 6 Storage Controller. Normally its not that difficult to add storage controllers to WinPE 1.5, I just import them in trough SMS, and [...]

By |2008-08-15T16:15:01+01:00august 15th, 2008|OS Deployment|Kommentarer lukket til SAS storage drivers in WinPE 1.5 (2005)

SCCM versions

  As you properly know there are some significant differences in the way SCCM/OSD works before SP1 and after SP1. One being the OS target drive during the WinPE phase (D or E instead of C), and also weather or not you have to "press OK to accept that OS deployment is about to start, and your DeployCD should be removed" (I use CD in the form of .wim loaded into WDS for my "Mixed mode" customers). Also the difference between PE 2.0 from WAIK 1.0, that lack some NIC and Storage drivers that the 2.1/1.1 version have. Now where [...]

By |2008-08-13T16:12:21+01:00august 13th, 2008|Configuration Manager (SCCM)|Kommentarer lukket til SCCM versions

Wrong PC name after deployment

  A while ago, I noticed that the PC name specified during the "Import Computer Name" part of SCCM didn't stick  trough out the entire deployment process.. The strange thing was that this wasn't the case for all my task sequences. What I then noticed was that the name (when it changed) always took the WINPE random name like  "MININT-XXXXXX", which led me to think that it properly had something to do with the MDT integrated TaskSequences, and what do you know, it did! It then got me thinking, that the MDT scripts properly updated sysprep.inf with the variable "OSDcomputername" [...]

By |2008-08-11T16:06:56+01:00august 11th, 2008|Configuration Manager (SCCM)|5 Comments

easy way to change PC name during Deployment

  I know there are many ways to handle PC naming during deployment, like prestaging, variables, userexit scripts, etc. But a very simple way is to just have the PC prompt you for a Name during The TaskSequece. I wrote a small script that in conjunction wit the fabulous ZTIUtillity.vbs script from MDT does just that. It is very small and simple script (as I pretty much suck at scripting) so it shouldn't be hard to get it to work. The script will prompt you for a PCname, and write it to sysprep.inf (if needed on VISTA it must be [...]

By |2008-08-05T15:55:38+01:00august 5th, 2008|Configuration Manager (SCCM)|Kommentarer lukket til easy way to change PC name during Deployment

Make changes to WDS/SCCM boot file to run script before Task Sequence:

  I recently had a customer who couldn't re image machines because of some hidden partition stuff on manufacture preloaded machines. It actually turned out that a couple of files needed to be removed prior to running the TS. So we added a  script to be run prior to the launch of the TS, to get rid of these files. Its not like its a big secret, how you do this, as it is in the WinPE.chm but I thought just make small description of the steps anyhow. 1. MountRW SCCM boot.wim with ImageX - ImageX /MountRW C:\boot.wim 1 C:\mount [...]

By |2008-07-14T15:44:32+01:00juli 14th, 2008|OS Deployment|1 Kommentar

Using BDD/MDT DriverPaths1 in SCCM

  I have always loved the DriverPaths1=\\server\path\%model% part of BDD\MDT because it enabled you to have all your model specific drivers in a corresponding folder rather than a repository. SCCM pretty much forces you to use repositories.... I know that you can create different driver packages and categorize your drivers, thereby  enabling you to only use specific drivers. However, you then have to create a bunch of IF statements, to make this a reality.   The BDD/MDT way is to add the "DriverPaths1=\server\path\%model%"  to your CustomSettings.ini, and then create a folder structure looking something like this: Each folder would then [...]

By |2008-07-12T15:41:43+01:00juli 12th, 2008|Hardware & Drivers|5 Comments