About Microsoft Sysprep (System Preparation) Utility (Windows 2000)

The Microsoft system preparation utility for Windows 2000 is a very handy tool for network support shops that deploy PC images as a means of reformatting PC's with problems. Sysprep basically strips out all the hardware information and unique information from that specific PC, which allows you to deploy the image created from that PC on to many other PC's with different hardware configurations.

Not only does this program remove the unique information from each PC, but it allows you to do many configuration options automatically. For instance you can setup the workgroup or domain, organization name, computer name, default display size, and a whole lot more.

The Sysprep utility finds all it's configuration information in one relatively simple .inf file. Which for the most part follows the below example in terms of setup:

[UserData]
FullName=Your Name
OrgName=Your Organization
ComputerName=*
ProductID=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

[Display]
BitsPerPel=16
Xresolution=1024
YResolution=768

The documentation that comes with the utility can give hundreds of different options to aid you in the customization of your image.

One of the best features of this application is the ability to include all the drivers from the different types of PC's you have all on to one image. This increases the size of the image, however will save you hours of work loading drivers on each PC. An example of how to put all your drivers on one image is as follows:

[Unattended]
OemSkipEula=Yes
OemPnPDriversPath=drivers;driversati;driversintel;
InstallFilesPath=C:sysprepi386;c:i386
KeepPageFile=0
;ExtendOemPartition=1

As you can see you just keep adding directories under OemPnPDriversPath for all the different types of hardware you have. Also it deletes the page file with KeepPageFile=0. Take the time to read the documentation and help files that come along with this utility because it can really reduce your workload.

By: Ken Dennis
URL: http://KenDennis-RSS.homeip.net/

In The News:


pen paper and inkwell


cat break through


What is Software Piracy?

There are several kinds of software piracy. The bottom line... Read More

C++ Tutorial 1, Introduction to C++

Introduction to C++Why Learn C++?C++ may at first seem like... Read More

Navision Attain Database access via C/ODBC in ASP.NET Application

Navision Software was purchased by Microsoft and now it is... Read More

The Software 2005 Conference - A Review

The Software 2005 conference is now a wrap. This conference,... Read More

Artificial Intelligence And Intuition

The intuitive algorithm.Roger Penrose considered it impossible. Thinking could never... Read More

Microsoft CRM Integration With Microsoft Office Documents ? Overview For System Integrator

Microsoft CRM is CRM application, maintained and supported by Microsoft... Read More

IT Department Skills to Support Microsoft Great Plains and Microsoft CRM

Microsoft Great Plains as ERP and Microsoft CRM as... Read More

SQL scripts for Project Accounting: Microsoft Great Plains series ? overview for developer

Microsoft Business Solutions Great Plains has Project Accounting module where... Read More

Microsoft Great Plains Multicurrency ? Overview For Implementation Consultant

When you first think about multicurrency ? you probably have... Read More

These Items Are A Must Before Making The Decision To Purchase Any Off-The-Shelf Software

1. What determines the software price? Is it Per Seat... Read More

A Symons Mark II Function Point Counting Example

I provide, here clear explanations and a count of function... Read More

Ukraine: a Prospective Player on the World Software Outsourcing Market

The destruction of the Soviet Union about 15 years ago,... Read More

Internet Security Threats: Who Can Read Your Email?

Before being able to choose a secure Internet communication system,... Read More

Microsoft Retail Management System (RMS) SQL Customization ? Overview for Programmer

Microsoft Retail Management System serves retail single store as well... Read More

Resume Software ? Advantages Revealed

The various resume software offered, particularly on the internet, can... Read More

Your Computer May Be Infected, Heres How To Check (NOT about virus)

NOTE: Please take time to read on - it may... Read More

Anti-Virus Software

Anti-virus software is used to find, remove or fix files... Read More

eCommerce development for Microsoft Great Plains: tools and highlights for programmer

Microsoft Business Solutions Great Plains, former Great Plains Software Dynamics... Read More

Spyware Definitions List

The adware and spyware definitions list is very long. But... Read More

OSI Layers Model

IntroductionDuring the early years of our modern computer era, very... Read More

Free Software for Newbies and Web Developers

Here is some free software tools to help you build... Read More

Benefits of Shareware

Shareware has been fighting the stigma of being misunderstood for... Read More

Microsoft CRM USA Nationwide Remote Support

Remember old good days when your company probably had Great... Read More

Beware of Spyware

One day, you suddenly realize that your computer started to... Read More

Why do Manufacturers Invest in Business Management Software?

With many manufacturing shops heading over seas in favor of... Read More

Making The Decision To Automate Your Software Testing

Not every software testing project can or should be automated.... Read More

Outlook... Not Just for Email! Using Your Outlook Calendar

Microsoft Outlook is one of the most widely used software... Read More

Microsoft Great Plains, Navision, Axapta ? Selection Considerations

During the years of our consulting practice, which comes back... Read More

Databases ? How We Love to Hate Them!

You've finally created databases that you can actually use to... Read More

Microsoft Great Plains: Data Conversion & Migration Scenarios ? Overview for Consultant

Microsoft Business Solutions Great Plains serves multiple industries in the... Read More

Microsoft Great Plains IV: Inventory Management

Great Plains Inventory Management (IV) module gives your business a... Read More

Backing Up And Restoring Your MySQL Database

If you've been using MySQL database to store your important... Read More

Simple Solution for Php Includes - IFrames

I have recently created my first Php program. I wanted... Read More