Fragensteller
2008r2: OOBE ohne EULA Anzeige

Frage
-
Guten Tag,
ich versuche derzeit eine Festplatte per sysprep im OOBE Modus zu preparieren, damit diese in jedem beliebigen Server ohne händischen Eingriff ans laufen kommt.
Da das System nach dem ersten Hochfahren ausschließlich per Remote Desktop steuerbar sein wird, habe ich nun das Problem das der Server nach dem Booten die EULA bestätigt haben möchte.
Ich habe bereits eine unattended.xml erstellt, diese sieht wie folgt aus:
<?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <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"> <UserAccounts> <AdministratorPassword> <Value>Passwort wurde enfernt</Value> <PlainText>false</PlainText> </AdministratorPassword> </UserAccounts> <OOBE> <SkipUserOOBE>true</SkipUserOOBE> <SkipMachineOOBE>true</SkipMachineOOBE> <HideEULAPage>true</HideEULAPage> </OOBE> </component> <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SystemLocale>en-us</SystemLocale> <InputLocale>0409:00000409</InputLocale> <UILanguage>en-us</UILanguage> <UserLocale>en-us</UserLocale> </component> </settings> <cpi:offlineImage cpi:source="wim:entfernt" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
Leider schafft der Server es nicht, ohne händischen Eingriff hochzufahren, da dieser zu erst die Bestätigung der EULA haben möchten und man dann erst per Remote Desktop verbinden kann.
Laut verschiedener Dokumentationen, welche ich gefunden habe, sollte diese Zeile diese entgegenwirken, jedoch tut Sie das leider nicht:
<HideEULAPage>true</HideEULAPage>
Hat jemand eine Idee, warum dieser Befehl nicht funktioniert?
Mit freundlichen Grüßen
R. Walter
Alle Antworten
-
Versuchen Sie es stattdessen hiermit:
<AcceptEula>true</AcceptEula> (unter <Userdata>).
Mit freundlichen Grüßen
Christoph Schmidt
Christoph Schmidt || IT Consultant || MCITP EA || LinkedIn: http://www.linkedin.com/in/schmidtchristoph || XING: http://www.xing.com/profile/Christoph_Schmidt59 -
Hallo!
Nein das stimmt nicht. Man kann die setting auch dem oobe -Pass zuweisen.
siehe - "Windows-Shell-Setup_neutral"
Du benutzt doch das WAIK2.0 zum editieren der xmls oder? Falls nicht empfehle ich es dringend.
Gruss- Als Antwort vorgeschlagen HHaefele Dienstag, 23. Januar 2018 11:58
-
To skip Windows Welcome, we recommend that you:
Add values for Windows Welcome screens.
>>>>>
Automate Windows WelcomeYou can use unattended answer file settings to automatically configure the settings for the user interface (UI) pages in Windows® Welcome. When each setting from a Windows Welcome page is configured, then that page is skipped.
Start PageIf all of the other Windows Welcome page settings are configured in an answer file, then this page will be skipped.
Language and Country or Region Selection PageThe Language and Region selection page enables an end user to select a country or region, a locale, and a keyboard layout based on the languages installed on the computer.
This page always appears if there are Language Interface Packs (LIPs) installed.
Licensing requirements state that all Windows® 7 editions can include only a single language, except for Windows 7 Ultimate and Windows 7 Enterprise. For these editions, Windows automatically removes all non-default languages from the computer 25-60 minutes after the end user restarts the operating system. The language packs will be removed during idle time.
For Windows 7 Ultimate, Windows 7 Enterprise, and all editions of Windows Server® 2008 R2, you can install multiple language packs.
For more information, see the Windows® OEM Preinstallation Kit (Windows OPK) User's Guide (Opk.chm) or the Windows® Automated Installation Kit (Windows AIK) User's Guide (Waik.chm).
Setting Configuration pass Description Applies to
Microsoft-Windows-International-Core | InputLocale
oobeSystem
Specifies the default input locale of the Windows installation.
Windows® 7
Windows Server® 2008 R2
Windows Vista
Windows Server 2008
Microsoft-Windows-International-Core | SystemLocale
oobeSystem
Specifies the default system locale of the Windows installation.
Windows 7
Windows Server 2008 R2
Windows Vista
Windows Server 2008
Microsoft-Windows-International-Core | UILanguage
oobeSystem
Specifies the default UI language of the Windows installation.
Windows 7
Windows Server 2008 R2
Windows Vista
Windows Server 2008
Microsoft-Windows-International-Core | UserLocale
oobeSystem
Specifies the default user locale of the Windows installation.
Windows 7
Windows Server 2008 R2
Windows Vista
Windows Server 2008
Microsoft Software License Terms Selection PageThe Microsoft Software License Terms selection page enables an end user to read and to accept the Microsoft® Software License Terms.
Setting Configuration pass Description Applies to
Microsoft-Windows-Shell-Setup | OOBE | HideEULAPage
oobeSystem
Specifies to hide the Microsoft Software License Terms page
Windows 7
Windows Server 2008 R2
Windows Vista
Windows Server 2008
Product Key Selection PageThe Product Key selection page enables an end user to type a product key to activate Windows. You can specify the product key in more than one component. For more information about when to specify which component, see the respective Help topics.
Setting Configuration pass Description Applies to
Microsoft-Windows-Shell-Setup | ProductKey
specialize
Specifies the product key to use for activation.
Windows 7
Windows Server 2008 R2
Windows Vista
Windows Server 2008
-or-
Setting Configuration pass Description Applies to
Microsoft-Windows-Setup | User Data | ProductKey
windowsPE
Specifies the product key to use for activation.
Windows 7
Windows Server 2008 R2
Windows Vista
Windows Server 2008
Note:
If you intend to run the sysprep /generalize command, the product key will be removed from the installation. To prevent the Product Key UI page from displaying when the image boots, use an answer file with Sysprep. In the answer file, specify the Product Key value during the specialize configuration pass. For more information, see "How Sysprep Works" in the Windows® OEM Preinstallation Kit (Windows OPK) User's Guide (Opk.chm) or the Windows® Automated Installation Kit (Windows AIK) User's Guide (Waik.chm).
User Name Selection PageThe User Name selection page enables an end user to add a user account and a password, and to select a tile for that account. You can automatically create a user account in an answer file. Setting a user tile is not required, but can be configured through OOBE.xml. For information, see Oobe.xml Settings.
Setting Configuration pass Description Applies to
Microsoft-Windows-Shell-Setup | UserAccounts
oobeSystem
Specifies the user accounts to create on the Windows installation.
Windows 7
Windows Vista
Computer Name and Desktop Background Selection PageThe Computer Name and Desktop Background page enables an end user to specify a computer name and a default background to apply to the Windows installation.
Setting Configuration pass Description Applies to
Microsoft-Windows-Shell-Setup | ComputerName
specialize
Specifies the computer's name to apply to the Windows installation.
Windows 7
Windows Server 2008 R2
Windows Vista
Windows Server 2008
(Optional)
Microsoft-Windows-Shell-Setup | Themes | CustomDefaultThemeFile
auditSystem
auditUser
oobeSystem
specialize
Specifies the path to a customized theme file. These files may include a .bmp file for customized wallpaper.
Note:
This setting is not required to automate Windows Welcome.
Windows 7
Windows Vista
Windows Protection Selection PageThe Windows Protection selection page enables an end user to specify the level of protection to configure on the computer.
Setting Configuration pass Description Applies to
Microsoft-Windows-Shell-Setup | OOBE | ProtectYourPC
oobeSystem
Specifies the protection level of the Windows installation.
Windows 7
Windows Vista
Time and Date Selection PageThe Time and Date selection page enables an end user to specify the computer's time zone.
Setting Configuration pass Description Applies to
Microsoft-Windows-Shell-Setup | TimeZone
oobeSystem
Specifies the computer's time zone.
Windows 7
Windows Vista
Computer's Current Location Selection PageThe Computer's Current Location selection page enables an end user to specify the type of network that the computer uses: home, work, or public.
Setting Configuration pass Description Applies to
Microsoft-Windows-Shell-Setup | OOBE | NetworkLocation
oobeSystem
Specifies the computer's location.
Windows 7
Windows Vista
Home Group Selection PageThe Home Group selection page enables an end user to specify a network group for Home.
Note:
This page does not appear when the computer is joined to a domain.
This page appears only when the computer’s current location is set to Home.
The settings on this page are not configurable through unattended answer file settings.
Wireless Network Selection PageThe Wireless Network selection page enables an end user to connect to a wireless network.
Setting Configuration pass Description Applies to
Microsoft-Windows-Shell-Setup | OOBE | HideWirelessSetupInOOBE
oobeSystem
Hides the Wireless Network selection page.
Windows 7
Windows Vista
Note:
This page does not appear when the computer is joined to a domain.
Change Administrator Password PageThe Change Administrator Password selection page requires you to change the Administrator password when you first start the computer.
Setting Configuration pass Description Applies to
Microsoft-Windows-Shell-Setup | UserAccounts | AdministratorPassword | Value
oobeSystem
Configures the Administrator account password.
Windows Server 2008 R2
Windows Server 2008
Note:
The Password Hint on the Change Administrator Password page is not configurable through unattended answer file settings. If you add an Administrator Password, the Change Administrator Password page is bypassed. Otherwise, Windows Setup requires both a password and a password hint before first logon.
See AlsoSettings to Use for an Unattended Installation
--------------------------------------------------------------------------------
Click here to send feedback on this topic.
Legal Notices
Build Date: 2009-06-10-173019- Als Antwort vorgeschlagen dave2K8 Dienstag, 1. Dezember 2009 13:09