Pio’s work related musings

Pio’s work related musings

David  //  

Apr 13 / 8:48am

Sysprep in Windows 2008

One of the most often used tool of sysadmins who need to deploy large numbers of similar hardware is the sysprep tool.  This Microsoft tool anonymises key system components so that cloned machines end up unique rather than duplicates of each other which can cause a wide range issues when they are networked together.  There are many different versions of sysprep available for the various versions of windows and the different flavours of service pack which can make it a nightmare to find the correct version. 

Thankfully microsoft in their wisdom have made the process simpler since the release of Vista, by incorporating sysprep into the OS installation as standard.  Assuming you've deployed windows to the default directory you'll find the tools in c:\windows\system32\sysprep\sysprep.exe

The options are also much simplified, with the option of "Enter System Out-of-Box Experience (OOBE)" in combination with the "Generalise" tickbox giving the required options for cloning the system.

Filed under  //  windows  

Comments (0)

Nov 5 / 11:54pm

Removing old hidden devices

Usually this is an issue when you change a network card and want to reuse the original IP.  The old driver and device is still registered in windows even though it's gone from device manager even if you select show hidden devices, so windows winges about duplicate IPs.  It'll still work mind, but it's not the neatest way to keep your windows.

The answer, in a command prompt, run the command set devmgr_show_nonpresent_devices=1 then start the device manage snap-in devmgmt.msc.  Then when you show hidden devices it'll also show devices that are no longer in the system.

Filed under  //  windows  

Comments (0)