|
2 | 2 | <unattend xmlns="urn:schemas-microsoft-com:unattend">
|
3 | 3 | <settings pass="windowsPE">
|
4 | 4 | <component name="Microsoft-Windows-International-Core-WinPE" 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 |
| - <SetupUILanguage> |
6 |
| - <UILanguage>en-US</UILanguage> |
7 |
| - </SetupUILanguage> |
8 | 5 | <InputLocale>en-US</InputLocale>
|
9 | 6 | <SystemLocale>en-US</SystemLocale>
|
10 | 7 | <UILanguage>en-US</UILanguage>
|
11 | 8 | <UserLocale>en-US</UserLocale>
|
12 | 9 | </component>
|
13 | 10 | <component name="Microsoft-Windows-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">
|
| 11 | + <ImageInstall> |
| 12 | + <OSImage> |
| 13 | + <InstallFrom> |
| 14 | + <MetaData wcm:action="add"> |
| 15 | + <Key>/IMAGE/NAME</Key> |
| 16 | + <Value>Windows 8.1 Enterprise Evaluation</Value> |
| 17 | + </MetaData> |
| 18 | + </InstallFrom> |
| 19 | + <InstallTo> |
| 20 | + <DiskID>0</DiskID> |
| 21 | + <PartitionID>1</PartitionID> |
| 22 | + </InstallTo> |
| 23 | + </OSImage> |
| 24 | + </ImageInstall> |
| 25 | + <UserData> |
| 26 | + <AcceptEula>true</AcceptEula> |
| 27 | + </UserData> |
14 | 28 | <DiskConfiguration>
|
| 29 | + <WillShowUI>OnError</WillShowUI> |
15 | 30 | <Disk wcm:action="add">
|
16 | 31 | <CreatePartitions>
|
17 | 32 | <CreatePartition wcm:action="add">
|
18 | 33 | <Order>1</Order>
|
19 |
| - <Size>20000</Size> |
| 34 | + <Size>10000</Size> |
20 | 35 | <Type>Primary</Type>
|
21 | 36 | </CreatePartition>
|
22 | 37 | </CreatePartitions>
|
|
33 | 48 | <DiskID>0</DiskID>
|
34 | 49 | <WillWipeDisk>true</WillWipeDisk>
|
35 | 50 | </Disk>
|
36 |
| - <WillShowUI>OnError</WillShowUI> |
37 | 51 | </DiskConfiguration>
|
38 |
| - <ImageInstall> |
39 |
| - <OSImage> |
40 |
| - <InstallFrom> |
41 |
| - <MetaData wcm:action="add"> |
42 |
| - <Key>/IMAGE/NAME</Key> |
43 |
| - <Value>Windows 8.1 Enterprise Evaluation</Value> |
44 |
| - </MetaData> |
45 |
| - </InstallFrom> |
46 |
| - <InstallTo> |
47 |
| - <DiskID>0</DiskID> |
48 |
| - <PartitionID>1</PartitionID> |
49 |
| - </InstallTo> |
50 |
| - </OSImage> |
51 |
| - </ImageInstall> |
52 |
| - <UserData> |
53 |
| - <AcceptEula>true</AcceptEula> |
54 |
| - </UserData> |
55 | 52 | </component>
|
56 | 53 | </settings>
|
57 | 54 | <settings pass="specialize">
|
58 | 55 | <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">
|
59 | 56 | <ComputerName>*</ComputerName>
|
60 |
| - <TimeZone>Pacific Standard Time</TimeZone> |
61 |
| - </component> |
62 |
| - <component name="Microsoft-Windows-IE-InternetExplorer" 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"> |
63 |
| - <SearchScopes> |
64 |
| - <Scope wcm:action="add"> |
65 |
| - <ScopeDefault>true</ScopeDefault> |
66 |
| - <ScopeDisplayName>Google</ScopeDisplayName> |
67 |
| - <ScopeKey>Google</ScopeKey> |
68 |
| - <ScopeUrl>https://www.google.com/search?q={searchTerms}</ScopeUrl> |
69 |
| - </Scope> |
70 |
| - </SearchScopes> |
71 |
| - <DisableAccelerators>true</DisableAccelerators> |
72 |
| - <DisableFirstRunWizard>true</DisableFirstRunWizard> |
73 |
| - <Home_Page>about:blank</Home_Page> |
74 |
| - </component> |
75 |
| - <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="wow64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
76 |
| - <SearchScopes> |
77 |
| - <Scope wcm:action="add"> |
78 |
| - <ScopeDefault>true</ScopeDefault> |
79 |
| - <ScopeDisplayName>Google</ScopeDisplayName> |
80 |
| - <ScopeKey>Google</ScopeKey> |
81 |
| - <ScopeUrl>http://www.google.com/search?q={searchTerms}</ScopeUrl> |
82 |
| - </Scope> |
83 |
| - </SearchScopes> |
84 |
| - <DisableAccelerators>true</DisableAccelerators> |
85 |
| - <DisableFirstRunWizard>true</DisableFirstRunWizard> |
86 |
| - <Home_Page>about:blank</Home_Page> |
| 57 | + <TimeZone>GMT Standard Time</TimeZone> |
87 | 58 | </component>
|
88 | 59 | <component name="Microsoft-Windows-TerminalServices-LocalSessionManager" 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">
|
89 | 60 | <fDenyTSConnections>false</fDenyTSConnections>
|
|
100 | 71 | <component name="Microsoft-Windows-TerminalServices-RDP-WinStationExtensions" 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">
|
101 | 72 | <UserAuthentication>0</UserAuthentication>
|
102 | 73 | </component>
|
| 74 | + <component name="Microsoft-Windows-International-Core" 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"> |
| 75 | + <InputLocale>en-US</InputLocale> |
| 76 | + <UILanguage>en-US</UILanguage> |
| 77 | + <SystemLocale>en-US</SystemLocale> |
| 78 | + <UserLocale>en-US</UserLocale> |
| 79 | + </component> |
103 | 80 | </settings>
|
104 | 81 | <settings pass="oobeSystem">
|
105 | 82 | <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">
|
106 |
| - <AutoLogon> |
107 |
| - <Enabled>true</Enabled> |
108 |
| - <Username>vagrant</Username> |
109 |
| - <Password> |
110 |
| - <Value>vagrant</Value> |
111 |
| - <PlainText>true</PlainText> |
112 |
| - </Password> |
113 |
| - </AutoLogon> |
114 |
| - <FirstLogonCommands> |
115 |
| - <SynchronousCommand wcm:action="add"> |
116 |
| - <CommandLine>cmd.exe /c a:\00-run-all-scripts.cmd</CommandLine> |
117 |
| - <Description>Run all *.bat and *.cmd scripts on drive A:</Description> |
118 |
| - <Order>1</Order> |
119 |
| - <RequiresUserInput>true</RequiresUserInput> |
120 |
| - </SynchronousCommand> |
121 |
| - </FirstLogonCommands> |
122 | 83 | <OOBE>
|
| 84 | + <HideEULAPage>true</HideEULAPage> |
123 | 85 | <NetworkLocation>Work</NetworkLocation>
|
124 | 86 | <ProtectYourPC>3</ProtectYourPC>
|
125 | 87 | </OOBE>
|
|
137 | 99 | </LocalAccount>
|
138 | 100 | </LocalAccounts>
|
139 | 101 | </UserAccounts>
|
| 102 | + <AutoLogon> |
| 103 | + <Password> |
| 104 | + <Value>vagrant</Value> |
| 105 | + <PlainText>true</PlainText> |
| 106 | + </Password> |
| 107 | + <Enabled>true</Enabled> |
| 108 | + <Username>vagrant</Username> |
| 109 | + </AutoLogon> |
| 110 | + <FirstLogonCommands> |
| 111 | + <SynchronousCommand wcm:action="add"> |
| 112 | + <CommandLine>cmd.exe /c a:\00-run-all-scripts.cmd</CommandLine> |
| 113 | + <Description>Run all *.bat and *.cmd scripts on drive A:</Description> |
| 114 | + <Order>1</Order> |
| 115 | + <RequiresUserInput>true</RequiresUserInput> |
| 116 | + </SynchronousCommand> |
| 117 | + </FirstLogonCommands> |
| 118 | + <TimeZone>GMT Standard Time</TimeZone> |
| 119 | + </component> |
| 120 | + <component name="Microsoft-Windows-International-Core" 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"> |
| 121 | + <InputLocale>en-US</InputLocale> |
| 122 | + <UILanguage>en-US</UILanguage> |
| 123 | + <UILanguageFallback>en-US</UILanguageFallback> |
| 124 | + <UserLocale>en-US</UserLocale> |
140 | 125 | </component>
|
141 | 126 | </settings>
|
142 | 127 | <settings pass="offlineServicing">
|
143 | 128 | <component name="Microsoft-Windows-LUA-Settings" 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">
|
144 | 129 | <EnableLUA>false</EnableLUA>
|
145 | 130 | </component>
|
146 | 131 | </settings>
|
147 |
| - <cpi:offlineImage cpi:source="catalog://winryadkx64/users/misheska/github/box-cutter/windows-vm/wsim/wineval/win81/install_windows 8.1 enterprise evaluation.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> |
| 132 | + <cpi:offlineImage cpi:source="catalog://winryadkx64/users/misheska/github/box-cutter/windows-vm/wsim/wineval/win81/x86/install_windows 8.1 enterprise evaluation.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> |
148 | 133 | </unattend>
|
0 commit comments