Instelling unattended <ProductKey> niet lezen Win 10

Pagina: 1
Acties:

Vraag


Acties:
  • 0 Henk 'm!

  • silverchaoz
  • Registratie: Maart 2014
  • Laatst online: 27-09 13:27
Mijn Vraag
Waarom krijg ik de error:
Kan de instelling <ProductKey> in het antwoordbestand voor installatie zonder toezicht niet lezen

Wat gebruik ik?
Ik heb een USB stick met Windows 10 unattended en een LEGALE key!

Hoe heb ik de unattended geinstalleerd?
Via deze website: http://www.intowindows.co...ed-windows-10-usb-or-iso/

Wat heb ik al gevonden op het internet?
Ik heb al geprobeerd op verschillende forums en websites te kijken, ook op het Microsoft forum.
De Microsoft employees zeggen alleen bij anderen die hetzelfde probleem hebben dat ze het via hun bureaublad via de win 10 UPGRADE now functie moeten klikken.

Maar dat wil ik helemaal niet. Ik wil graag Windows 10 via een unattended USB installeren.

Als iemand mij kan helpen met deze oplossing,

Alvast bedankt

[ Voor 9% gewijzigd door silverchaoz op 01-02-2016 15:19 . Reden: Vergeten om informatie bij te zetten ]

Alle reacties


Acties:
  • 0 Henk 'm!

  • Wim-Bart
  • Registratie: Mei 2004
  • Laatst online: 10-01-2021

Wim-Bart

Zie signature voor een baan.

<ProductKey>zxxxxxx</ProductKey> zit niet meer in pass="specialize" maar in pass="windowsPE" onder "Windows-Shell-Setup" > ->
<UserData>
<AcceptEula>true</AcceptEula>
<FullName>xxxxxxxxxxxxx</FullName>
<Organization>xxxxxxx</Organization>
<ProductKey>
<WillShowUI>OnError</WillShowUI>
<key>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</key>
</ProductKey>
</UserData>

Beheerders, Consultants, Servicedesk medewerkers. We zoeken het allemaal. Stuur mij een PM voor meer info of kijk hier De mooiste ICT'er van Nederland.


Acties:
  • 0 Henk 'm!

  • silverchaoz
  • Registratie: Maart 2014
  • Laatst online: 27-09 13:27
Wim-Bart schreef op maandag 01 februari 2016 @ 15:53:
<ProductKey>zxxxxxx</ProductKey> zit niet meer in pass="specialize" maar in pass="windowsPE" onder "Windows-Shell-Setup" > ->
<UserData>
<AcceptEula>true</AcceptEula>
<FullName>xxxxxxxxxxxxx</FullName>
<Organization>xxxxxxx</Organization>
<ProductKey>
<WillShowUI>OnError</WillShowUI>
<key>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</key>
</ProductKey>
</UserData>
Bedankt voor je antwoord.

Ik heb dit gelijk geprobeerd, maar hij blijft dezelfde error geven.

Heb je misschien nog een ander idee?

Ik kan ook mijn unattended script sturen, als je daar behoefte bij hebt.

Acties:
  • +1 Henk 'm!

  • Wim-Bart
  • Registratie: Mei 2004
  • Laatst online: 10-01-2021

Wim-Bart

Zie signature voor een baan.

Heel vreemd, dit zou zonder probleem moeten werken, zo rollen wij Windows 10 uit.

XML:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<?xml version="1.0" encoding="utf-8"?>
<!-- 
    3 partitie schema (voor Bitlocker support)
        Disk 0: Partitie 1 = 100MB System
        Disk 0: Partitie 2 = 350MB Recovery (type 0x27)
        Disk 0: Partitie 3 = 60GB Windows
    3 Users:
        local_admin
        Administrator
        (Altiris user is deleted after installation)
        
        Passwords zijn: password
