70-698 · Question #125
You have a technician computer named Computer1 and a reference computer named Computer2. You plan to customize the profile settings on Computer2 by logging on to Computer2. You need to ensure that…
The correct answer is B. specialize. The CopyProfile setting must be placed in the specialize configuration pass to copy a customized user profile to the default user profile before a Windows image is captured.
Question
You have a technician computer named Computer1 and a reference computer named Computer2. You plan to customize the profile settings on Computer2 by logging on to Computer2. You need to ensure that the current user profile is copied to the default user profile before the image of Computer2 is captured. To which configuration pass in the unattended answer file should you add the CopyProfile settings?
Options
- AOfflineServicing
- Bspecialize
- CoobeSystem
- DwindowsPE
- Egeneralize
- FauditUser
- GauditSystem
How the community answered
(22 responses)- B73% (16)
- C5% (1)
- D9% (2)
- F14% (3)
Why each option
The CopyProfile setting must be placed in the specialize configuration pass to copy a customized user profile to the default user profile before a Windows image is captured.
OfflineServicing is used to apply packages, updates, and drivers to a mounted offline image and has no mechanism for copying user profiles.
The specialize pass is the correct location for CopyProfile because it runs after hardware detection and machine-specific configuration, allowing the current user's profile to be copied to the default user profile at the right point in the deployment pipeline. Microsoft explicitly documents that CopyProfile under Microsoft-Windows-Shell-Setup belongs in the specialize pass. Any customizations made while logged into Computer2 will then be preserved as the default profile in the captured image.
oobeSystem configures the Out-of-Box Experience presented to end users after deployment and does not handle pre-capture profile operations.
windowsPE runs before Windows is installed and operates in the Windows PE environment, where user profiles do not yet exist.
generalize removes machine-specific information and runs after CopyProfile should already have been applied, making it too late in the sequence.
auditUser runs during audit mode with standard user privileges and is not the designated pass for the CopyProfile component.
auditSystem runs during audit mode with system-level privileges but is not the correct pass for the CopyProfile component as defined by Microsoft.
Concept tested: CopyProfile placement in Windows unattended answer file
Source: https://learn.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/microsoft-windows-shell-setup-copyprofile
Topics
Community Discussion
No community discussion yet for this question.