1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="sysprep">
|
---|
4 | <title>Automated Windows System Preparation</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p> Microsoft offers a system preparation tool called Sysprep, to prepare a Windows system for
|
---|
8 | deployment or redistribution. Some Windows releases include Sysprep on the installation
|
---|
9 | medium, but the tool is also available for download from the Microsoft website. In a standard
|
---|
10 | For most Windows versions, Sysprep is included in a default installation. Sysprep mainly
|
---|
11 | consists of an executable called <userinput>sysprep.exe</userinput> which is invoked by the
|
---|
12 | user to put the Windows installation into preparation mode. </p>
|
---|
13 | <p>
|
---|
14 | The Guest Additions offer a way to launch a system preparation
|
---|
15 | on the guest operating system in an automated way, controlled
|
---|
16 | from the host system. See
|
---|
17 | <xref href="guestadd-guestcontrol.dita">Guest Control of Applications</xref> for details of how to
|
---|
18 | use this feature with the special identifier
|
---|
19 | <codeph>sysprep</codeph> as the program to execute, along with
|
---|
20 | the user name <codeph>sysprep</codeph> and password
|
---|
21 | <codeph>sysprep</codeph> for the credentials. Sysprep is then
|
---|
22 | started with the required system rights.
|
---|
23 | </p>
|
---|
24 | <note>
|
---|
25 | <p>
|
---|
26 | Specifying the location of <userinput>sysprep.exe</userinput> is
|
---|
27 | <b outputclass="bold">not possible</b>. Instead the
|
---|
28 | following paths are used, based on the Windows release:
|
---|
29 | </p>
|
---|
30 | <ul>
|
---|
31 | <li>
|
---|
32 | <p><filepath>C:\sysprep\sysprep.exe</filepath> for Windows XP
|
---|
33 | and earlier
|
---|
34 | </p>
|
---|
35 | </li>
|
---|
36 | <li>
|
---|
37 | <p><filepath>%WINDIR%\System32\sysprep\sysprep.exe</filepath>
|
---|
38 | for Windows Vista and later
|
---|
39 | </p>
|
---|
40 | </li>
|
---|
41 | </ul>
|
---|
42 | <p>
|
---|
43 | The Guest Additions will automatically use the appropriate
|
---|
44 | path to execute the system preparation tool.
|
---|
45 | </p>
|
---|
46 | </note>
|
---|
47 | </body>
|
---|
48 |
|
---|
49 | </topic>
|
---|