-->
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="specialize">
        <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">
        <!-- Let op @compName werkt in Altiris niet met Windows 10, moet %CompName% zijn -->
        <ComputerName>%CompName%</ComputerName>
        <!-- Product key Niet hier -->
            <TimeZone>W. Europe Standard Time</TimeZone>
            <RegisteredOrganization>Organisatie</RegisteredOrganization>
            <RegisteredOwner>OWNER</RegisteredOwner>
            <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
        <OEMName>Een leuke OEM naam</OEMName>
        </component>
        <component name="Microsoft-Windows-IE-InternetExplorer" 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">
            <SearchScopes>
                <Scope wcm:action="add">
                    <ScopeDefault>true</ScopeDefault>
                    <ScopeDisplayName>Google</ScopeDisplayName>
                    <ScopeKey>Google</ScopeKey>
                    <ScopeUrl>https://www.google.com/search?q={searchTerms}</ScopeUrl>
                </Scope>
            </SearchScopes>
            <Home_Page>about:blank</Home_Page>
            <DisableAccelerators>true</DisableAccelerators>
            <DisableFirstRunWizard>true</DisableFirstRunWizard>
            <DisableOOBAccelerators>false</DisableOOBAccelerators>
        </component>
        <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">
            <SearchScopes>
                <Scope wcm:action="add">
                    <ScopeUrl>https://www.google.com/search?q={searchTerms}</ScopeUrl>
                    <ScopeDefault>true</ScopeDefault>
                    <ScopeDisplayName>Google</ScopeDisplayName>
                    <ScopeKey>Google</ScopeKey>
                </Scope>
            </SearchScopes>
            <DisableAccelerators>true</DisableAccelerators>
            <DisableOOBAccelerators>false</DisableOOBAccelerators>
            <DisableFirstRunWizard>true</DisableFirstRunWizard>
            <Home_Page>about:blank</Home_Page>
        </component>
        <component name="Microsoft-Windows-TerminalServices-LocalSessionManager" 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">
            <fDenyTSConnections>false</fDenyTSConnections>
        </component>
        <component name="Networking-MPSSVC-Svc" 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">
            <FirewallGroups>
                <FirewallGroup wcm:action="add" wcm:keyValue="Remote Desktop">
                    <Active>true</Active>
                    <Group>Remote Desktop</Group>
                    <Profile>all</Profile>
                </FirewallGroup>
            </FirewallGroups>
        </component>
    </settings>
    <settings pass="windowsPE">
        <component name="Microsoft-Windows-International-Core-WinPE" 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">
            <SetupUILanguage>
                <UILanguage>en-US</UILanguage>
            </SetupUILanguage>
            <InputLocale>0413:00020409</InputLocale>
            <SystemLocale>en-US</SystemLocale>
            <UILanguage>en-US</UILanguage>
            <UserLocale>en-US</UserLocale>
            <UILanguageFallback>en-US</UILanguageFallback>
        </component>
        <component name="Microsoft-Windows-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">
            <DiskConfiguration>
                <Disk wcm:action="add">
                    <CreatePartitions>
                        <!-- System partition -->
                        <CreatePartition wcm:action="add">
                            <Order>1</Order>
                            <Size>100</Size>
                            <Type>Primary</Type>
                        </CreatePartition>
                        <!-- Recovery partition also needed for Bitlocker -->                       
                        <CreatePartition wcm:action="add">
                            <Order>2</Order>
                            <Size>350</Size>
                            <Type>Primary</Type>
                        </CreatePartition>                      
                        <!-- Windows partition -->
                        <CreatePartition wcm:action="add">
                            <Order>3</Order>
                            <Extend>false</Extend>
                            <Type>Primary</Type>
                            <Size>61440</Size>
                        </CreatePartition>
                    </CreatePartitions>
                    <ModifyPartitions>
                        <ModifyPartition wcm:action="add">
                            <Order>1</Order>
                            <PartitionID>1</PartitionID>
                            <Label>System</Label>
                            <Format>NTFS</Format>
                            <Active>true</Active>
                        </ModifyPartition>
                        <ModifyPartition wcm:action="add">
                            <Order>2</Order>
                            <PartitionID>2</PartitionID>
                            <Label>Recovery</Label>
                            <Format>NTFS</Format>
                            <TypeID>0x27</TypeID>
                        </ModifyPartition>                      
                        <ModifyPartition wcm:action="add">
                            <Order>3</Order>
                            <PartitionID>3</PartitionID>
                            <Format>NTFS</Format>
                            <Label>Windows</Label>
                            <Letter>C</Letter>
                        </ModifyPartition>
                    </ModifyPartitions>
                    <DiskID>0</DiskID>
                    <WillWipeDisk>true</WillWipeDisk>
                </Disk>
                <WillShowUI>OnError</WillShowUI>
            </DiskConfiguration>
            <ImageInstall>
                <OSImage>
                    <InstallTo>
                        <DiskID>0</DiskID>
                        <PartitionID>3</PartitionID>
                    </InstallTo>
                    <WillShowUI>OnError</WillShowUI>
                </OSImage>
            </ImageInstall>
            <UserData>
                <AcceptEula>true</AcceptEula>
                <FullName>DJI</FullName>
                <Organization>DJI</Organization>
                <ProductKey>
                    <WillShowUI>OnError</WillShowUI>
                    <!-- KMS KEY -->
                    <key>NPPR9-FWDCX-D2C8J-H872K-2YT43</key>
                </ProductKey>
            </UserData>
        </component>
    </settings>
    <settings pass="oobeSystem">
        <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">
            <OOBE>
                <NetworkLocation>Work</NetworkLocation>
                <ProtectYourPC>1</ProtectYourPC>
                <HideEULAPage>true</HideEULAPage>
                <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
                <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
                <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
            </OOBE>
            <UserAccounts>
                <AdministratorPassword>
                     <Value>cABhAHMAcwB3AG8AcgBkAFAAYQBzAHMAdwBvAHIAZAA=</Value>
                     <PlainText>false</PlainText>
                </AdministratorPassword>
                <LocalAccounts>
                    <LocalAccount wcm:action="add">
                        <Password>
                            <Value>cABhAHMAcwB3AG8AcgBkAFAAYQBzAHMAdwBvAHIAZAA=</Value>
                            <PlainText>false</PlainText>
                        </Password>
                        <Description>local_admin</Description>
                        <DisplayName>local_admin</DisplayName>
                        <Group>Administrators</Group>
                        <Name>local_admin</Name>
                    </LocalAccount>
                    <LocalAccount wcm:action="add">
                        <Password>
                            <Value>cABhAHMAcwB3AG8AcgBkAFAAYQBzAHMAdwBvAHIAZAA=</Value>
                            <PlainText>false</PlainText>
                        </Password>
                        <Description>Altiris User</Description>
                        <DisplayName>Altiris User</DisplayName>
                        <Group>Administrators</Group>
                        <Name>Altiris</Name>
                    </LocalAccount>
                </LocalAccounts>
            </UserAccounts>
            <VisualEffects>
                <FontSmoothing>ClearType</FontSmoothing>
                <SystemDefaultBackgroundColor>15</SystemDefaultBackgroundColor>
            </VisualEffects>
            <RegisteredOrganization>DJI</RegisteredOrganization>
            <RegisteredOwner>DJI</RegisteredOwner>
        </component>
        <component name="Microsoft-Windows-International-Core" 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">
            <InputLocale>0413:00020409</InputLocale>
            <SystemLocale>en-US</SystemLocale>
            <UILanguage>en-US</UILanguage>
            <UILanguageFallback>en-US</UILanguageFallback>
            <UserLocale>nl-NL</UserLocale>
        </component>
    </settings>
    <settings pass="offlineServicing">
        <component name="Microsoft-Windows-LUA-Settings" 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">
            <EnableLUA>true</EnableLUA>
        </component>
    </settings>
