File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <unattend xmlns =" urn:schemas-microsoft-com:unattend" >
3+ <settings pass =" oobeSystem" >
4+ <component name =" Microsoft-Windows-Shell-Setup" processorArchitecture =" x86" publicKeyToken =" 31bf3856ad364e35" language =" neutral" versionScope =" nonSxS" xmlns : wcm =" http://schemas.microsoft.com/WMIConfig/2002/State" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
5+ <FolderLocations >
6+ <ProfilesDirectory >D:\Users</ProfilesDirectory >
7+ </FolderLocations >
8+ </component >
9+ <component name =" Microsoft-Windows-Shell-Setup" processorArchitecture =" amd64" publicKeyToken =" 31bf3856ad364e35" language =" neutral" versionScope =" nonSxS" xmlns : wcm =" http://schemas.microsoft.com/WMIConfig/2002/State" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
10+ <FolderLocations >
11+ <ProfilesDirectory >D:\Users</ProfilesDirectory >
12+ </FolderLocations >
13+ </component >
14+ </settings >
15+ <cpi : offlineImage cpi : source =" wim:d:/sources/install.wim#Windows 10 Pro" xmlns : cpi =" urn:schemas-microsoft-com:cpi" />
16+ </unattend >
You can’t perform that action at this time.
0 commit comments