You are not logged in.

  • "Mystic" started this thread

Posts: 48

Date of registration: Mar 7th 2011

  • Send private message

1

Sunday, March 27th 2011, 7:49pm

Windows 7 unattended.xml Erklärung bzw. Tutorial gesucht

Ich suche ein Tutorial bzw. eine Erklärung über den Aufbau und Funktionsweise der unattended.xml. Wo finde ich sowas?

rs90

User

Posts: 2,277

Thanks: 46 / 29

  • Send private message

2

Sunday, March 27th 2011, 8:22pm

Installiere dir das Windows AIK und schaue dir die enthaltenen Dokumentationen und Beispiele an.

  • "Mystic" started this thread

Posts: 48

Date of registration: Mar 7th 2011

  • Send private message

3

Sunday, March 27th 2011, 8:57pm

Wo muss ich die unattended.xml auf der Installations-DVD speichern und wie muss diese dann heißen, damit diese auch von der Windows Installation erkannt wird.

Posts: 39

Date of registration: Sep 21st 2009

Thanks: 0 / 10

  • Send private message

4

Sunday, March 27th 2011, 10:29pm

Du mußt sie ins Stammverzeichnis als autounattend.xml einfügen.

peterpan

Ahnungsloser

Posts: 481

Date of registration: Sep 23rd 2008

Thanks: 0 / 21

  • Send private message

5

Sunday, March 27th 2011, 11:09pm

Schau mal hier.
Windows AIK und Autounattend.xml
Das gilt auch für Windows 7
So hab ich meine erste ...xml erstellt.

  • "Mystic" started this thread

Posts: 48

Date of registration: Mar 7th 2011

  • Send private message

6

Monday, March 28th 2011, 10:58pm

So sieht meine autounattend.xml aus, aber leider erscheinen die Werte nicht im installierten Windows 7.

XML

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<unattend>
  <settings pass="windowsPE">
    <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <UserData>
        <AcceptEula>True</AcceptEula>
        <FullName>FullName</FullName>
        <Organization>Organization</Organization>
      </UserData>
    </component>
  </settings>
  <settings pass="specialize">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <ComputerName>WINTest</ComputerName>
      <RegisteredOrganization>Organization</RegisteredOrganization>
      <RegisteredOwner>Owner</RegisteredOwner>
    </component>
  </settings>
</unattend>

peterpan

Ahnungsloser

Posts: 481

Date of registration: Sep 23rd 2008

Thanks: 0 / 21

  • Send private message

7

Monday, March 28th 2011, 11:31pm

Hallo
Vergiss den Quatsch den du benutzt.

Ich gehe davon aus das du eine 64bit Version hast. oder? Sollte das nicht der Fall sein dann alle "amd64" in "x86" ändern.
Hier ein Beispiel mit Windows 7 HomePremium Falls du eine andere Version hast musst du das auch ändern .

Source code

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
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
	<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>de-DE</UILanguage>
        	</SetupUILanguage>
        	<InputLocale>de-DE</InputLocale>
        	<SystemLocale>de-DE</SystemLocale>
        	<UILanguage>de-DE</UILanguage>
        	<UserLocale>de-DE</UserLocale>
    	</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">
        	<UserData>
            	<ProductKey>
                	<WillShowUI>OnError</WillShowUI>
                	<Key>HIER DEIN PRODUKTKEY</Key>
            	</ProductKey>
            	<AcceptEula>true</AcceptEula>
        	</UserData>
        	<ImageInstall>
    	<OSImage>
      	<InstallFrom>
        	<MetaData wcm:action="add">
          	<Key>/IMAGE/NAME</Key>
          	<Value>Windows 7 HOMEPREMIUM</Value>
        	</MetaData>
      	</InstallFrom>
      	<InstallToAvailablePartition>false</InstallToAvailablePartition>
      	<WillShowUI>OnError</WillShowUI>
    	</OSImage>
  	</ImageInstall>
  	</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>
            	<HideEULAPage>true</HideEULAPage>
            	<SkipMachineOOBE>true</SkipMachineOOBE>
            	<SkipUserOOBE>true</SkipUserOOBE>
        	</OOBE>
        	<UserAccounts>
            	<AdministratorPassword>
                	<Value></Value>
                	<PlainText>true</PlainText>
            	</AdministratorPassword>
            	<LocalAccounts>
                	<LocalAccount wcm:action="add">
                    	<Password>
                        	<Value></Value>
                        	<PlainText>true</PlainText>
                    	</Password>
                    	<Group>Administrators</Group>
                    	<Name>HIER DEIN NAME</Name>
                	</LocalAccount>
            	</LocalAccounts>
        	</UserAccounts>
    	</component>
	</settings>
	<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">
        	<ComputerName>WINTest</ComputerName>
        	<TimeZone>W.Europe Standard Time</TimeZone>
    	</component>
    	<component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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">
        	<SkipAutoActivation>true</SkipAutoActivation>
    	</component>
	</settings>
</unattend>

This post has been edited 2 times, last edit by "peterpan" (Mar 29th 2011, 12:06am)


  • "Mystic" started this thread

Posts: 48

Date of registration: Mar 7th 2011

  • Send private message

8

Monday, March 28th 2011, 11:35pm

Ich habe den Quatsch aus einem Windows 7 unattend.xml Creator.

Muss ich komplett alles angeben, was du gepostet hast, oder reicht für die Installation nur ein kleiner Ausschnitt, der z.B. die Sprache festlegt, den Product-Key einträgt, oder der nur den PC Namen festlegt.

peterpan

Ahnungsloser

Posts: 481

Date of registration: Sep 23rd 2008

Thanks: 0 / 21

  • Send private message

9

Tuesday, March 29th 2011, 12:06am

Ich habe die "Autounattend.xml" in meinem Beitrag mal verkürzt.
Also die Datei heißt "Autounattend.xml"
Frei überstzt bedeutet dieses "unbeaufsichtigt Installatieren" und somit sollte das schon so ablaufen.
Sie sollte direkt "vorne" auf deiner DVD erscheinen.
Viel mehr als du gewünscht hast ist dort nicht mehr vorhanden.Lediglich der Key und Dein Name und als Administrator ausführen.
Zu weniger habe ich auch keine Lust, da es dann zu albern wird.

  • "Mystic" started this thread

Posts: 48

Date of registration: Mar 7th 2011

  • Send private message

10

Tuesday, March 29th 2011, 12:09am

Du hast meine Frage aus Post 8 nicht verstanden.

Ich möchte gerne wissen, ob ich die komplette autounattend.xml verwenden muss, oder ob ich nur Teile daraus verwenden kann, also "Microsoft-Windows-International-Core-WinPE" für die Sprache, "Microsoft-Windows-Setup" für den Product-Key.

peterpan

Ahnungsloser

Posts: 481

Date of registration: Sep 23rd 2008

Thanks: 0 / 21

  • Send private message

11

Tuesday, March 29th 2011, 12:23am

Du musst schon die Komplette verwenden, da sonst der Aufbau nicht mehr stimmt.
Natürlich kannst du deinen Namen Entfernen.....Eintrag
Das hier:
<UserAccounts> und alles was dazwischen ist </UserAccounts>

rs90

User

Posts: 2,277

Thanks: 46 / 29

  • Send private message

12

Tuesday, March 29th 2011, 8:04am

<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>

Ist beides bei Windows 7 wirkungslos (Quelle: WAIK-Doku), kann also genauso weggelassen werden.

Ansonsten danke @peterpan für diese xml, werde sie mal testen da meine ein paar Probleme macht.

peterpan

Ahnungsloser

Posts: 481

Date of registration: Sep 23rd 2008

Thanks: 0 / 21

  • Send private message

13

Tuesday, March 29th 2011, 10:30am

Ist beides bei Windows 7 wirkungslos (Quelle: WAIK-Doku), kann also genauso weggelassen werden.
Das kann sein, aber im Panther steht Zb. <settings pass="oobeSystem" wasPassProcessed="true">also lass ich das so.
Vorab als Info.
Damit man nicht jedesmal zum testen eine neue "ISO" erstellen muß legt man die "Autounattend.xml"
auf/in einen USB-Stick oder wer hat auf/in eine Diskette.
Windows sucht automatisch immer nach einer "Autounattend.xml" in jedem Laufwerk.
Vitual Box kann auch Floppy, mit dem Stick hat es bei mir Probleme mit der Erkennung .???

Sucht euch was aus, ist für jeden bestimmt ein Part enthalten

Hier eine Autounattend.xml HomePremium "amd64" mit SP1. Wichtig im Part: "Microsoft-Windows-Foundation-Package" version="6.1.7601.17514"
Beinhaltet ein "FirstLogonCommand"
<FirstLogonCommands>SOWISO</FirstLogonCommands>Das kann aber gelöscht, und über die
"SetupComplete.cmd" im Ordner "WIN7-DVD\sources\$OEM$\$$\Setup\Scripts" erledigt werden.
Und beinhaltet:
Zwei Partitionen C+D. Festplatte 1. mit C:\angepasste Größe und den restlichen freien Platz mit D:\.
Username direkt als Administrator
Autologon hier nur über einen Regtweak in obengenannter "...cmd"
"Winlogon.reg"

Source code

1
2
3
4
5
6
7
8
9
10
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"ForceAutologon"="1"
"AutoAdminLogon"="1"
"DefaultUserName"="HIER DEIN NAME"
"AutoLogonCount"=dword:00066082
"AltDefaultUserName"="Administrator"
"PowerdownAfterShutdown"="1"
"DefaultPassword"=""

"SetupComplete.cmd" Beispiel

Source code

1
2
3
4
5
6
7
8
9
10
11
12
@ECHO OFF
for %%x in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%x:\sources\install.wim set SOURCE=%%x:
 
start /wait %SOURCE%\Addons\IRGEND EIN PROGRAMM
regedit /s %SOURCE%\Addons\Winlogon.reg

%systemroot%\System32\waitfor regedit /T 2
regedit /S %SOURCE%\Addons\AppCompatCurrend.reg
regedit /S %SOURCE%\Addons\Crashcontrol.reg
regedit /S %SOURCE%\Addons\lowrisk.reg
regedit /S %SOURCE%\Addons\DriverSigning.reg
EXIT
"Autounattend.xml"

Source code

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
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
	<servicing>
    	<package action="configure">
        	<assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.1.7601.17514" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
        	<selection name="InboxGames" state="false" />
        	<selection name="Printing-Foundation-Features" state="false" />
        	<selection name="Printing-Foundation-InternetPrinting-Client" state="false" />
        	<selection name="Printing-XPSServices-Features" state="false" />
        	<selection name="TabletPCOC" state="false" />
        	<selection name="WindowsGadgetPlatform" state="false" />
        	<selection name="Xps-Foundation-Xps-Viewer" state="false" />
        	<selection name="Chess" state="false" />
        	<selection name="FreeCell" state="false" />
        	<selection name="Hearts" state="false" />
        	<selection name="Internet Games" state="false" />
        	<selection name="Minesweeper" state="false" />
        	<selection name="More Games" state="false" />
        	<selection name="PurblePlace" state="false" />
        	<selection name="Shanghai" state="false" />
        	<selection name="Solitaire" state="false" />
        	<selection name="SpiderSolitaire" state="false" />
        	<selection name="OpticalMediaDisc" state="false" />
    	</package>
    	<package action="configure">
        	<assemblyIdentity name="Microsoft-Windows-HomePremiumEdition" version="6.1.7601.17514" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
        	<selection name="Microsoft-Windows-Anytime-Upgrade-Package" state="false" />
        	<selection name="Microsoft-Windows-Printing-XPSServices-Package" state="false" />
        	<selection name="OpticalMediaDisc" state="false" />
    	</package>
	</servicing>
	<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>de-DE</UILanguage>
        	</SetupUILanguage>
        	<InputLocale>de-DE</InputLocale>
        	<SystemLocale>de-DE</SystemLocale>
        	<UILanguage>de-DE</UILanguage>
        	<UserLocale>de-DE</UserLocale>
    	</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">
        	<UserData>
            	<ProductKey>
                	<WillShowUI>OnError</WillShowUI>
                	<Key>4711-4711-4711-4711-4711</Key>
            	</ProductKey>
            	<AcceptEula>true</AcceptEula>
        	</UserData>
        	<EnableFirewall>true</EnableFirewall>
        	<ImageInstall>
            	<OSImage>
                	<InstallFrom>
                    	<MetaData wcm:action="add">
                        	<Key>/IMAGE/NAME</Key>
                        	<Value>Windows 7 HOMEPREMIUM</Value>
                    	</MetaData>
                	</InstallFrom>
                	<WillShowUI>OnError</WillShowUI>
                	<InstallToAvailablePartition>false</InstallToAvailablePartition>
                	<InstallTo>
                    	<DiskID>0</DiskID>
                    	<PartitionID>1</PartitionID>
                	</InstallTo>
            	</OSImage>
        	</ImageInstall>
        	<DiskConfiguration>
            	<Disk wcm:action="add">
                	<CreatePartitions>
                    	<CreatePartition wcm:action="add">
                        	<Order>1</Order>
                        	<Size>36000</Size>
                        	<Type>Primary</Type>
                    	</CreatePartition>
                    	<CreatePartition wcm:action="add">
                        	<Extend>true</Extend>
                        	<Order>3</Order>
                        	<Type>Logical</Type>
                    	</CreatePartition>
                    	<CreatePartition wcm:action="add">
                        	<Order>2</Order>
                        	<Type>Extended</Type>
                        	<Extend>true</Extend>
                    	</CreatePartition>
                	</CreatePartitions>
                	<ModifyPartitions>
                    	<ModifyPartition wcm:action="add">
                        	<Active>true</Active>
                        	<Extend>false</Extend>
                        	<Format>NTFS</Format>
                        	<Label>Windows</Label>
                        	<Letter>C</Letter>
                        	<Order>1</Order>
                        	<PartitionID>1</PartitionID>
                    	</ModifyPartition>
                    	<ModifyPartition wcm:action="add">
                        	<Active>false</Active>
                        	<Extend>false</Extend>
                        	<Format>NTFS</Format>
                        	<Label>Programme</Label>
                        	<Letter>D</Letter>
                        	<Order>2</Order>
                        	<PartitionID>2</PartitionID>
                    	</ModifyPartition>
                	</ModifyPartitions>
                	<DiskID>0</DiskID>
                	<WillWipeDisk>true</WillWipeDisk>
            	</Disk>
            	<WillShowUI>OnError</WillShowUI>
        	</DiskConfiguration>
    	</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>
            	<HideEULAPage>true</HideEULAPage>
            	<SkipMachineOOBE>true</SkipMachineOOBE>
            	<SkipUserOOBE>true</SkipUserOOBE>
            	<ProtectYourPC>2</ProtectYourPC>
            	<NetworkLocation>Work</NetworkLocation>
        	</OOBE>

        	<FirstLogonCommands>
            	<SynchronousCommand wcm:action="add">
                	<RequiresUserInput>false</RequiresUserInput>
                	<CommandLine>%systemdrive%\Install\Setup.cmd</CommandLine>
                	<Order>1</Order>
            	</SynchronousCommand>
        	</FirstLogonCommands>

        	<VisualEffects>
            	<FontSmoothing>ClearType</FontSmoothing>
        	</VisualEffects>
        	<Display>
            	<HorizontalResolution>1024</HorizontalResolution>
            	<RefreshRate>70</RefreshRate>
            	<VerticalResolution>768</VerticalResolution>
            	<ColorDepth>32</ColorDepth>
        	</Display>
        	<UserAccounts>
            	<AdministratorPassword>
                	<Value></Value>
                	<PlainText>true</PlainText>
            	</AdministratorPassword>
            	<LocalAccounts>
                	<LocalAccount wcm:action="add">
                    	<Password>
                        	<Value></Value>
                        	<PlainText>true</PlainText>
                    	</Password>
                    	<Group>Administrators</Group>
                    	<Name>HIER DEIN NAME</Name>
                	</LocalAccount>
            	</LocalAccounts>
        	</UserAccounts>
        	<DoNotCleanTaskBar>true</DoNotCleanTaskBar>
        	<WindowsFeatures>
            	<ShowWindowsMediaPlayer>true</ShowWindowsMediaPlayer>
            	<ShowInternetExplorer>true</ShowInternetExplorer>
        	</WindowsFeatures>
        	<OEMInformation>
            	<Manufacturer>Roasted Jelly Babe Society</Manufacturer>
            	<Model>123456</Model>
        	</OEMInformation>
    	</component>
	</settings>
	<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">
        	<ComputerName>HIER--EIN--NAME</ComputerName>
        	<TimeZone>W.Europe Standard Time</TimeZone>
    	</component>
    	<component name="Security-Malware-Windows-Defender" 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">
        	<DisableAntiSpyware>true</DisableAntiSpyware>
    	</component>
    	<component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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">
        	<SkipAutoActivation>true</SkipAutoActivation>
    	</component>
	</settings>
</unattend>

  • "Mystic" started this thread

Posts: 48

Date of registration: Mar 7th 2011

  • Send private message

14

Saturday, April 9th 2011, 9:32pm

Ich habe nochmal eine Frage zur Autounattend.xml.

Warum benötige ich immer die komplette Autounattend.xml, wenn ich z.b. die Component "Sprache" nicht benötige, dann kann ich ja folgendes löschen.

Quoted


<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>de-DE</UILanguage>
</SetupUILanguage>
<InputLocale>de-DE</InputLocale>
<SystemLocale>de-DE</SystemLocale>
<UILanguage>de-DE</UILanguage>
<UserLocale>de-DE</UserLocale>
</component>

peterpan

Ahnungsloser

Posts: 481

Date of registration: Sep 23rd 2008

Thanks: 0 / 21

  • Send private message

15

Saturday, April 9th 2011, 9:48pm

Klar geht das, aber dann wird bei der Installation aber danach gefragt.
Da du aber ein Schelm bist, hast du das schon per Dism.... im Image eingestellt.
Dann ist das entfernen natürlich korrekt.
Versuch macht aber bekanntlich kluch.
Nochmals, du musst nicht jedesmal eine ISO erstellen wenn du die Autou.. testen willst.
Einfach ISO ohne Autou.... und diese auf den Stick oder Diskette oder DVD oder oder.........

  • "Mystic" started this thread

Posts: 48

Date of registration: Mar 7th 2011

  • Send private message

16

Saturday, April 9th 2011, 9:50pm

Ich möchte nur bestimmte Sachen in der Autounattend.xml reinschreiben

Posts: 946

Date of registration: Mar 14th 2009

Thanks: 208 / 21

  • Send private message

17

Saturday, April 9th 2011, 9:56pm

Ich möchte nur bestimmte Sachen in der Autounattend.xml reinschreiben

Und die da wären??

peterpan

Ahnungsloser

Posts: 481

Date of registration: Sep 23rd 2008

Thanks: 0 / 21

  • Send private message

18

Saturday, April 9th 2011, 9:56pm

Ja, sag ich doch...
Lass es weg. Ist doch einen Test wert.

R2-D2

User

Posts: 525

Date of registration: Sep 23rd 2008

Thanks: 1 / 2

  • Send private message

19

Friday, August 12th 2011, 5:44am

ich ergänze diesen Thread mal um eine Quasi Ultimative XML, die ich mir in mühevoller kleinarbeit zusammengestellt hab - weis auch nicht genau, ob alle Punkte "gefressen" werden, - und einige widersprechen sich sicherlich, aber vlt kann jemand, der da den "Durchblick" hat, die so modifizieren, das sie sich für eine Testinstall in der VM eignet...

Also nur zu Testzwecken (FORMATIERT die Platte/n) ! - Sofern es überhaupt durchläuft...

Quoted

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:ns="urn:schemas-microsoft-com:unattend">
<servicing>
<package action="configure">
<assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.1.7601.17514" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<selection name="Chess" state="false" />
<selection name="ClientForNFS-Infrastructure" state="false" />
<selection name="CorporationHelpCustomization" state="false" />
<selection name="FaxServicesClientPackage" state="false" />
<selection name="FreeCell" state="false" />
<selection name="Hearts" state="false" />
<selection name="IIS-ApplicationDevelopment" state="false" />
<selection name="IIS-ASP" state="false" />
<selection name="IIS-ASPNET" state="false" />
<selection name="IIS-BasicAuthentication" state="false" />
<selection name="IIS-CGI" state="false" />
<selection name="IIS-ClientCertificateMappingAuthentication" state="false" />
<selection name="IIS-CommonHttpFeatures" state="false" />
<selection name="IIS-CustomLogging" state="false" />
<selection name="IIS-DefaultDocument" state="false" />
<selection name="IIS-DigestAuthentication" state="false" />
<selection name="IIS-DirectoryBrowsing" state="false" />
<selection name="IIS-FTPExtensibility" state="false" />
<selection name="IIS-FTPServer" state="false" />
<selection name="IIS-FTPSvc" state="false" />
<selection name="IIS-HealthAndDiagnostics" state="false" />
<selection name="IIS-HostableWebCore" state="false" />
<selection name="IIS-HttpCompressionDynamic" state="false" />
<selection name="IIS-HttpCompressionStatic" state="false" />
<selection name="IIS-HttpErrors" state="false" />
<selection name="IIS-HttpLogging" state="false" />
<selection name="IIS-HttpRedirect" state="false" />
<selection name="IIS-HttpTracing" state="false" />
<selection name="IIS-IIS6ManagementCompatibility" state="false" />
<selection name="IIS-IISCertificateMappingAuthentication" state="false" />
<selection name="IIS-IPSecurity" state="false" />
<selection name="IIS-ISAPIExtensions" state="false" />
<selection name="IIS-ISAPIFilter" state="false" />
<selection name="IIS-LegacyScripts" state="false" />
<selection name="IIS-LegacySnapIn" state="false" />
<selection name="IIS-LoggingLibraries" state="false" />
<selection name="IIS-ManagementConsole" state="false" />
<selection name="IIS-ManagementScriptingTools" state="false" />
<selection name="IIS-ManagementService" state="false" />
<selection name="IIS-Metabase" state="false" />
<selection name="IIS-NetFxExtensibility" state="false" />
<selection name="IIS-ODBCLogging" state="false" />
<selection name="IIS-Performance" state="false" />
<selection name="IIS-RequestFiltering" state="false" />
<selection name="IIS-RequestMonitor" state="false" />
<selection name="IIS-Security" state="false" />
<selection name="IIS-ServerSideIncludes" state="false" />
<selection name="IIS-StaticContent" state="false" />
<selection name="IIS-URLAuthorization" state="false" />
<selection name="IIS-WebDAV" state="false" />
<selection name="IIS-WebServer" state="false" />
<selection name="IIS-WebServerManagementTools" state="false" />
<selection name="IIS-WebServerRole" state="false" />
<selection name="IIS-WindowsAuthentication" state="false" />
<selection name="IIS-WMICompatibility" state="false" />
<selection name="InboxGames" state="false" />
<selection name="Indexing-Service-Package" state="false" />
<selection name="Internet Backgammon" state="false" />
<selection name="Internet Checkers" state="false" />
<selection name="Internet Games" state="false" />
<selection name="Internet Spades" state="false" />
<selection name="Internet-Explorer-Optional-amd64" state="false" />
<selection name="MediaCenter" state="false" />
<selection name="MediaPlayback" state="true" />
<selection name="Minesweeper" state="false" />
<selection name="More Games" state="false" />
<selection name="MSMQ-ADIntegration" state="false" />
<selection name="MSMQ-Container" state="false" />
<selection name="MSMQ-DCOMProxy" state="false" />
<selection name="MSMQ-HTTP" state="false" />
<selection name="MSMQ-Multicast" state="false" />
<selection name="MSMQ-Server" state="false" />
<selection name="MSMQ-Triggers" state="false" />
<selection name="MSRDC-Infrastructure" state="false" />
<selection name="NetFx3" state="true" />
<selection name="NFS-Administration" state="false" />
<selection name="OEMHelpCustomization" state="false" />
<selection name="OpticalMediaDisc" state="false" />
<selection name="Printing-Foundation-Features" state="false" />
<selection name="Printing-Foundation-InternetPrinting-Client" state="false" />
<selection name="Printing-Foundation-LPDPrintService" state="false" />
<selection name="Printing-Foundation-LPRPortMonitor" state="false" />
<selection name="Printing-XPSServices-Features" state="false" />
<selection name="PurblePlace" state="false" />
<selection name="RasRip" state="false" />
<selection name="ScanManagementConsole" state="false" />
<selection name="SearchEngine-Client-Package" state="false" />
<selection name="ServicesForNFS-ClientOnly" state="false" />
<selection name="Shanghai" state="false" />
<selection name="SimpleTCP" state="false" />
<selection name="SNMP" state="false" />
<selection name="Solitaire" state="false" />
<selection name="SpiderSolitaire" state="false" />
<selection name="SUA" state="false" />
<selection name="TabletPCOC" state="false" />
<selection name="TelnetClient" state="false" />
<selection name="TelnetServer" state="false" />
<selection name="TFTP" state="false" />
<selection name="TIFFIFilter" state="false" />
<selection name="WAS-ConfigurationAPI" state="false" />
<selection name="WAS-NetFxEnvironment" state="false" />
<selection name="WAS-ProcessModel" state="false" />
<selection name="WAS-WindowsActivationService" state="false" />
<selection name="WCF-HTTP-Activation" state="false" />
<selection name="WCF-NonHTTP-Activation" state="false" />
<selection name="WindowsGadgetPlatform" state="false" />
<selection name="WindowsMediaPlayer" state="false" />
<selection name="WMISnmpProvider" state="false" />
<selection name="Xps-Foundation-Xps-Viewer" state="false" />
</package>
</servicing>
<settings pass="windowsPE">
<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<SetupUILanguage>
<UILanguage>de-DE</UILanguage>
</SetupUILanguage>
<InputLocale>0407:00000407</InputLocale>
<SystemLocale>de-DE</SystemLocale>
<UILanguage>de-DE</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>de-DE</UserLocale>
<LayeredDriver>6</LayeredDriver>
</component>
<component name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<DriverPaths>
<PathAndCredentials wcm:action="add" wcm:keyValue="1">
<Path>C:\Drivers\1</Path>
<Credentials>
<Domain> </Domain>
<Username> </Username>
<Password> </Password>
</Credentials>
</PathAndCredentials>
<PathAndCredentials wcm:action="add" wcm:keyValue="2">
<Path>C:\Drivers\2</Path>
<Credentials>
<Domain> </Domain>
<Username> </Username>
<Password> </Password>
</Credentials>
</PathAndCredentials>
</DriverPaths>
</component>
<component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<ComplianceCheck>
<DisplayReport>Never</DisplayReport>
</ComplianceCheck>
<Diagnostics>
<OptIn>false</OptIn>
</Diagnostics>
<DiskConfiguration>
<WillShowUI>OnError</WillShowUI>
<Disk>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
<CreatePartitions>
<CreatePartition>
<Order>1</Order>
<Type>Primary</Type>
<Size>20000</Size>
</CreatePartition>
<CreatePartition>
<Order>2</Order>
<Type>Extended</Type>
<Extend>true</Extend>
</CreatePartition>
<CreatePartition>
<Order>3</Order>
<Type>Logical</Type>
<Size>6000</Size>
</CreatePartition>
</CreatePartitions>
</Disk>
</DiskConfiguration>
<DynamicUpdate>
<Enable>false</Enable>
<WillShowUI>OnError</WillShowUI>
</DynamicUpdate>
<EnableFirewall>true</EnableFirewall>
<EnableNetwork>false</EnableNetwork>
<ImageInstall>
<OSImage>
<InstallFrom>
<Credentials>
<Domain> </Domain>
<Password> </Password>
<Username> </Username>
</Credentials>
<Path>\\networkshare\share\install.wim</Path>
<MetaData wcm:action="add">
<Key>/IMAGE/INDEX</Key>
<Value>1</Value>
</MetaData>
</InstallFrom>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>1</PartitionID>
</InstallTo>
<WillShowUI>OnError</WillShowUI>
<!-- if you set InstallToAvailablePartition = true, dont set InstallTo, If both are set, and WillShowUI=Never, install is terminated -->
<InstallToAvailablePartition>false</InstallToAvailablePartition>
</OSImage>
<DataImage wcm:action="add">
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>2</PartitionID>
</InstallTo>
<InstallFrom>
<Credentials>
<Domain> </Domain>
<Password> </Password>
<Username> </Username>
</Credentials>
<Path>\\networkshare\share\data.wim</Path>
<MetaData wcm:action="add">
<Key>/IMAGE/INDEX</Key>
<Value>1</Value>
</MetaData>
</InstallFrom>
<Order>1</Order>
</DataImage>
</ImageInstall>
<LogPath>C:\Log</LogPath>
<!-- Sperrt die Laufwerksconfig führt zu fehlern -->
<PageFile>
<Path>C:\Pagefile.sys</Path>
<Size>32</Size>
</PageFile>
<Restart>Restart</Restart>
<RunAsynchronous>
<RunAsynchronousCommand>
<Order>01</Order>
<Path>cmd /c @ECHO OFF & COLOR 9F & Echo Aktueller Pfad ist: %CD% & Pause</Path>
<Description>Blablabla</Description>
<Credentials>
<Domain> </Domain>
<UserName> </UserName>
<Password> </Password>
</Credentials>
</RunAsynchronousCommand>
<RunAsynchronousCommand>
<Order>02</Order>
<Path>cmd /c @ECHO OFF & COLOR 9F & Echo Aktueller Pfad ist: %CD% & Pause</Path>
<Description>Blablabla</Description>
</RunAsynchronousCommand>
</RunAsynchronous>
<RunSynchronous>
<RunSynchronousCommand>
<Order>03</Order>
<Path>cmd /c @ECHO OFF & COLOR 9F & Echo Aktueller Pfad ist: %CD% & Pause</Path>
<Description>Blablabla</Description>
<Credentials>
<Domain> </Domain>
<UserName> </UserName>
<Password> </Password>
</Credentials>
</RunSynchronousCommand>
<RunSynchronousCommand>
<Order>04</Order>
<Path>cmd /c @ECHO OFF & COLOR 9F & Echo Aktueller Pfad ist: %CD% & Pause</Path>
<Description>Blablabla</Description>
</RunSynchronousCommand>
</RunSynchronous>
<UpgradeData>
<Upgrade>false</Upgrade>
<WillShowUI>OnError</WillShowUI>
</UpgradeData>
<UseConfigurationSet>false</UseConfigurationSet>
<UserData>
<AcceptEula>true</AcceptEula>
<FullName> </FullName>
<Organization> </Organization>
<ProductKey>
<Key />
<WillShowUI>OnError</WillShowUI>
</ProductKey>
</UserData>
<ImageInstall>
<OSImage>
<WillShowUI>OnError</WillShowUI>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>1</PartitionID>
</InstallTo>
</OSImage>
</ImageInstall>
<WindowsDeploymentServices>
<Login>
<WillShowUI>OnError</WillShowUI>
<Credentials>
<Username>Administrator</Username>
<Domain> </Domain>
<Password> </Password>
</Credentials>
</Login>
<ImageSelection>
<WillShowUI>OnError</WillShowUI>
<InstallImage>
<ImageName>MY IMAGE_NAME</ImageName>
<ImageGroup>My IMAGE GROUP</ImageGroup>
</InstallImage>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>1</PartitionID>
</InstallTo>
</ImageSelection>
</WindowsDeploymentServices>
<DiskConfiguration>
<WillShowUI>OnError</WillShowUI>
<Disk>
<DiskID>0</DiskID>
<WillWipeDisk>false</WillWipeDisk>
<ModifyPartitions>
<ModifyPartition>
<Order>1</Order>
<PartitionID>3</PartitionID>
<Letter>C</Letter>
<Label>TestOS</Label>
<Format>NTFS</Format>
<Active>true</Active>
<Extend>false</Extend>
</ModifyPartition>
</ModifyPartitions>
</Disk>
</DiskConfiguration>
</component>
</settings>
<settings pass="offlineServicing">
<component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<EnableLUA>false</EnableLUA>
</component>
<component name="Microsoft-Windows-MediaPlayer-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<InitialOEMServiceProvider> </InitialOEMServiceProvider>
</component>
<component name="Microsoft-Windows-TabletPC-Platform-Input-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<TouchGate>1</TouchGate>
<TouchUI>1</TouchUI>
<TouchUISize>55</TouchUISize>
<LinearityData>
<DeviceElement wcm:action="modify" wcm:keyValue="MyKey">11</DeviceElement>
<DeviceElement wcm:action="add" wcm:keyValue="MyKey1">12</DeviceElement>
</LinearityData>
</component>
<!-- Bei Bluescreen mit wdf***.sys - wert auf 0 Setzten -->
<component name="Microsoft-Windows-WDF-Kernel Library" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<DriverStartType>0</DriverStartType>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Audio-AudioCore" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<EnableCaptureMonitor>true</EnableCaptureMonitor>
</component>
<component name="Microsoft-Windows-Audio-VolumeControl" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<EnableVolumeControlWhileLocked>true</EnableVolumeControlWhileLocked>
</component>
<component name="Microsoft-Windows-DiagCpl" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<Title>@%SystemRoot%\System32\DiagCpl.dll,-82</Title>
<Description>@%SystemRoot%\System32\DiagCpl.dll,-83</Description>
<Icon>@%SystemRoot%\System32\imageres.dll,-179</Icon>
<Link>http://www.google.co.uk</Link>
</component>
<component name="Microsoft-Windows-Disk-Failure-Diagnostic-Module" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<EnabledScenarioExecutionLevel>2</EnabledScenarioExecutionLevel>
<DfdAlertTextOverride>Der Todesstern hat den Planeten umkreist !</DfdAlertTextOverride>
</component>
<component name="Microsoft-Windows-DNS-Client" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<DNSDomain>Google.com</DNSDomain>
<DNSSuffixSearchOrder>
<DomainName wcm:action="add" wcm:keyValue="1">server1.Google.com</DomainName>
<DomainName wcm:action="add" wcm:keyValue="2">Google.com</DomainName>
</DNSSuffixSearchOrder>
<UseDomainNameDevolution>true</UseDomainNameDevolution>
<Interfaces>
<Interface wcm:action="add">
<Identifier>Local Area Connection</Identifier>
<DNSDomain>Google.com</DNSDomain>
<DNSServerSearchOrder>
<IpAddress wcm:action="add" wcm:keyValue="1">192.168.1.1</IpAddress>
<IpAddress wcm:action="add" wcm:keyValue="2">192.168.1.2</IpAddress>
</DNSServerSearchOrder>
<EnableAdapterDomainNameRegistration>true</EnableAdapterDomainNameRegistration>
<DisableDynamicUpdate>false</DisableDynamicUpdate>
</Interface>
<Interface wcm:action="add">
<Identifier>Local Area Connection 2</Identifier>
<DNSDomain>Google.com</DNSDomain>
<DNSServerSearchOrder>
<IpAddress wcm:action="add" wcm:keyValue="1">192.168.1.1</IpAddress>
<IpAddress wcm:action="add" wcm:keyValue="2">2001:4898:28:4:213:20ff:fe16:3e96</IpAddress>
</DNSServerSearchOrder>
<EnableAdapterDomainNameRegistration>true</EnableAdapterDomainNameRegistration>
<DisableDynamicUpdate>false</DisableDynamicUpdate>
</Interface>
</Interfaces>
</component>
<component name="Microsoft-Windows-ehome-reg-inf" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<BindNavHintsToToolbars>true</BindNavHintsToToolbars>
<Color>16711680</Color>
<DisableComplexStretchesOnConsole>true</DisableComplexStretchesOnConsole>
<DisableExpressSetup>true</DisableExpressSetup>
<DisableHighResolutionCheck>1920x1200</DisableHighResolutionCheck>
<DisableVolumeDisplay>true</DisableVolumeDisplay>
<EnableSPADLaunchErrors>false</EnableSPADLaunchErrors>
<FontSize>96</FontSize>
<HKCUuseDefaultOverscanMargins>true</HKCUuseDefaultOverscanMargins>
<HKLM10FtOOBE>true</HKLM10FtOOBE>
<HKUSERSuseDefaultOverscanMargins>true</HKUSERSuseDefaultOverscanMargins>
<MuteTimeout>10000</MuteTimeout>
<NoDevDiscBalloon>true</NoDevDiscBalloon>
<OCURProductKey>5432154321543215432154321</OCURProductKey>
<RestartHour>2</RestartHour>
<TBP>true</TBP>
<Timeout>6000</Timeout>
</component>
<component name="Microsoft-Windows-ErrorReportingCore" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<DefaultConsent>1</DefaultConsent>
<DisableWER>1</DisableWER>
</component>
<component name="Microsoft-Windows-Fax-Service" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<Fax>
<ArchiveFaxes>false</ArchiveFaxes>
<IncomingFaxesArePublic>false</IncomingFaxesArePublic>
<ArchiveFolderName>C:\MyFaxArchives</ArchiveFolderName>
</Fax>
<FaxUnattend>
<FaxPrinterIsShared>true</FaxPrinterIsShared>
<ReceiveFaxes>false</ReceiveFaxes>
<Rings>6</Rings>
<RouteToFolder>true</RouteToFolder>
<RouteToPrinter>true</RouteToPrinter>
<SendFaxes>true</SendFaxes>
<Csid>Fax1</Csid>
<Tsid>Fax1</Tsid>
<RouteFolderName>C:\Router</RouteFolderName>
<RoutePrinterName>C:\Printer</RoutePrinterName>
</FaxUnattend>
<Receipts>
<FaxUserName> </FaxUserName>
<FaxUserPassword> </FaxUserPassword>
<SmtpNotificationsEnabled>true</SmtpNotificationsEnabled>
<SmtpSenderAddress> @Google.com</SmtpSenderAddress>
<SmtpServerAddress>902.34.567</SmtpServerAddress>
<SmtpServerAuthenticationMechanism>1</SmtpServerAuthenticationMechanism>
<SmtpServerPort>26</SmtpServerPort>
</Receipts>
</component>
<component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<Accelerators>
<Accelerator wcm:action="add">
<AcceleratorXML>http://www.contoso.com/accelerators/Accelerator1.xml</AcceleratorXML>
<ItemKey>Accelerator1</ItemKey>
<IsDefault>true</IsDefault>
</Accelerator>
<Accelerator wcm:action="add">
<AcceleratorXML>http://www.contoso.com/accelerators/Accelerator2.xml</AcceleratorXML>
<ItemKey>Accelerator2</ItemKey>
</Accelerator>
</Accelerators>
<AllowedSites>http://www.google.co.uk</AllowedSites>
<AllSitesCompatibilityMode>true</AllSitesCompatibilityMode>
<BlockPopups>yes</BlockPopups>
<CommandLabelDisplay>2</CommandLabelDisplay>
<CompanyName> </CompanyName>
<CompatibilityViewDomains>www.google.co.uk</CompatibilityViewDomains>
<DisableAccelerators>true</DisableAccelerators>
<DisableDataExecutionPrevention>true</DisableDataExecutionPrevention>
<DisableDevTools>true</DisableDevTools>
<DisableFirstRunWizard>true</DisableFirstRunWizard>
<DisableOOBAccelerators>true</DisableOOBAccelerators>
<DisableWelcomePage>true</DisableWelcomePage>
<EnableLinksBar>false</EnableLinksBar>
<FavoriteBarItems>
<FavoriteBarItem>
<ItemKey>1</ItemKey>
<ItemName>Google</ItemName>
<ItemUrl>http://www.google.co.uk</ItemUrl>
<ItemType>Webslice</ItemType>
</FavoriteBarItem>
<FavoriteBarItem>
<ItemKey>2</ItemKey>
<ItemName>IxQuick</ItemName>
<ItemUrl>http://www.ixquick.com</ItemUrl>
<ItemType>Webslice</ItemType>
</FavoriteBarItem>
</FavoriteBarItems>
<FavoritesDelete>true</FavoritesDelete>
<FavoritesList>
<FavoriteItem wcm:action="add">
<FavIconFile>C:\Windows\favlink1.ico</FavIconFile>
<FavID>Favorite1</FavID>
<FavOffLine>true</FavOffLine>
<FavTitle>Proxy List</FavTitle>
<FavURL>http://nntime.com/proxy-country/United-Kingdom-01.htm</FavURL>
</FavoriteItem>
<FavoriteItem wcm:action="add">
<FavIconFile>C:\Windows\favlink2.ico</FavIconFile>
<FavID>Favorite2</FavID>
<FavOffLine>true</FavOffLine>
<FavTitle>BBC Uk</FavTitle>
<FavURL>http://www.bbc.co.uk/iplayer/tv</FavURL>
</FavoriteItem>
</FavoritesList>
<FavoritesOnTop>true</FavoritesOnTop>
<FeedList>
<FeedItem wcm:action="add">
<FeedKey>Feed1</FeedKey>
<FeedTitle>netzpolitik.org</FeedTitle>
<FeedURL>http://netzpolitik.org/feed/</FeedURL>
</FeedItem>
<FeedItem wcm:action="add">
<FeedKey>Feed2</FeedKey>
<FeedTitle>Piratenpartei</FeedTitle>
<FeedURL>http://www.piratenpartei.de/rss.xml</FeedURL>
</FeedItem>
</FeedList>
<FindProvidersURL>http://www.google.co.uk</FindProvidersURL>
<FilterLevel>High</FilterLevel>
<GroupTabs>false</GroupTabs>
<Help_Page>about:blank</Help_Page>
<Home_Page>about:blank</Home_Page>
<InstalledBHOList>
<AddOnGuidItem>
<AddOnGuid>{a1b1c123d1e1f4a5a6a7aa8a9a0a}</AddOnGuid>
</AddOnGuidItem>
<AddOnGuidItem>
<AddOnGuid>{b1c123d1e1f4a5a6a7aa8a9a0a33}</AddOnGuid>
</AddOnGuidItem>
</InstalledBHOList>
<InstalledBrowserExtensions>
<AddonGuidItem>
<AddonGuid>{a1b1c123d1e1f4a5a6a7aa8a9a0a}</AddonGuid>
</AddonGuidItem>
<AddonGuidItem>
<AddonGuid>{b1c123d1e1f4a5a6a7aa8a9a0a33}</AddonGuid>
</AddonGuidItem>
</InstalledBrowserExtensions>
<InstalledToolbarsList>
<AddonGuidItem>
<AddonGuid>{a1b1c123d1e1f4a5a6a7aa8a9a0a}</AddonGuid>
</AddonGuidItem>
<AddonGuidItem>
<AddonGuid>{b1c123d1e1f4a5a6a7aa8a9a0a33}</AddonGuid>
</AddonGuidItem>
</InstalledToolbarsList>
<IntranetCompatibilityMode>true</IntranetCompatibilityMode>
<LocalIntranetSites>http://internal;http://internal2</LocalIntranetSites>
<LockToolbars>true</LockToolbars>
<MSCompatibilityMode>false</MSCompatibilityMode>
<NoDial>true</NoDial>
<PlaySound>false</PlaySound>
<PreapprovedAddons>
<AddonGuidItem>
<AddonGuid>{a1b1c123d1e1f4a5a6a7aa8a9a0a}</AddonGuid>
</AddonGuidItem>
<AddonGuidItem>
<AddonGuid>{b1c123d1e1f4a5a6a7aa8a9a0a33}</AddonGuid>
</AddonGuidItem>
</PreapprovedAddons>
<PrintBackground>true</PrintBackground>
<PrivacyAdvisorMode>0</PrivacyAdvisorMode>
<QuickLinkList>
<QuickLinkItem>
<QLID>0</QLID>
<QuickLinkUrl>http://www.google.co.uk</QuickLinkUrl>
<QuickLinkName>Google Quick Link</QuickLinkName>
</QuickLinkItem>
<QuickLinkItem>
<QLID>1</QLID>
<QuickLinkUrl>http://www.ixquick.com/</QuickLinkUrl>
<QuickLinkName>Ix Quick Link</QuickLinkName>
</QuickLinkItem>
</QuickLinkList>
<SearchScopes>
<Scope wcm:action="add">
<ScopeDefault>true</ScopeDefault>
<ScopeDisplayName>Google</ScopeDisplayName>
<ScopeKey>SearchProvider1</ScopeKey>
<ScopeUrl>http://www.google.co.uk</ScopeUrl>
</Scope>
<Scope wcm:action="add">
<ScopeDisplayName>Ix Quick</ScopeDisplayName>
<ScopeKey>SearchProvider2</ScopeKey>
<ScopeUrl>http://www.ixquick.com</ScopeUrl>
</Scope>
</SearchScopes>
<ShowCommandBar>true</ShowCommandBar>
<ShowCompatibilityViewButton>true</ShowCompatibilityViewButton>
<ShowInformationBar>false</ShowInformationBar>
<ShowLeftAddressToolbar>false</ShowLeftAddressToolbar>
<ShowMenuBar>true</ShowMenuBar>
<ShowStatusBar>true</ShowStatusBar>
<SmallCommandBarIcons>true</SmallCommandBarIcons>
<StartPages>
<StartPage>
<StartPageKey>StartPage1</StartPageKey>
<StartPageUrl>http://www.google.co.uk</StartPageUrl>
</StartPage>
<StartPage>
<StartPageKey>StartPage2</StartPageKey>
<StartPageUrl>http://www.ixquick.com</StartPageUrl>
</StartPage>
</StartPages>
<SuggestedSitesEnabled>false</SuggestedSitesEnabled>
<TabProcessGrowth>Low</TabProcessGrowth>
<TrustedSites>http://www.google.co.uk;http://www.ixquick.com</TrustedSites>
<UserAgent>UATEST</UserAgent>
<Window_Title_CN>Blablabla</Window_Title_CN>
</component>
<component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<InputLocale>0407:00000407</InputLocale>
<SystemLocale>de-DE</SystemLocale>
<UILanguage>de-DE</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>de-DE</UserLocale>
</component>
<component name="Microsoft-Windows-MobilePC-Sensors-API" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<ALRPoints>000000000a0000000a00000028000000280000005000000044</ALRPoints>
<DisplayResponseInterval>60000</DisplayResponseInterval>
<IlluminanceChangeSensitivity>20</IlluminanceChangeSensitivity>
<SensorPermissions>
<Sensor wcm:action="add">
<Order>1</Order>
<GUID>{CD09DAF1-3B2E-4C3D-B598-B5E5FF93FD46}</GUID>
<GUIDClassification>Category</GUIDClassification>
<Enable>true</Enable>
</Sensor>
<Sensor wcm:action="add">
<Order>2</Order>
<GUID>{6BD73C1F-0BB4-4310-81B2-DFC18A52BF94}</GUID>
<GUIDClassification>Type</GUIDClassification>
<Enable>false</Enable>
</Sensor>
</SensorPermissions>
</component>
<component name="Microsoft-Windows-NetBT" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<Interfaces>
<Interface wcm:action="add">
<NameServerList>
<IpAddress wcm:action="add" wcm:keyValue="IpAddress1">123.45.67.890</IpAddress>
<IpAddress wcm:action="add" wcm:keyValue="IpAddress2">456.78.90.123</IpAddress>
</NameServerList>
<NetbiosOptions>2</NetbiosOptions>
<Identifier>Local Area Connection</Identifier>
</Interface>
</Interfaces>
</component>
<component name="Microsoft-Windows-NetworkLoadBalancing-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<Clusters>
<Cluster>
<Interface>Local Area Connection 2</Interface>
<ClusterIpAddress>10.100.0.234</ClusterIpAddress>
<ClusterNetMask>255.255.255.0</ClusterNetMask>
<VirtualIpAddresses>
<IpAddress wcm:keyValue="Ip1">
<IpAddress>10.192.45.1</IpAddress>
<NetworkMask>255.255.255.0</NetworkMask>
</IpAddress>
<IpAddress wcm:keyValue="Ip2">
<IpAddress>fe80::204:23ff:feb9:1111</IpAddress>
</IpAddress>
</VirtualIpAddresses>
<Portrules>
<Portrule wcm:keyValue="Portrule1">
<VirtualIpAddress>255.255.255.255</VirtualIpAddress>
<Protocol>TCP</Protocol>
<StartPort>0</StartPort>
<EndPort>65535</EndPort>
<Mode>MultipleHost</Mode>
<EqualLoad>true</EqualLoad>
<ClientAffinity>None</ClientAffinity>
</Portrule>
<Portrule wcm:keyValue="Portrule2">
<VirtualIpAddress>10.100.0.223</VirtualIpAddress>
<Protocol>Both</Protocol>
<StartPort>80</StartPort>
<EndPort>80</EndPort>
<Mode>MultipleHost</Mode>
<LoadWeight>100</LoadWeight>
<ClientAffinity>Single</ClientAffinity>
</Portrule>
<Portrule wcm:keyValue="Portrule3">
<VirtualIpAddress>10.100.0.99</VirtualIpAddress>
<Protocol>TCP</Protocol>
<StartPort>23</StartPort>
<EndPort>23</EndPort>
<Mode>Disabled</Mode>
</Portrule>
<Portrule wcm:keyValue="Portrule4">
<VirtualIpAddress>255.255.255.255</VirtualIpAddress>
<Protocol>UDP</Protocol>
<StartPort>25</StartPort>
<EndPort>25</EndPort>
<Mode>MultipleHost</Mode>
<EqualLoad>true</EqualLoad>
<ClientAffinity>Network</ClientAffinity>
</Portrule>
<Portrule wcm:keyValue="Portrule5">
<VirtualIpAddress>10.100.0.223</VirtualIpAddress>
<Protocol>TCP</Protocol>
<StartPort>3389</StartPort>
<EndPort>3389</EndPort>
<Mode>SingleHost</Mode>
<HostPriority>1</HostPriority>
</Portrule>
</Portrules>
<DedicatedIpAddresses>
<IpAddress wcm:keyValue="Ip1">
<IpAddress>10.192.45.1</IpAddress>
<NetworkMask>255.255.255.0</NetworkMask>
</IpAddress>
<IpAddress wcm:keyValue="Ip2">
<IpAddress>fe80::204:23ff:feb9:1111</IpAddress>
</IpAddress>
</DedicatedIpAddresses>
<HostIdentifier>6</HostIdentifier>
<ClusterMacAddress>02-bf-01-02-03-04</ClusterMacAddress>
<ClusterName>mycluster.domain.com</ClusterName>
<ClusterMode>Multicast</ClusterMode>
<InitialHostState>Started</InitialHostState>
<PersistSuspendedState>false</PersistSuspendedState>
<MembershipHeartbeatPeriod>1000</MembershipHeartbeatPeriod>
<MembershipHeartbeatLossTolerance>5</MembershipHeartbeatLossTolerance>
<IdentityHeartbeatPeriod>2000</IdentityHeartbeatPeriod>
<MulticastSpoofEnabled>false</MulticastSpoofEnabled>
<MaskSourceMacEnabled>true</MaskSourceMacEnabled>
<ICMPFilteringEnabled>false</ICMPFilteringEnabled>
<NetBTSupportEnabled>true</NetBTSupportEnabled>
<ClusterIpToClusterMacEnabled>true</ClusterIpToClusterMacEnabled>
<UnicastInterHostCommunicationSupportEnabled>true</UnicastInterHostCommunicationSupportEnabled>
<MaximumConnectionDescriptors>512</MaximumConnectionDescriptors>
<BDATeam>
<Team>{BF967924-0DE6-11D0-A285-00AA003049E2}</Team>
<Master>true</Master>
<ReverseHash>false</ReverseHash>
</BDATeam>
</Cluster>
</Clusters>
</component>
<component name="Microsoft-Windows-powercpl" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<PreferredPlan>381b4222-f694-41f0-9685-ff5bb260df2e</PreferredPlan>
<!-- Power Scheme GUID: 381b4222-f694-41f0-9685-ff5bb260df2e (Balanced) -->
<!-- Power Scheme GUID: 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c (High performance) -->
<!-- Power Scheme GUID: a1841308-3541-4fab-bc81-f71556f20b4a (Power saver) -->
</component>
<component name="Microsoft-Windows-Printing-Spooler-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<RemoveMXDW>1</RemoveMXDW>
</component>
<component name="Microsoft-Windows-RasServer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<ConfigurationFlags>false</ConfigurationFlags>
<RouterType>2</RouterType>
</component>
<component name="Microsoft-Windows-RemoteAssistance-Exe" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<CreateEncryptedOnlyTickets>true</CreateEncryptedOnlyTickets>
<fAllowToGetHelp>true</fAllowToGetHelp>
<fAllowFullControl>true</fAllowFullControl>
<MaxTicketExpiry>1</MaxTicketExpiry>
<MaxTicketExpiryUnits>2</MaxTicketExpiryUnits>
</component>
<component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<SkipAutoActivation>true</SkipAutoActivation>
</component>
<component name="Microsoft-Windows-Security-Licensing-SLCC" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<ReferralId>123456</ReferralId>
<PartnerId> </PartnerId>
<WAUSetupLocation> </WAUSetupLocation>
</component>
<component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<SkipAutoActivation>true</SkipAutoActivation>
</component>
<component name="Microsoft-Windows-Security-SPP-UX-SPPCC" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<ReferralId>12345</ReferralId>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<AutoLogon>
<Password>
<Value> </Value>
<PlainText>true</PlainText>
</Password>
<Domain> </Domain>
<Enabled>true</Enabled>
<LogonCount>1</LogonCount>
<Username> </Username>
</AutoLogon>
<BluetoothTaskbarIconEnabled>true</BluetoothTaskbarIconEnabled>
<ClientApplications>
<IM>IMCanonical</IM>
<Internet>BrowserCanonical</Internet>
<JavaVM>JavaVMCanonical</JavaVM>
<Mail>MailCanonical</Mail>
<Media>MediaCanonical</Media>
</ClientApplications>
<ComputerName> </ComputerName>
<CopyProfile>true</CopyProfile>
<DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>
<DoNotCleanTaskBar>true</DoNotCleanTaskBar>
<NotificationArea>
<PromotedIcon1>
<Path>%PROGRAMFILES%\ \Test1.exe</Path>
<GUID>{d8742dcb-3e6a-4b3c-b3fe-374623cdcf06}</GUID>
</PromotedIcon1>
<PromotedIcon2>
<Path>%PROGRAMFILES%\ \Test2.exe</Path>
<GUID>{a1bc23cb-3456-bcde-abcd-feb363cacc88}</GUID>
</PromotedIcon2>
</NotificationArea>
<OEMInformation>
<HelpCustomized>true</HelpCustomized>
<Manufacturer> </Manufacturer>
<Model> </Model>
<Logo>C:\Windows\OEM\Logo.bmp</Logo>
<SupportHours> </SupportHours>
<SupportPhone> </SupportPhone>
<SupportURL>http://www.google.co.uk</SupportURL>
</OEMInformation>
<OEMWelcomeCenter>
<link>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\ \Welcome.lnk</link>
</OEMWelcomeCenter>
<OEMWelcomeCenterLinks>
<Link0>%SystemDrive%\ \Welcome\Set up an Internet connection.lnk</Link0>
<Link1>%SystemDrive%\ \Welcome\Install an Antivirus program.lnk</Link1>
<Link2>%SystemDrive%\ \Welcome\Back up your data.lnk</Link2>
</OEMWelcomeCenterLinks>
<ProductKey>12345-12345-12345-12345-12345</ProductKey>
<RegisteredOrganization> </RegisteredOrganization>
<RegisteredOwner> </RegisteredOwner>
<ShowWindowsLive>false</ShowWindowsLive>
<StartPanelLinks>
<Link0>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\ \Welcome.lnk</Link0>
<Link1>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\Notepad.lnk</Link1>
</StartPanelLinks>
<StartPanelOff>true</StartPanelOff>
<TaskbarLinks>
<Link0>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\Wordpad.lnk</Link0>
<Link1>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\Sound Recorder.lnk</Link1>
</TaskbarLinks>
<Themes>
<ThemeName> </ThemeName>
<CustomDefaultThemeFile>c:\themefiles\theme1.theme</CustomDefaultThemeFile>
<DefaultThemesOff>false</DefaultThemesOff>
<DesktopBackground>%WINDIR%\web\wallpaper\ .jpg</DesktopBackground>
<BrandIcon>%programfiles%\ \ .png</BrandIcon>
<ScreenSaver>Bubbles.scr</ScreenSaver>
<WindowColor>Violet</WindowColor>
</Themes>
<TimeZone>W. Europe Standard Time</TimeZone>
<WindowsFeatures>
<ShowInternetExplorer>false</ShowInternetExplorer>
<ShowMediaCenter>false</ShowMediaCenter>
<ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer>
<ShowWindowsMail>false</ShowWindowsMail>
</WindowsFeatures>
</component>
<component name="Microsoft-Windows-SNMP-Agent-Service" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<EnableAuthenticationTraps>false</EnableAuthenticationTraps>
<PermittedManagers>
<A1>networkhost</A1>
</PermittedManagers>
<RFC1156Agent>
<sysContact> </sysContact>
<sysLocation> </sysLocation>
<sysServices>65</sysServices>
</RFC1156Agent>
<TrapConfiguration>
<TrapConfigurationItems wcm:action="add">
<Community_Name>Private</Community_Name>
<Traps> </Traps>
</TrapConfigurationItems>
<TrapConfigurationItems wcm:action="add">
<Community_Name>Public</Community_Name>
<Traps>2</Traps>
</TrapConfigurationItems>
</TrapConfiguration>
<ValidCommunities>
<ValidCommunity wcm:action="add" wcm:keyValue="Community1">2</ValidCommunity>
<ValidCommunity wcm:action="add" wcm:keyValue="Community2">4</ValidCommunity>
</ValidCommunities>
</component>
<component name="Microsoft-Windows-SQMAPI" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<CEIPEnabled>0</CEIPEnabled>
</component>
<component name="Microsoft-Windows-stobject" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<FlyoutAutoPowerScheme>391b4222-f694-41f0-9685-ff5bb260df2e</FlyoutAutoPowerScheme>
<FlyoutPowerSaverPowerScheme>a1941308-3541-4fab-bc81-f71556f20b4a</FlyoutPowerSaverPowerScheme>
<CustomPowerApplication1>
<Application>C:\Program Files\CustomPower\Application.exe</Application>
<IconID>@%ProgramFiles%\Microsoft Shared\Resource.dll,-200</IconID>
<ItemName>%ProgramFiles%\Microsoft Shared\Resource.dll,-100</ItemName>
<Parameters>-param</Parameters>
</CustomPowerApplication1>
</component>
<component name="Microsoft-Windows-SystemMaintenanceService" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<CacheList>
<Cache>
<CacheID>ReadyBoostCache1</CacheID>
<DiskID>1</DiskID>
<PartitionID>1</PartitionID>
<CacheSizeMB>500</CacheSizeMB>
<EnableCompression>false</EnableCompression>
<EnableEncryption>true</EnableEncryption>
</Cache>
<Cache>
<CacheID>ReadyBoostCache2</CacheID>
<DiskID>2</DiskID>
<PartitionID>1</PartitionID>
<EnableCompression>true</EnableCompression>
<EnableEncryption>true</EnableEncryption>
</Cache>
</CacheList>
</component>
<component name="Microsoft-Windows-SystemRestore-Main" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<DisableSR>0</DisableSR>
</component>
<component name="Microsoft-Windows-TapiSetup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<TapiConfigured>0</TapiConfigured>
<TapiUnattendLocation>
<AreaCode>123</AreaCode>
<CountryOrRegion>123</CountryOrRegion>
<DisableCallWaiting>7</DisableCallWaiting>
<InternationalCarrierCode>123456789</InternationalCarrierCode>
<LongDistanceAccess>11</LongDistanceAccess>
<LongDistanceCarrierCode>123456789</LongDistanceCarrierCode>
<Name> </Name>
<OutsideAccess>9</OutsideAccess>
<PulseOrToneDialing>1</PulseOrToneDialing>
</TapiUnattendLocation>
</component>
<component name="Microsoft-Windows-TCPIP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<IcmpRedirectsEnabled>false</IcmpRedirectsEnabled>
<Interfaces>
<Interface wcm:action="add">
<Ipv4Settings>
<DhcpEnabled>true</DhcpEnabled>
<Metric>20</Metric>
<RouterDiscoveryEnabled>false</RouterDiscoveryEnabled>
</Ipv4Settings>
<Ipv6Settings>
<DhcpEnabled>false</DhcpEnabled>
<Metric>30</Metric>
<RouterDiscoveryEnabled>true</RouterDiscoveryEnabled>
</Ipv6Settings>
<Routes>
<Route wcm:action="add">
<Identifier>1</Identifier>
<Metric>10</Metric>
<NextHopAddress>10.0.0.1</NextHopAddress>
<Prefix>10</Prefix>
</Route>
<Route wcm:action="add">
<Identifier>10</Identifier>
<Metric>29</Metric>
<NextHopAddress>123.45.67.8</NextHopAddress>
<Prefix>234</Prefix>
</Route>
</Routes>
<UnicastIpAddresses>
<IpAddress wcm:action="add" wcm:keyValue="1">123.45.6.78</IpAddress>
<IpAddress wcm:action="add" wcm:keyValue="2">fff:1::3</IpAddress>
</UnicastIpAddresses>
<Identifier>123</Identifier>
</Interface>
<Interface wcm:action="add">
<Ipv4Settings>
<DhcpEnabled>true</DhcpEnabled>
<Metric>20</Metric>
<RouterDiscoveryEnabled>false</RouterDiscoveryEnabled>
</Ipv4Settings>
<Ipv6Settings>
<DhcpEnabled>false</DhcpEnabled>
<Metric>10</Metric>
<RouterDiscoveryEnabled>true</RouterDiscoveryEnabled>
</Ipv6Settings>
<UnicastIpAddresses>
<IpAddress wcm:action="add" wcm:keyValue="1">123.45.67.8</IpAddress>
</UnicastIpAddresses>
<Routes>
<Route wcm:action="add">
<Identifier>1</Identifier>
<Metric>10</Metric>
<NextHopAddress>123.45.67/8</NextHopAddress>
<Prefix>12345</Prefix>
</Route>
</Routes>
<Identifier>456</Identifier>
</Interface>
</Interfaces>
</component>
<component name="Microsoft-Windows-TerminalServices-LocalSessionManager" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<fDenyTSConnections>true</fDenyTSConnections>
</component>
<component name="Microsoft-Windows-TerminalServices-RDP-WinStationExtensions" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<SecurityLayer>2</SecurityLayer>
<UserAuthentication>1</UserAuthentication>
</component>
<component name="Microsoft-Windows-TerminalServices-RemoteConnectionManager" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<LicensingMode>5</LicensingMode>
</component>
<component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<Identification>
<Credentials>
<Domain> </Domain>
<Password> </Password>
<Username> </Username>
</Credentials>
<JoinDomain> </JoinDomain>
<MachinePassword> </MachinePassword>
</Identification>
</component>
<component name="Microsoft-Windows-Wlansvc" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<RadioLocation> </RadioLocation>
</component>
<component name="Microsoft-Windows-WPD-BusEnumService" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<BTSearchIntervalOnAC>0</BTSearchIntervalOnAC>
<BTSearchIntervalOnDC>0</BTSearchIntervalOnDC>
</component>
<component name="Networking-MPSSVC-Svc" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<DisableStatefulFTP>false</DisableStatefulFTP>
<DisableStatefulPPTP>false</DisableStatefulPPTP>
<DomainProfile_DisableNotifications>true</DomainProfile_DisableNotifications>
<DomainProfile_LogDroppedPackets>true</DomainProfile_LogDroppedPackets>
<DomainProfile_LogFile>C:\\MyLogFile.log</DomainProfile_LogFile>
<DomainProfile_LogFileSize>8192</DomainProfile_LogFileSize>
<DomainProfile_LogSuccessfulConnections>true</DomainProfile_LogSuccessfulConnections>
<PrivateProfile_DisableNotifications>true</PrivateProfile_DisableNotifications>
<PrivateProfile_LogDroppedPackets>true</PrivateProfile_LogDroppedPackets>
<PrivateProfile_LogFile>C:\\MyLogFile.log</PrivateProfile_LogFile>
<PrivateProfile_LogFileSize>8192</PrivateProfile_LogFileSize>
<PrivateProfile_LogSuccessfulConnections>true</PrivateProfile_LogSuccessfulConnections>
<PublicProfile_DisableNotifications>true</PublicProfile_DisableNotifications>
<PublicProfile_LogDroppedPackets>true</PublicProfile_LogDroppedPackets>
<PublicProfile_LogFile>C:\\MyLogFile.log</PublicProfile_LogFile>
<PublicProfile_LogFileSize>8192</PublicProfile_LogFileSize>
<PublicProfile_LogSuccessfulConnections>true</PublicProfile_LogSuccessfulConnections>
<DomainProfile_EnableFirewall>true</DomainProfile_EnableFirewall>
<PrivateProfile_EnableFirewall>true</PrivateProfile_EnableFirewall>
<PublicProfile_EnableFirewall>true</PublicProfile_EnableFirewall>
<FirewallGroups>
<FirewallGroup wcm:action="add" wcm:keyValue="RemoteDesktop">
<Active>true</Active>
<Group>Remote Desktop</Group>
<Profile>all</Profile>
</FirewallGroup>
</FirewallGroups>
</component>
<component name="Security-Malware-Windows-Defender" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<DisableAntiSpyware>true</DisableAntiSpyware>
</component>
</settings>
<settings pass="generalize">
<component name="Microsoft-Windows-BrowserService" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<MaintainServerList>No</MaintainServerList>
</component>
<component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<DuplicatorDescription>Blablabla</DuplicatorDescription>
</component>
<component name="Microsoft-Windows-NetworkBridge" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<Bridge>MyAdapter1,MyAdapter2</Bridge>
</component>
<component name="Microsoft-Windows-PnpSysprep" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<DoNotCleanUpNonPresentDevices>true</DoNotCleanUpNonPresentDevices>
<PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
</component>
<component name="Microsoft-Windows-Security-Licensing-SLC" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<SkipRearm>1</SkipRearm>
</component>
<component name="Microsoft-Windows-Security-SPP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<SkipRearm>1</SkipRearm>
</component>
<component name="Microsoft-Windows-SharedAccess" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<EnableICS>false</EnableICS>
<ExternalAdapter>MyExternalAdapter</ExternalAdapter>
<InternalAdapter>MyInternalAdapter</InternalAdapter>
</component>
<component name="Microsoft-Windows-SMBServer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<LmAnnounce>false</LmAnnounce>
<Size>1</Size>
</component>
<component name="Microsoft-Windows-WorkstationService" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<OtherDomains>domain1.google.com;domain2.google.com</OtherDomains>
</component>
</settings>
<settings pass="auditSystem">
<component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<AuditComputerName>
<MustReboot>true</MustReboot>
<Name> </Name>
</AuditComputerName>
<ExtendOSPartition>
<Extend>true</Extend>
</ExtendOSPartition>
<Reseal>
<ForceShutdownNow>true</ForceShutdownNow>
<Mode>Audit</Mode>
</Reseal>
<RunAsynchronous>
<RunAsynchronousCommand wcm:action="add">
<Credentials>
<Domain> </Domain>
<Password> </Password>
<Username> </Username>
</Credentials>
<Description>AsynchCommand1</Description>
<Order>05</Order>
<Path>cmd /c @ECHO OFF & COLOR 9F & Echo Aktueller Pfad ist: %CD% & Pause</Path>
</RunAsynchronousCommand>
<RunAsynchronousCommand wcm:action="add">
<Credentials>
<Domain> </Domain>
<Password> </Password>
<Username> </Username>
</Credentials>
<Description>AsynchCommand2</Description>
<Order>06</Order>
<Path>cmd /c @ECHO OFF & COLOR 9F & Echo Aktueller Pfad ist: %CD% & Pause</Path>
</RunAsynchronousCommand>
</RunAsynchronous>
<RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Credentials>
<Domain> </Domain>
<Password> </Password>
<Username> </Username>
</Credentials>
<Description>MySynchCommand1</Description>
<Order>07</Order>
<Path>cmd /c @ECHO OFF & COLOR 9F & Echo Aktueller Pfad ist: %CD% & Pause</Path>
<WillReboot>OnRequest</WillReboot>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Credentials>
<Domain> </Domain>
<Password> </Password>
<Username> </Username>
</Credentials>
<Description>MySynchCommand2</Description>
<Order>08</Order>
<Path>cmd /c @ECHO OFF & COLOR 9F & Echo Aktueller Pfad ist: %CD% & Pause</Path>
<WillReboot>OnRequest</WillReboot>
</RunSynchronousCommand>
</RunSynchronous>
</component>
<component name="Microsoft-Windows-PnpCustomizationsNonWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<DriverPaths>
<PathAndCredentials wcm:action="add" wcm:keyValue="1">
<Path>cmd /c @ECHO OFF & COLOR 9F & Echo Aktueller Pfad ist: %CD% & Pause</Path>
<Credentials>
<Domain> </Domain>
<Username> </Username>
<Password> </Password>
</Credentials>
</PathAndCredentials>
<PathAndCredentials wcm:action="add" wcm:keyValue="2">
<Path>C:\Drivers</Path>
<Credentials>
<Domain> </Domain>
<Username> </Username>
<Password> </Password>
</Credentials>
</PathAndCredentials>
</DriverPaths>
</component>
</settings>
<settings pass="auditUser">
<component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Description>command1</Description>
<Order>09</Order>
<Path>cmd /c @ECHO OFF & COLOR 9F & Echo Aktueller Pfad ist: %CD% & Pause</Path>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Description>command2</Description>
<Order>10</Order>
<Path>cmd /C %SystemDrive%\install\cmdlines.cmd</Path>
</RunSynchronousCommand>
</RunSynchronous>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-ehome-reg-inf" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<OEMLogoUri>file://c:\mydirectory\mylogo.png</OEMLogoUri>
<OEMName> </OEMName>
<OEMName2> </OEMName2>
<PreventAutoConnect>true</PreventAutoConnect>
<RestartEnabled>true</RestartEnabled>
<RestartMinute>15</RestartMinute>
<ShowGallery>Gallery</ShowGallery>
<UsePeakModeVideoEncoderSettings>true</UsePeakModeVideoEncoderSettings>
<WorkOffline>true</WorkOffline>
</component>
<component name="Microsoft-Windows-IE-ClientNetworkProtocolImplementation" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<CacheLimit>8192</CacheLimit>
<HKLMConnectRetries>1</HKLMConnectRetries>
<HKLMConnectTimeOut>120000</HKLMConnectTimeOut>
<HKLMContentPerUserItem>false</HKLMContentPerUserItem>
<HKLMCookiesPerUserItem>false</HKLMCookiesPerUserItem>
<HKLMHistoryPerUserItem>false</HKLMHistoryPerUserItem>
<HKLMProxyEnable>true</HKLMProxyEnable>
<HKLMProxyOverride>123.45.67.890;345.67.89.012;567.89.01.234</HKLMProxyOverride>
<HKLMProxyServer>123.45.67.890</HKLMProxyServer>
<HKLMReceiveTimeOut>60000</HKLMReceiveTimeOut>
<HKLMSendTimeOut>60000</HKLMSendTimeOut>
</component>
<component name="Microsoft-Windows-MigrationWizardApplication" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<HideDiscontinuedComponents>true</HideDiscontinuedComponents>
</component>
<component name="Microsoft-Windows-PerfCenterCPL" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<WindowsExperienceIndexOemInfo>
<Logo>C:\windows\performance\winsat\ .bmp</Logo>
<HardwareUpgradeURL>http://www.google.co.uk</HardwareUpgradeURL>
</WindowsExperienceIndexOemInfo>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<Display>
<HorizontalResolution>1024</HorizontalResolution>
<VerticalResolution>768</VerticalResolution>
<ColorDepth>32</ColorDepth>
<RefreshRate>60</RefreshRate>
</Display>
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<RequiresUserInput>false</RequiresUserInput>
<CommandLine>%systemdrive%\Install\Setup.cmd</CommandLine>
<Description>Description_of_command1</Description>
<Order>1</Order>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<CommandLine>c:synccommands\command2.exe</CommandLine>
<Description>Description_of_command2</Description>
<Order>2</Order>
</SynchronousCommand>
</FirstLogonCommands>
<FolderLocations>
<!-- Nur Testweise aendern -->
<ProfilesDirectory>%SYSTEMDRIVE%\Profiles</ProfilesDirectory>
<ProgramData>%SYSTEMDRIVE%\ProgramData</ProgramData>
</FolderLocations>
<LogonCommands>
<AsynchronousCommand wcm:action="add">
<CommandLine>c:asynccommands\command1.exe</CommandLine>
<Description>Description_of_command1</Description>
<Order>3</Order>
</AsynchronousCommand>
<AsynchronousCommand wcm:action="add">
<CommandLine>c:asynccommands\command2.exe</CommandLine>
<Description>Description_of_command2</Description>
<Order>4</Order>
</AsynchronousCommand>
</LogonCommands>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Other</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
</OOBE>
<UserAccounts>
<AdministratorPassword>
<Value> </Value>
<PlainText>true</PlainText>
</AdministratorPassword>
<DomainAccounts>
<DomainAccountList wcm:action="add">
<DomainAccount wcm:action="add">
<Name>account1</Name>
<Group> \Group1</Group>
</DomainAccount>
<DomainAccount wcm:action="add">
<Name>account2</Name>
<Group> \Group2</Group>
</DomainAccount>
<Domain>domain1</Domain>
</DomainAccountList>
<DomainAccountList wcm:action="add">
<DomainAccount wcm:action="add">
<Name>account3</Name>
<Group> \Group2</Group>
</DomainAccount>
<Domain>domain2</Domain>
</DomainAccountList>
</DomainAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value> </Value>
<PlainText>false</PlainText>
</Password>
<Description>Test account</Description>
<DisplayName>Admin/Power User Account</DisplayName>
<Group>Administrators;Power Users</Group>
<Name>Test1</Name>
</LocalAccount>
<LocalAccount wcm:action="add">
<Password>
<Value> </Value>
<PlainText>false</PlainText>
</Password>
<Description>Blablabla</Description>
<DisplayName>Admin Account</DisplayName>
<Group>Administrators</Group>
<Name>Test2</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<VisualEffects>
<FontSmoothing>ClearType</FontSmoothing>
</VisualEffects>
</component>
<component name="Microsoft-Windows-shwebsvc" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<Description>Get photos printed by Lucerne and delivered to your home.</Description>
<DisplayName>Lucerne Publishing</DisplayName>
<href>lucernepublishing.com</href>
<Icon>c:\Lucerne\lucernepub.ico</Icon>
<ID>lucernepub</ID>
</component>
<component name="Microsoft-Windows-Sidebar" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<LayoutPosition>Top</LayoutPosition>
<SidebarOnByDefault>false</SidebarOnByDefault>
<Gadget1>PathToCustomGadget1</Gadget1>
<Gadget2>PathToCustomGadget2</Gadget2>
<SidebarVisible>false</SidebarVisible>
</component>
<component name="Microsoft-Windows-TerminalServices-CentralPublishing" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<Port>5510</Port>
</component>
<component name="Microsoft-Windows-WinRE-RecoveryAgent" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<UninstallWindowsRE>true</UninstallWindowsRE>
</component>
<component name="UDDI-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<CoreFiles1Path>$ (runtime.bootDrive \inetpub\uddi\data)</CoreFiles1Path>
<DatabaseLocation>(local) \Microsoft##SSEE</DatabaseLocation>
<InstanceName>My_InstanceName</InstanceName>
<JournalFilePath>%SystemDrive%\inetpub\uddi\data</JournalFilePath>
<RegisterSite>true</RegisterSite>
<RequireSSL>false</RequireSSL>
<SiteName>Unattend</SiteName>
<SiteUsername>My_SiteUsername</SiteUsername>
<SitePassword> </SitePassword>
<StagingPath>%SystemDrive%\UDDI_Data\Staging</StagingPath>
<SystemPath>%SystemDrive\%UDDI_Data\System</SystemPath>
<TransactionLogPath>%SystemDrive%\UDDI_Data\Transactions</TransactionLogPath>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:O:/sources/install.wim#Windows 7 Ultimate" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>


Edit 6.10.2011 - Die Codebox funktioniert in diesem Beitrag nicht, da zu lang...

This post has been edited 6 times, last edit by "R2-D2" (Oct 6th 2011, 10:51pm)


R2-D2

User

Posts: 525

Date of registration: Sep 23rd 2008

Thanks: 1 / 2

  • Send private message

20

Wednesday, August 31st 2011, 4:03pm

Mir ist klar, das es hier schon mehrere Threads bezüglich der AutoUnattend.xml gibt, - leider sind sie irgendwie nicht untereinander verlinkt, bzw. gebündelt - weshalb ich die "obige" AutoUnattend.xml gepostet habe - mit der ich versuche möglichst alle möglichen Befehle zu setzten (obwohl immernoch ein paar Einträge fehlen, - da man einige Einträge ja unter anderen "Passes" erneut setzten kann - ich hab also einige Einschränkungen - da ich von einer "Normalen" Install ausgehe... - mittlerweile funktionieren 446 von 1536 Zeilen...

Diese hier ist jetzt angepasst für Win 7 64 mit Sp1 - und es wird eine setup.cmd aufgerufen sofern sie sich im Ordner "sources\$OEM$\$1\Install" befindet... - unsicher bin ich bei dieser nur was die Einstellungen unter Metric betrifft - 50 sollte meines Erachtens für DSL Ok sein, - aber sicher bin ich nicht - Internet läuft natürlich trotzdem...

Anmerkung - diese Version sollte bei allen Win 7 64 mit Sp1 problemlos durchlaufen...
Hier ist die Win7 Datenbank dafür, - durch die ich mich einige Tage geqäult habe...http://technet.microsoft.com/en-us/libra…28WS.10%29.aspx

1) Unter Microsoft-Windows-Setup ist ausgewählt das immer das erste Image gewählt wird <Key>/IMAGE/INDEX</Key><Value>1</Value>
2) Unter Microsoft-Windows-RasServer der RouterType - ist bei mir für Kabel (nicht Wlan eingestellt)
3) Bei Bedarf: Gewünschte Features auf True setzten...

Source code

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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:ns="urn:schemas-microsoft-com:unattend">
  <servicing>
    <package action="configure">
     <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.1.7601.17514" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
     <selection name="Chess" state="false" />
     <selection name="ClientForNFS-Infrastructure" state="false" />
     <selection name="CorporationHelpCustomization" state="false" />
     <selection name="FaxServicesClientPackage" state="false" />
     <selection name="FreeCell" state="false" />
     <selection name="Hearts" state="false" />
     <selection name="IIS-ApplicationDevelopment" state="false" />
     <selection name="IIS-ASP" state="false" />
     <selection name="IIS-ASPNET" state="false" />
     <selection name="IIS-BasicAuthentication" state="false" />
     <selection name="IIS-CGI" state="false" />
     <selection name="IIS-ClientCertificateMappingAuthentication" state="false" />
     <selection name="IIS-CommonHttpFeatures" state="false" />
     <selection name="IIS-CustomLogging" state="false" />
     <selection name="IIS-DefaultDocument" state="false" />
     <selection name="IIS-DigestAuthentication" state="false" />
     <selection name="IIS-DirectoryBrowsing" state="false" />
     <selection name="IIS-FTPExtensibility" state="false" />
     <selection name="IIS-FTPServer" state="false" />
     <selection name="IIS-FTPSvc" state="false" />
     <selection name="IIS-HealthAndDiagnostics" state="false" />
     <selection name="IIS-HostableWebCore" state="false" />
     <selection name="IIS-HttpCompressionDynamic" state="false" />
     <selection name="IIS-HttpCompressionStatic" state="false" />
     <selection name="IIS-HttpErrors" state="false" />
     <selection name="IIS-HttpLogging" state="false" />
     <selection name="IIS-HttpRedirect" state="false" />
     <selection name="IIS-HttpTracing" state="false" />
     <selection name="IIS-IIS6ManagementCompatibility" state="false" />
     <selection name="IIS-IISCertificateMappingAuthentication" state="false" />
     <selection name="IIS-IPSecurity" state="false" />
     <selection name="IIS-ISAPIExtensions" state="false" />
     <selection name="IIS-ISAPIFilter" state="false" />
     <selection name="IIS-LegacyScripts" state="false" />
     <selection name="IIS-LegacySnapIn" state="false" />
     <selection name="IIS-LoggingLibraries" state="false" />
     <selection name="IIS-ManagementConsole" state="false" />
     <selection name="IIS-ManagementScriptingTools" state="false" />
     <selection name="IIS-ManagementService" state="false" />
     <selection name="IIS-Metabase" state="false" />
     <selection name="IIS-NetFxExtensibility" state="false" />
     <selection name="IIS-ODBCLogging" state="false" />
     <selection name="IIS-Performance" state="false" />
     <selection name="IIS-RequestFiltering" state="false" />
     <selection name="IIS-RequestMonitor" state="false" />
     <selection name="IIS-Security" state="false" />
     <selection name="IIS-ServerSideIncludes" state="false" />
     <selection name="IIS-StaticContent" state="false" />
     <selection name="IIS-URLAuthorization" state="false" />
     <selection name="IIS-WebDAV" state="false" />
     <selection name="IIS-WebServer" state="false" />
     <selection name="IIS-WebServerManagementTools" state="false" />
     <selection name="IIS-WebServerRole" state="false" />
     <selection name="IIS-WindowsAuthentication" state="false" />
     <selection name="IIS-WMICompatibility" state="false" />
     <selection name="InboxGames" state="false" />
     <selection name="Indexing-Service-Package" state="false" />
     <selection name="Internet Backgammon" state="false" />
     <selection name="Internet Checkers" state="false" />
     <selection name="Internet Games" state="false" />
     <selection name="Internet Spades" state="false" />
     <selection name="Internet-Explorer-Optional-amd64" state="false" />
     <selection name="MediaCenter" state="false" />
     <selection name="MediaPlayback" state="true" />
     <selection name="Minesweeper" state="false" />
     <selection name="More Games" state="false" />
     <selection name="MSMQ-ADIntegration" state="false" />
     <selection name="MSMQ-Container" state="false" />
     <selection name="MSMQ-DCOMProxy" state="false" />
     <selection name="MSMQ-HTTP" state="false" />
     <selection name="MSMQ-Multicast" state="false" />
     <selection name="MSMQ-Server" state="false" />
     <selection name="MSMQ-Triggers" state="false" />
     <selection name="MSRDC-Infrastructure" state="false" />
     <selection name="NetFx3" state="true" />
     <selection name="NFS-Administration" state="false" />
     <selection name="OEMHelpCustomization" state="false" />
     <selection name="OpticalMediaDisc" state="false" />
     <selection name="Printing-Foundation-Features" state="false" />
     <selection name="Printing-Foundation-InternetPrinting-Client" state="false" />
     <selection name="Printing-Foundation-LPDPrintService" state="false" />
     <selection name="Printing-Foundation-LPRPortMonitor" state="false" />
     <selection name="Printing-XPSServices-Features" state="false" />
     <selection name="PurblePlace" state="false" />
     <selection name="RasRip" state="false" />
     <selection name="ScanManagementConsole" state="false" />
     <selection name="SearchEngine-Client-Package" state="false" />
     <selection name="ServicesForNFS-ClientOnly" state="false" />
     <selection name="Shanghai" state="false" />
     <selection name="SimpleTCP" state="false" />
     <selection name="SNMP" state="false" />
     <selection name="Solitaire" state="false" />
     <selection name="SpiderSolitaire" state="false" />
     <selection name="SUA" state="false" />
     <selection name="TabletPCOC" state="false" />
     <selection name="TelnetClient" state="false" />
     <selection name="TelnetServer" state="false" />
     <selection name="TFTP" state="false" />
     <selection name="TIFFIFilter" state="false" />
     <selection name="WAS-ConfigurationAPI" state="false" />
     <selection name="WAS-NetFxEnvironment" state="false" />
     <selection name="WAS-ProcessModel" state="false" />
     <selection name="WAS-WindowsActivationService" state="false" />
     <selection name="WCF-HTTP-Activation" state="false" />
     <selection name="WCF-NonHTTP-Activation" state="false" />
     <selection name="WindowsGadgetPlatform" state="false" />
     <selection name="WindowsMediaPlayer" state="false" />
     <selection name="WMISnmpProvider" state="false" />
     <selection name="Xps-Foundation-Xps-Viewer" state="false" />
    </package>
  </servicing>
  <settings pass="windowsPE">
    <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <SetupUILanguage>
        <UILanguage>de-DE</UILanguage>
      </SetupUILanguage>
      <InputLocale>0407:00000407</InputLocale>
      <SystemLocale>de-DE</SystemLocale>
      <UILanguage>de-DE</UILanguage>
      <UILanguageFallback>en-US</UILanguageFallback>
      <UserLocale>de-DE</UserLocale>
      <LayeredDriver>6</LayeredDriver>
    </component>
    <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <ComplianceCheck>
        <DisplayReport>Never</DisplayReport>
      </ComplianceCheck>
      <Diagnostics>
        <OptIn>false</OptIn>
      </Diagnostics>
      <DiskConfiguration>
        <WillShowUI>Always</WillShowUI>
      </DiskConfiguration>
      <DynamicUpdate>
        <Enable>false</Enable>
        <WillShowUI>OnError</WillShowUI>
      </DynamicUpdate>
      <EnableFirewall>true</EnableFirewall>
      <EnableNetwork>false</EnableNetwork>
      <ImageInstall>
        <OSImage>
          <InstallFrom>
            <MetaData wcm:action="add">
              <Key>/IMAGE/INDEX</Key>
              <Value>1</Value>
            </MetaData>
          </InstallFrom>
          <WillShowUI>OnError</WillShowUI>
          <!-- if you set InstallToAvailablePartition = true, dont set InstallTo, If both are set, and WillShowUI=Never, install is terminated -->
          <InstallToAvailablePartition>false</InstallToAvailablePartition>
        </OSImage>
      </ImageInstall>
      <UpgradeData>
        <Upgrade>false</Upgrade>
        <WillShowUI>OnError</WillShowUI>
      </UpgradeData>
      <UseConfigurationSet>false</UseConfigurationSet>
      <UserData>
        <AcceptEula>true</AcceptEula>
        <FullName> </FullName>
        <Organization>  </Organization>
        <ProductKey>
          <Key />
          <WillShowUI>OnError</WillShowUI>
        </ProductKey>
      </UserData>
    </component>
  </settings>
  <settings pass="offlineServicing">
    <component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <EnableLUA>false</EnableLUA>
    </component>
    <component name="Microsoft-Windows-WDF-Kernel Library" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <DriverStartType>0</DriverStartType>
    </component>
  </settings>
  <settings pass="specialize">
    <component name="Microsoft-Windows-Audio-AudioCore" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <EnableCaptureMonitor>true</EnableCaptureMonitor>
    </component>
    <component name="Microsoft-Windows-Audio-VolumeControl" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <EnableVolumeControlWhileLocked>true</EnableVolumeControlWhileLocked>
    </component>
    <component name="Microsoft-Windows-Disk-Failure-Diagnostic-Module" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <EnabledScenarioExecutionLevel>2</EnabledScenarioExecutionLevel>
      <DfdAlertTextOverride>Der Todesstern hat den Planeten umkreist !</DfdAlertTextOverride>
    </component>
    <component name="Microsoft-Windows-ehome-reg-inf" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <DisableExpressSetup>true</DisableExpressSetup>
    </component>
    <component name="Microsoft-Windows-ErrorReportingCore" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <DefaultConsent>1</DefaultConsent>
      <DisableWER>1</DisableWER>
    </component>
    <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <AllSitesCompatibilityMode>true</AllSitesCompatibilityMode>
      <BlockPopups>yes</BlockPopups>
      <CommandLabelDisplay>2</CommandLabelDisplay>
      <DisableAccelerators>true</DisableAccelerators>
      <DisableDataExecutionPrevention>true</DisableDataExecutionPrevention>
      <DisableDevTools>true</DisableDevTools>
      <DisableFirstRunWizard>true</DisableFirstRunWizard>
      <DisableOOBAccelerators>true</DisableOOBAccelerators>
      <DisableWelcomePage>true</DisableWelcomePage>
      <EnableLinksBar>false</EnableLinksBar>
      <FavoritesDelete>true</FavoritesDelete>
      <FavoritesOnTop>true</FavoritesOnTop>
      <FilterLevel>High</FilterLevel>
      <GroupTabs>false</GroupTabs>
      <Help_Page>about:blank</Help_Page>
      <Home_Page>about:blank</Home_Page>
      <IntranetCompatibilityMode>true</IntranetCompatibilityMode>
      <LockToolbars>true</LockToolbars>
      <MSCompatibilityMode>false</MSCompatibilityMode>
      <NoDial>true</NoDial>
      <PlaySound>false</PlaySound>
      <PrintBackground>true</PrintBackground>
      <PrivacyAdvisorMode>0</PrivacyAdvisorMode>
      <ShowCommandBar>true</ShowCommandBar>
      <ShowCompatibilityViewButton>true</ShowCompatibilityViewButton>
      <ShowInformationBar>false</ShowInformationBar>
      <ShowLeftAddressToolbar>false</ShowLeftAddressToolbar>
      <ShowMenuBar>true</ShowMenuBar>
      <ShowStatusBar>true</ShowStatusBar>
      <SmallCommandBarIcons>true</SmallCommandBarIcons>
      <SuggestedSitesEnabled>false</SuggestedSitesEnabled>
      <TabProcessGrowth>Low</TabProcessGrowth>
    </component>
    <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <InputLocale>0407:00000407</InputLocale>
      <SystemLocale>de-DE</SystemLocale>
      <UILanguage>de-DE</UILanguage>
      <UILanguageFallback>en-US</UILanguageFallback>
      <UserLocale>de-DE</UserLocale>
    </component>
    <component name="Microsoft-Windows-Printing-Spooler-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"  language="neutral" versionScope="nonSxS">
     <RemoveMXDW>1</RemoveMXDW>
    </component>
    <component name="Microsoft-Windows-RasServer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"  language="neutral" versionScope="nonSxS">
     <ConfigurationFlags>false</ConfigurationFlags>
     <RouterType>2</RouterType>
    </component>
    <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"  language="neutral" versionScope="nonSxS">
      <SkipAutoActivation>true</SkipAutoActivation>
    </component>
    <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"  language="neutral" versionScope="nonSxS">
     <SkipAutoActivation>true</SkipAutoActivation>
    </component>
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <AutoLogon>
        <Password>
          <Value />
          <PlainText>true</PlainText>
        </Password>
        <Enabled>true</Enabled>
        <LogonCount>1</LogonCount>
        <Username>Administrator</Username>
      </AutoLogon>
      <ComputerName>   </ComputerName>
      <CopyProfile>true</CopyProfile>
      <DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>
      <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
      <OEMInformation>
        <Manufacturer />
        <Model />
      </OEMInformation>
      <RegisteredOrganization>    </RegisteredOrganization>
      <RegisteredOwner>     </RegisteredOwner>
      <ShowWindowsLive>false</ShowWindowsLive>
      <StartPanelOff>true</StartPanelOff>
      <Themes>
        <DefaultThemesOff>false</DefaultThemesOff>
      </Themes>
      <TimeZone>W. Europe Standard Time</TimeZone>
      <WindowsFeatures>
        <ShowInternetExplorer>false</ShowInternetExplorer>
        <ShowMediaCenter>false</ShowMediaCenter>
        <ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer>
        <ShowWindowsMail>false</ShowWindowsMail>
      </WindowsFeatures>
    </component>
  <component name="Microsoft-Windows-SQMAPI" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"  language="neutral" versionScope="nonSxS">
   <CEIPEnabled>0</CEIPEnabled>
  </component>
  <component name="Microsoft-Windows-SystemRestore-Main" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"  language="neutral" versionScope="nonSxS">
   <DisableSR>0</DisableSR>
  </component>
  <component name="Microsoft-Windows-TCPIP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"  language="neutral" versionScope="nonSxS">
   <IcmpRedirectsEnabled>false</IcmpRedirectsEnabled>
   <Interfaces>
    <Interface wcm:action="add">
     <Ipv4Settings>
      <DhcpEnabled>true</DhcpEnabled>
      <Metric>50</Metric>
      <RouterDiscoveryEnabled>false</RouterDiscoveryEnabled>
     </Ipv4Settings>
     <Ipv6Settings>
      <DhcpEnabled>false</DhcpEnabled>
      <Metric>50</Metric>
      <RouterDiscoveryEnabled>true</RouterDiscoveryEnabled>
     </Ipv6Settings>
    </Interface>
   </Interfaces>
  </component>
  <component name="Microsoft-Windows-TerminalServices-LocalSessionManager" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"  language="neutral" versionScope="nonSxS">
   <fDenyTSConnections>true</fDenyTSConnections>
  </component>
  <component name="Microsoft-Windows-TerminalServices-RDP-WinStationExtensions" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"  language="neutral" versionScope="nonSxS">
   <SecurityLayer>2</SecurityLayer>
   <UserAuthentication>1</UserAuthentication>
  </component>
  <component name="Microsoft-Windows-TerminalServices-RemoteConnectionManager" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"  language="neutral" versionScope="nonSxS">
   <LicensingMode>5</LicensingMode>
  </component>
    <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <Identification>
        <JoinWorkgroup>      </JoinWorkgroup>
      </Identification>
    </component>
    <component name="Microsoft-Windows-WPD-BusEnumService" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"  language="neutral" versionScope="nonSxS">
     <BTSearchIntervalOnAC>0</BTSearchIntervalOnAC>
     <BTSearchIntervalOnDC>0</BTSearchIntervalOnDC>
    </component>
    <component name="Networking-MPSSVC-Svc" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"  language="neutral" versionScope="nonSxS">
     <DisableStatefulFTP>false</DisableStatefulFTP>
     <DisableStatefulPPTP>false</DisableStatefulPPTP>
     <DomainProfile_DisableNotifications>true</DomainProfile_DisableNotifications>
     <DomainProfile_LogDroppedPackets>true</DomainProfile_LogDroppedPackets>
     <DomainProfile_LogFile>C:\\MyLogFile.log</DomainProfile_LogFile>
     <DomainProfile_LogFileSize>8192</DomainProfile_LogFileSize>
     <DomainProfile_LogSuccessfulConnections>true</DomainProfile_LogSuccessfulConnections>
     <PrivateProfile_DisableNotifications>true</PrivateProfile_DisableNotifications>
     <PrivateProfile_LogDroppedPackets>true</PrivateProfile_LogDroppedPackets>
     <PrivateProfile_LogFile>C:\\MyLogFile.log</PrivateProfile_LogFile>
     <PrivateProfile_LogFileSize>8192</PrivateProfile_LogFileSize>
     <PrivateProfile_LogSuccessfulConnections>true</PrivateProfile_LogSuccessfulConnections>
     <PublicProfile_DisableNotifications>true</PublicProfile_DisableNotifications>
     <PublicProfile_LogDroppedPackets>true</PublicProfile_LogDroppedPackets>
     <PublicProfile_LogFile>C:\\MyLogFile.log</PublicProfile_LogFile>
     <PublicProfile_LogFileSize>8192</PublicProfile_LogFileSize>
     <PublicProfile_LogSuccessfulConnections>true</PublicProfile_LogSuccessfulConnections>
     <DomainProfile_EnableFirewall>true</DomainProfile_EnableFirewall>
     <PrivateProfile_EnableFirewall>true</PrivateProfile_EnableFirewall>
     <PublicProfile_EnableFirewall>true</PublicProfile_EnableFirewall>
    </component>
    <component name="Security-Malware-Windows-Defender" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <DisableAntiSpyware>true</DisableAntiSpyware>
    </component>
  </settings>
  <settings pass="generalize">
    <component name="Microsoft-Windows-BrowserService" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <MaintainServerList>No</MaintainServerList>
    </component>
    <component name="Microsoft-Windows-PnpSysprep" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <DoNotCleanUpNonPresentDevices>true</DoNotCleanUpNonPresentDevices>
      <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
    </component>
    <component name="Microsoft-Windows-Security-Licensing-SLC" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <SkipRearm>1</SkipRearm>
    </component>
    <component name="Microsoft-Windows-Security-SPP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <SkipRearm>1</SkipRearm>
    </component>
    <component name="Microsoft-Windows-SharedAccess" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <EnableICS>false</EnableICS>
    </component>
    <component name="Microsoft-Windows-SMBServer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <LmAnnounce>false</LmAnnounce>
      <Size>1</Size>
    </component>
  </settings>
  <settings pass="oobeSystem">
    <component name="Microsoft-Windows-ehome-reg-inf" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <PreventAutoConnect>true</PreventAutoConnect>
      <ShowGallery>Gallery</ShowGallery>
      <UsePeakModeVideoEncoderSettings>true</UsePeakModeVideoEncoderSettings>
      <WorkOffline>true</WorkOffline>
    </component>
    <component name="Microsoft-Windows-IE-ClientNetworkProtocolImplementation" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <CacheLimit>8192</CacheLimit>
      <HKLMContentPerUserItem>false</HKLMContentPerUserItem>
      <HKLMCookiesPerUserItem>false</HKLMCookiesPerUserItem>
      <HKLMHistoryPerUserItem>false</HKLMHistoryPerUserItem>
      <HKLMProxyEnable>true</HKLMProxyEnable>
    </component>
    <component name="Microsoft-Windows-MigrationWizardApplication" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <HideDiscontinuedComponents>true</HideDiscontinuedComponents>
    </component>
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <Display>
        <HorizontalResolution>1024</HorizontalResolution>
        <VerticalResolution>768</VerticalResolution>
        <ColorDepth>32</ColorDepth>
        <RefreshRate>60</RefreshRate>
      </Display>
          <FirstLogonCommands>
              <SynchronousCommand wcm:action="add">
                  <RequiresUserInput>false</RequiresUserInput>
                  <CommandLine>%systemdrive%\Install\Setup.cmd</CommandLine>
                  <Order>1</Order>
              </SynchronousCommand>
          </FirstLogonCommands>
      <FolderLocations>
        <!-- Nur Testweise aendern -->
        <ProfilesDirectory>%SYSTEMDRIVE%\Profiles</ProfilesDirectory>
        <ProgramData>%SYSTEMDRIVE%\ProgramData</ProgramData>
      </FolderLocations>
      <OOBE>
        <HideEULAPage>true</HideEULAPage>
        <NetworkLocation>Other</NetworkLocation>
        <ProtectYourPC>3</ProtectYourPC>
        <SkipMachineOOBE>true</SkipMachineOOBE>
        <SkipUserOOBE>true</SkipUserOOBE>
        <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
      </OOBE>
      <UserAccounts>
        <AdministratorPassword>
          <Value />
          <PlainText>true</PlainText>
        </AdministratorPassword>
        <LocalAccounts />
      </UserAccounts>
      <VisualEffects>
        <FontSmoothing>Standard</FontSmoothing>
      </VisualEffects>
    </component>
    <component name="Microsoft-Windows-Sidebar" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <SidebarOnByDefault>false</SidebarOnByDefault>
      <SidebarVisible>false</SidebarVisible>
    </component>
    <component name="Microsoft-Windows-WinRE-RecoveryAgent" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <UninstallWindowsRE>true</UninstallWindowsRE>
    </component>
  </settings>
</unattend>


Edit 6.10.11: Falls Ihr einen Setupfehler im OfflineServiceing bekommt, - liegt das entweder daran, - daß die Versions Nr <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.1.7601.17514" nicht mit Eurer Version übereinstimmt, - oder an den Namen der Pakete - die darunter vorhanden sind - die Paketnamen für das "Eigene" Image findet man heraus, - indem man sein Image (wie hier z.b. das mit dem Index 1) via dism mountet DISM /mount-wim /wimfile:D:\_7_\sources\install.wim /index:1 /Mountdir:C:\Test und dann die Features für das Foundation Package mit DISM.exe /Image:C:\Test /Get-Features abfragt und die liste mit dieser vergleicht...

Den LUA Fehler den Peterpan hier autounattend.xml für SP1 anpassen berichtet, kann ich bisher nicht bestätigen...

This post has been edited 12 times, last edit by "R2-D2" (Oct 14th 2011, 12:18pm)