</unattend>

Beheerders, Consultants, Servicedesk medewerkers. We zoeken het allemaal. Stuur mij een PM voor meer info of kijk hier De mooiste ICT'er van Nederland.


Acties:
  • 0 Henk 'm!

Verwijderd

Hi guys,
I have the same issue.
I have a OEM license (Type: OEM_COA_NSLP)
I have put it in "<settings pass="windowsPE">"
The installation runs without prompt Product key, but with the generated Product key I cannot activate Windows 10. :-(
Than I tried to put in in "<settings pass="specialize">"
Here I got a prompt for Product key.
8)7
When i enter the key manually, the OS can be activated.

Do you have any idee?

Acties:
  • 0 Henk 'm!

  • silverchaoz
  • Registratie: Maart 2014
  • Laatst online: 27-09 13:27
Wim-Bart schreef op maandag 01 februari 2016 @ 16:38:
Heel vreemd, dit zou zonder probleem moeten werken, zo rollen wij Windows 10 uit.

XML:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<?xml version="1.0" encoding="utf-8"?>
<!-- 
    3 partitie schema (voor Bitlocker support)
        Disk 0: Partitie 1 = 100MB System
        Disk 0: Partitie 2 = 350MB Recovery (type 0x27)
        Disk 0: Partitie 3 = 60GB Windows
    3 Users:
        local_admin
        Administrator
        (Altiris user is deleted after installation)
        
        Passwords zijn: password
-->
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="specialize">
        <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">
        <!-- Let op @compName werkt in Altiris niet met Windows 10, moet %CompName% zijn -->
        <ComputerName>%CompName%</ComputerName>
        <!-- Product key Niet hier -->
            <TimeZone>W. Europe Standard Time</TimeZone>
            <RegisteredOrganization>Organisatie</RegisteredOrganization>
            <RegisteredOwner>OWNER</RegisteredOwner>
            <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
        <OEMName>Een leuke OEM naam</OEMName>
        </component>
        <component name="Microsoft-Windows-IE-InternetExplorer" 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">
            <SearchScopes>
                <Scope wcm:action="add">
                    <ScopeDefault>true</ScopeDefault>
                    <ScopeDisplayName>Google</ScopeDisplayName>
                    <ScopeKey>Google</ScopeKey>
                    <ScopeUrl>https://www.google.com/search?q={searchTerms}</ScopeUrl>
                </Scope>
            </SearchScopes>
            <Home_Page>about:blank</Home_Page>
            <DisableAccelerators>true</DisableAccelerators>
            <DisableFirstRunWizard>true</DisableFirstRunWizard>
            <DisableOOBAccelerators>false</DisableOOBAccelerators>
        </component>
        <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">
            <SearchScopes>
                <Scope wcm:action="add">
                    <ScopeUrl>https://www.google.com/search?q={searchTerms}</ScopeUrl>
                    <ScopeDefault>true</ScopeDefault>
                    <ScopeDisplayName>Google</ScopeDisplayName>
                    <ScopeKey>Google</ScopeKey>
                </Scope>
            </SearchScopes>
            <DisableAccelerators>true</DisableAccelerators>
            <DisableOOBAccelerators>false</DisableOOBAccelerators>
            <DisableFirstRunWizard>true</DisableFirstRunWizard>
            <Home_Page>about:blank</Home_Page>
        </component>
        <component name="Microsoft-Windows-TerminalServices-LocalSessionManager" 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">
            <fDenyTSConnections>false</fDenyTSConnections>
        </component>
        <component name="Networking-MPSSVC-Svc" 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">
            <FirewallGroups>
                <FirewallGroup wcm:action="add" wcm:keyValue="Remote Desktop">
                    <Active>true</Active>
                    <Group>Remote Desktop</Group>
                    <Profile>all</Profile>
                </FirewallGroup>
            </FirewallGroups>
        </component>
    </settings>
    <settings pass="windowsPE">
        <component name="Microsoft-Windows-International-Core-WinPE" 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">
            <SetupUILanguage>
                <UILanguage>en-US</UILanguage>
            </SetupUILanguage>
            <InputLocale>0413:00020409</InputLocale>
            <SystemLocale>en-US</SystemLocale>
            <UILanguage>en-US</UILanguage>
            <UserLocale>en-US</UserLocale>
            <UILanguageFallback>en-US</UILanguageFallback>
        </component>
        <component name="Microsoft-Windows-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">
            <DiskConfiguration>
                <Disk wcm:action="add">
                    <CreatePartitions>
                        <!-- System partition -->
                        <CreatePartition wcm:action="add">
                            <Order>1</Order>
                            <Size>100</Size>
                            <Type>Primary</Type>
                        </CreatePartition>
                        <!-- Recovery partition also needed for Bitlocker -->                       
                        <CreatePartition wcm:action="add">
                            <Order>2</Order>
                            <Size>350</Size>
                            <Type>Primary</Type>
                        </CreatePartition>                      
                        <!-- Windows partition -->
                        <CreatePartition wcm:action="add">
                            <Order>3</Order>
                            <Extend>false</Extend>
                            <Type>Primary</Type>
                            <Size>61440</Size>
                        </CreatePartition>
                    </CreatePartitions>
                    <ModifyPartitions>
                        <ModifyPartition wcm:action="add">
                            <Order>1</Order>
                            <PartitionID>1</PartitionID>
                            <Label>System</Label>
                            <Format>NTFS</Format>
                            <Active>true</Active>
                        </ModifyPartition>
                        <ModifyPartition wcm:action="add">
                            <Order>2</Order>
                            <PartitionID>2</PartitionID>
                            <Label>Recovery</Label>
                            <Format>NTFS</Format>
                            <TypeID>0x27</TypeID>
                        </ModifyPartition>                      
                        <ModifyPartition wcm:action="add">
                            <Order>3</Order>
                            <PartitionID>3</PartitionID>
                            <Format>NTFS</Format>
                            <Label>Windows</Label>
                            <Letter>C</Letter>
                        </ModifyPartition>
                    </ModifyPartitions>
                    <DiskID>0</DiskID>
                    <WillWipeDisk>true</WillWipeDisk>
                </Disk>
                <WillShowUI>OnError</WillShowUI>
            </DiskConfiguration>
            <ImageInstall>
                <OSImage>
                    <InstallTo>
                        <DiskID>0</DiskID>
                        <PartitionID>3</PartitionID>
                    </InstallTo>
                    <WillShowUI>OnError</WillShowUI>
                </OSImage>
            </ImageInstall>
            <UserData>
                <AcceptEula>true</AcceptEula>
                <FullName>DJI</FullName>
                <Organization>DJI</Organization>
                <ProductKey>
                    <WillShowUI>OnError</WillShowUI>
                    <!-- KMS KEY -->
                    <key>NPPR9-FWDCX-D2C8J-H872K-2YT43</key>
                </ProductKey>
            </UserData>
        </component>
    </settings>
    <settings pass="oobeSystem">
        <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">
            <OOBE>
                <NetworkLocation>Work</NetworkLocation>
                <ProtectYourPC>1</ProtectYourPC>
                <HideEULAPage>true</HideEULAPage>
                <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
                <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
                <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
            </OOBE>
            <UserAccounts>
                <AdministratorPassword>
                     <Value>cABhAHMAcwB3AG8AcgBkAFAAYQBzAHMAdwBvAHIAZAA=</Value>
                     <PlainText>false</PlainText>
                </AdministratorPassword>
                <LocalAccounts>
                    <LocalAccount wcm:action="add">
                        <Password>
                            <Value>cABhAHMAcwB3AG8AcgBkAFAAYQBzAHMAdwBvAHIAZAA=</Value>
                            <PlainText>false</PlainText>
                        </Password>
                        <Description>local_admin</Description>
                        <DisplayName>local_admin</DisplayName>
                        <Group>Administrators</Group>
                        <Name>local_admin</Name>
                    </LocalAccount>
                    <LocalAccount wcm:action="add">
                        <Password>
                            <Value>cABhAHMAcwB3AG8AcgBkAFAAYQBzAHMAdwBvAHIAZAA=</Value>
                            <PlainText>false</PlainText>
                        </Password>
                        <Description>Altiris User</Description>
                        <DisplayName>Altiris User</DisplayName>
                        <Group>Administrators</Group>
                        <Name>Altiris</Name>
                    </LocalAccount>
                </LocalAccounts>
            </UserAccounts>
            <VisualEffects>
                <FontSmoothing>ClearType</FontSmoothing>
                <SystemDefaultBackgroundColor>15</SystemDefaultBackgroundColor>
            </VisualEffects>
            <RegisteredOrganization>DJI</RegisteredOrganization>
            <RegisteredOwner>DJI</RegisteredOwner>
        </component>
        <component name="Microsoft-Windows-International-Core" 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">
            <InputLocale>0413:00020409</InputLocale>
            <SystemLocale>en-US</SystemLocale>
            <UILanguage>en-US</UILanguage>
            <UILanguageFallback>en-US</UILanguageFallback>
            <UserLocale>nl-NL</UserLocale>
        </component>
    </settings>
    <settings pass="offlineServicing">
        <component name="Microsoft-Windows-LUA-Settings" 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">
            <EnableLUA>true</EnableLUA>
        </component>
    </settings>
</unattend>
Bedankt voor het helpen! Dit script doet mooi. Dan was er wat aan de hand met mijn script.

Acties:
  • 0 Henk 'm!

  • silverchaoz
  • Registratie: Maart 2014
  • Laatst online: 27-09 13:27
Wim-Bart schreef op maandag 01 februari 2016 @ 16:38:
Heel vreemd, dit zou zonder probleem moeten werken, zo rollen wij Windows 10 uit.

XML:
1
2
3
4
5
osoft-Windows-LUA-Settings" 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">
            <EnableLUA>true</EnableLUA>
        </component>
    </settings>
</unattend>
Ik heb dat script gebruikt, Windows mee geinstalleerd. Maar bij de voorbereiding kwam ik error naar error tegen. Deze heb ik allemaal weten te oplossen, behalve krijg ik een error waar ik geen idee heb hoe ik deze moet oplossen:

Kan het antwoordbestand voor installatie zonder toezicht [C:\Windows\Panther\Unattended.xml] niet passeren of verwerken voor fase [Specialize]. Een onderdeel of instelling in het antwoordbestand bestaat niet.

Heeft u daar een idee ervan? zo ja, zou u mij nog 1x van dienst willen zijn? _/-\o_

Acties:
  • 0 Henk 'm!

  • Dysmael
  • Registratie: Januari 2002
  • Laatst online: 01-08-2019
Dan heb je waarschijnlijk een lege node in de xml staan.
Bekijk de Specialize node en zoek even naar "></"

Acties:
  • 0 Henk 'm!

  • silverchaoz
  • Registratie: Maart 2014
  • Laatst online: 27-09 13:27
RolfLobker schreef op dinsdag 02 februari 2016 @ 10:02:
Dan heb je waarschijnlijk een lege node in de xml staan.
Bekijk de Specialize node en zoek even naar "></"
Ik kan de fout niet vinden in de sectie. Alles ziet er gewoon goed werkend uit.

Acties:
  • 0 Henk 'm!

  • Wim-Bart
  • Registratie: Mei 2004
  • Laatst online: 10-01-2021

Wim-Bart

Zie signature voor een baan.

Ja misschien iets te veel aangepast? Of gebruikt voor een 32-bit installatie? Bovenstaande xml gebruiken wij, heeft wel even geduurd om probleem met productkey op te lossen, maar verder werkt het goed. Let wel op dat je computernaam wel goed op geeft of helemaal weg haalt.

Beheerders, Consultants, Servicedesk medewerkers. We zoeken het allemaal. Stuur mij een PM voor meer info of kijk hier De mooiste ICT'er van Nederland.


Acties:
  • 0 Henk 'm!

  • silverchaoz
  • Registratie: Maart 2014
  • Laatst online: 27-09 13:27
Wim-Bart schreef op dinsdag 02 februari 2016 @ 19:29:
Ja misschien iets te veel aangepast? Of gebruikt voor een 32-bit installatie? Bovenstaande xml gebruiken wij, heeft wel even geduurd om probleem met productkey op te lossen, maar verder werkt het goed. Let wel op dat je computernaam wel goed op geeft of helemaal weg haalt.
het is me gelukt, bedankt voor jullie medewerking :)

Acties:
  • 0 Henk 'm!

Verwijderd

I got it.
If you do sysprep, sysprep removes the key.
https://technet.microsoft...c766164%28v=ws.10%29.aspx

So, I put the key in the sysprep unattend.xml in the section "specialize".
Thanks anyway.
:*)
Pagina: 1