VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/sysprep.dita@ 109136

Last change on this file since 109136 was 108796, checked in by vboxsync, 6 weeks ago

Docs: bugref:10705. The following commits from doc's team git repo has been applied:

2c0019d3093908ca1ee634d7b1811c0013b6ebbc Tidied up guest additions section
954c4a0bff90b9688bd723df2b6273e59f88577c Updated installation of guest additions and removed duplication between topics
a4792940a9457bfbaaf0c95aabd601ea3d78bd62 Further updates to guest additions installation and update
1d7f4f4e4f178322f0809b3342137b75587b2502 Dev feedback on GA changes
b2e482309d405433a778468d4a531e72abb5f3da Moved rcvboxadd instruction
493a7500aae18ae2414d0437782860cc2fbce03f Changed x86-64 to x86_64 for consistency. Added topic ID prefixes as test.
7202928f3c99e9de07b2d06779f53a0650fdd174 Moved files from advanced topics
545bf4121f5e8de9907bd2ef08378a233256881e Vbp 1285 video enc

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
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 deployment or redistribution. For most Windows versions, Sysprep is included in a default installation. Sysprep mainly consists of an executable called <userinput>sysprep.exe</userinput> which is invoked by the user to put the Windows installation into preparation mode. </p>
8 <p>The Guest Additions offer a way to launch a system preparation on the guest operating system in an automated way,
9 controlled from the host system. See <xref href="guestadd-guestcontrol.dita">Guest Control of Applications</xref>
10 for details of how to use this feature with the special identifier <codeph>sysprep</codeph> as the program to
11 execute, along with the user name <codeph>sysprep</codeph> and password <codeph>sysprep</codeph> for the
12 credentials. Sysprep is then started with the required system rights. </p>
13 <note>
14 <p>Specifying the location of <userinput>sysprep.exe</userinput> is <b outputclass="bold">not possible</b>. Instead the following paths are used, based on the Windows release:</p>
15 <ul>
16 <li>
17 <p><filepath>C:\sysprep\sysprep.exe</filepath> for Windows XP and earlier</p>
18 </li>
19 <li>
20 <p><filepath>%WINDIR%\System32\sysprep\sysprep.exe</filepath> for Windows Vista and later</p>
21 </li>
22 </ul>
23 <p>The Guest Additions will automatically use the appropriate path to execute the system preparation tool.</p>
24 </note>
25 </body>
26
27</topic>
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette