Unattended.xml

vs2015sv

New member
Local time
5:00 AM
Messages
1
I have a question.

If I have a unattended.xml and place it into c:\windows\system32\sysprep and if I run sysprep.exe with OOBE, will the unattended get copied into c:\windows\panther?


Is the unattended file required to be in in c:\windows\panther?
 

My Computer My Computer

Computer type
PC/Desktop
OS
NY
When the Sysprep is run and the /unattend:X:\MyAnswerFile switch is not used (X:\MyAnswerFile = path to your answer file), Sysprep looks if the folder C:\Windows\System32\Sysprep contains an answer file unattend.xml. If not, Sysprep will be run without an answer file.

In other words, if you name your answer file as unattend.xml and save it to C:\Windows\System32\Sysprep folder, it will be used. If you name it anything else, or if you place it to any other location, you have to use the /unattend:X:\MyAnswerFile switch.

Example 1: An answer file called unattend.xml saved in C:\Windows\System32\Sysprep folder, this command would run Sysprep using that answer file, rebooting to OOBE mode:

Code:
%windir%\system32\sysprep\sysprep.exe /oobe /reboot

The /unattend switch was not needed because Sysprep found an answer file with default name in default location.

Example 2: An answer file called MyAnswerFile.xml saved in X:\AnswerFiles folder, this command would run Sysprep using that answer file, rebooting to OOBE mode:

Code:
%windir%\system32\sysprep\sysprep.exe /oobe /reboot /unattend:X:\AnswerFiles\MyAnswerFile.xml

The answer file will remain intact and after the OOBE it can be found where you had stored it if your answer file does not specifically tell Sysprep to remove it when ready.

The folder C:\Windows\System32\Sysprep\Panther contains logs of all Sysprep runs, nothing else.

Kari
 

My Computer My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
HP ENVY 17-1150eg
OS
Windows 10 Pro x64 EN-GB
CPU
1.6 GHz Intel Core i7-720QM Processor
Memory
6 GB
Graphics Card(s)
ATI Mobility Radeon HD 5850 Graphics
Sound Card
Beats sound system with integrated subwoofer
Monitor(s) Displays
17" laptop display, 22" LED and 32" Full HD TV through HDMI
Screen Resolution
1600*900 (1), 1920*1080 (2&3)
Hard Drives
Internal: 2 x 500 GB SATA Hard Disk Drive 7200 rpm
External: 2TB for backups, 3TB USB3 network drive for media
Cooling
As Envy runs a bit warm, I have it on a Cooler Master pad
Keyboard
Logitech diNovo Media Desktop Laser (bluetooth)
Mouse
Logitech Performance Mouse MX
Internet Speed
50/10 Mbps VDSL
Antivirus
Windows Defender 4.3.9431.0
Browser
Maxthon 3.5.2., IE11
Back
Top