Skip to content

Commit eb23ce3

Browse files
committed
Add Unattend.xml to move ProfilesDirectory to D:
Signed-off-by: Vangelis Koukis <vkoukis@gmail.com>
1 parent dd323ef commit eb23ce3

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Unattend.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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>

0 commit comments

Comments
 (0)