Streamline XP image

B

bjohn

We're creating an XP image for RIS installation.
I'm looking for files, folders that are unnecessary in a corporate
environment that can be deleted from the image so I can slim down the
size of the RIS image.

Thanks
 
M

Mike Brannigan [MSFT]

We're creating an XP image for RIS installation.
I'm looking for files, folders that are unnecessary in a corporate
environment that can be deleted from the image so I can slim down the
size of the RIS image.

First you need to decide exactly what is necessary for YOUR corporate
environment then you can look at potentially 'removing' the (as you put it)
"files, folders that are unnecessary ".

--

Regards,

Mike
--
Mike Brannigan [Microsoft]

This posting is provided "AS IS" with no warranties, and confers no
rights

Please note I cannot respond to e-mailed questions, please use these
newsgroups
 
T

Timothy Daniels

We're creating an XP image for RIS installation.
I'm looking for files, folders that are unnecessary in a
corporate environment that can be deleted from the
image so I can slim down the size of the RIS image.


"Eddie" posted on Sept 18 in
microsoft.public.windowsxp.setup_deployment. He had
been concerned that the clone was not the same size
as the original, and he emailed Future Systems Solutions,
the publisher of Casper XP, about it. This was their
reply, and it contains some techniques you might use:

--------------------------------start quote-----------------------
A difference in expected space utilization (and also file and folder
counts) can be caused by a number of things, including the Windows
swap file, hibernation file, other temporary and instance specific files,
or even the cluster size or file system format of the source and
destination.


As an optimization, Casper XP actually excludes the Windows swap
file and hibernation file when cloning a drive on which Windows is
running. The swap file is a temporary file used by Windows to manage
virtual memory and is created on demand when needed. Likewise, the
hibernation file is also a temporary file used by Windows to hibernate
the computer and is created on demand when needed. Depending on
the amount of RAM installed in the computer, both of these files can be
extremely large. The size of a hibernation file is typically equal to the
amount of RAM installed. The size of a swap file is typically much greater
than the amount of RAM installed (3 or 4 times the size is not atypical).


In addition, Casper XP will exclude the GoBack history file when GoBack
is in use, as well as certain files within the System Volume Information
folder when necessary. Primarily these files represent system restore
points specific to the original disk configuration which should not be
included. (Sometimes, these can represent a considerable amount of
space.)


Other observable differences may include possibly new or changed
files in the logged-in user Temp folder and Windows temp folder.
Depending on your system setup, services and utilities running under
Windows may be changing, creating, and removing temporary or
state files so it may be impossible to find an exact byte utilization
match on an active system drive -- i.e. it's a moving target in that
respect. When cloning a drive, Casper XP actually begins by taking
a snapshot or "picture" of the drive and then clones the snapshot.
This ensures a stable, point-in-time image of the drive is cloned.
(The newest version of Ghost, another popular drive imaging solution,
recently introduced a similar capability that they call "hot imaging".)


If Casper XP has any trouble during the cloning process, it will log the
problem as well as any affected files and/or directories in the Exceptions
section of the Activity Report that is generated at the completion of the
cloning process. Casper XP will also alert you to these exceptions in the
Finish step of the Copy Drive wizard.
-----------------------------------------end quote-----------------------

*TimDaniels*
 
G

Guest

What we do in a script is:

-clear pagefile.sys (usually 2* size of ram)
-powercfg /HIBERNATE OFF (usually same size as ram)
-sfc /PURGECACHE (usually 100's of megabytes)
-remove $NtUninstallKB* folders in C:\windows (usually 100+ mb)
-delete contents of temp folders in windows and profiles (usually not much)
-empty recycle-bin (size of contents depends)

then our script runs sysprep

the imagefile is a lot smaller when doing this, which in turn makes it
faster to deploy.

Jerry.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top