Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

WDS verständnis frage

Empfohlene Antworten

Veröffentlicht

hi,

nochmal eine kleien frage zum wds :)

also so zum verständnis,

wds fängt an mit der boot.wim und nimmt dann die install.wim mit der unattended.xml oder???

danke schonmal :)

und hat mir jemand viell eine unattend.xml datei die funktioniert :), damit ich die mal mit meiner vergleichen kann wo der fehler liegen könnte :)

bzw hier ist meine,sieht hier jemand nen fehler? :)

<?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="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<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="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<UserData>

<ProductKey>

<Key>84BXQ6M9663C782WYXMV93D3K</Key>

<WillShowUI>OnError</WillShowUI>

</ProductKey>

<AcceptEula>true</AcceptEula>

<FullName>ihk</FullName>

<Organization>ihkulm</Organization>

</UserData>

<DiskConfiguration>

<Disk wcm:action="add">

<CreatePartitions>

<CreatePartition wcm:action="add">

<Extend>true</Extend>

<Type>Primary</Type>

<Order>1</Order>

</CreatePartition>

</CreatePartitions>

<ModifyPartitions>

<ModifyPartition wcm:action="add">

<Active>true</Active>

<Extend>true</Extend>

<Format>NTFS</Format>

<Letter>C</Letter>

<Order>1</Order>

<PartitionID>1</PartitionID>

<TypeID>1</TypeID>

</ModifyPartition>

</ModifyPartitions>

<DiskID>0</DiskID>

<WillWipeDisk>true</WillWipeDisk>

</Disk>

<WillShowUI>OnError</WillShowUI>

</DiskConfiguration>

<ImageInstall>

<OSImage>

<InstallFrom>

<Credentials>

<Domain>img.in</Domain>

<Password>Melly666</Password>

<Username>Administrator</Username>

</Credentials>

</InstallFrom>

<InstallTo>

<PartitionID>1</PartitionID>

<DiskID>0</DiskID>

</InstallTo>

<WillShowUI>OnError</WillShowUI>

</OSImage>

</ImageInstall>

</component>

</settings>

<settings pass="oobeSystem">

<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<OOBE>

<HideEULAPage>true</HideEULAPage>

<NetworkLocation>Work</NetworkLocation>

<ProtectYourPC>3</ProtectYourPC>

<SkipMachineOOBE>true</SkipMachineOOBE>

<SkipUserOOBE>true</SkipUserOOBE>

</OOBE>

<AutoLogon>

<Password>

<Value>TQBlAGwAbAB5ADYANgA2AFAAYQBzAHMAdwBvAHIAZAA=</Value>

<PlainText>false</PlainText>

</Password>

<Enabled>true</Enabled>

<LogonCount>2</LogonCount>

<Username>Administrator</Username>

</AutoLogon>

<TimeZone>W. Europe Standard Time</TimeZone>

</component>

</settings>

<settings pass="specialize">

<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<ComputerName>test</ComputerName>

</component>

</settings>

<cpi:offlineImage cpi:source="wim://imginstall/reminst/unattend/install.wim#Windows 7 PROFESSIONAL" xmlns:cpi="urn:schemas-microsoft-com:cpi" />

</unattend>

Bearbeitet von hacoso

hi grand :),

also problem ist das die antwortdatei erst nach dem bereich der formatierung und partitionserstellung greift.Das heist:

gebietsschema und tastatur oder eingabemethode muss bestätigt werden. server benutzer muss sich anmelden und die formatierung+partitionierung muss per hand gemacht werden.

habe nun 2 möglichkeiten gefunden:

1. eine zweite antwortdatei erstellen (wo soll diese dann hin?)

2. eine extra antwortdatei dem boot.wim zuteilen (wie soll das gehen?)

danke schonmal :)

Bearbeitet von hacoso

Hi hacoso,

kann Dir hier mal meinen Ausschnitt zeigen. Es sei dazu gesagt das ich die Sprache auch bestätige und ne Anmeldung habe. Das ist jedoch so gewollt.

Der Part hier:

<component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<DiskConfiguration>

<WillShowUI>OnError</WillShowUI>

<Disk wcm:action="add">

<CreatePartitions>

<CreatePartition wcm:action="add">

<Order>1</Order>

<Type>Primary</Type>

<Extend>true</Extend>

</CreatePartition>

</CreatePartitions>

<ModifyPartitions>

<ModifyPartition wcm:action="add">

<Active>true</Active>

<Format>NTFS</Format>

<Label>System</Label>

<Letter>C</Letter>

<Order>1</Order>

<PartitionID>1</PartitionID>

</ModifyPartition>

</ModifyPartitions>

<DiskID>0</DiskID>

<WillWipeDisk>true</WillWipeDisk>

</Disk>

</DiskConfiguration>

funktioniert allerdings einwandfrei. Nach der Anmeldung muss ich nurnoch das Image auswählen. Die Partitionierung läuft automatisch.

Habe jetzt nichts verglichen. Wollte es Dir nur zur Verfügung stellen. Vielleicht hilft es Dir ja.

Gruß

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.