View difference between Paste ID: VLmsuRkz and hAhkhWh2
SHOW: | | - or go back to the newest paste.
1
<?xml version="1.0" encoding="utf-8"?>
2
<unattend xmlns="urn:schemas-microsoft-com:unattend">
3
    <settings pass="oobeSystem">
4
        <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5
            <InputLocale>de-DE</InputLocale>
6
            <SystemLocale>de-DE</SystemLocale>
7
            <UILanguage>de-DE</UILanguage>
8
            <UserLocale>de-DE</UserLocale>
9
        </component>
10
        <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">
11
            <OOBE>
12
                <HideEULAPage>true</HideEULAPage>
13
            </OOBE>
14
            <UserAccounts>
15
                <AdministratorPassword>
16-
                    <Value>Geheim12</Value>
16+
                    <Value>YourPassword</Value>
17
                    <PlainText>true</PlainText>
18
                </AdministratorPassword>
19
            </UserAccounts>
20
        </component>
21
    </settings>
22
    <settings pass="specialize">
23
        <component name="Microsoft-Windows-TerminalServices-LocalSessionManager" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
24
            <fDenyTSConnections>false</fDenyTSConnections>
25
        </component>
26
        <component name="Networking-MPSSVC-Svc" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
27
            <FirewallGroups>
28
                <FirewallGroup wcm:action="add" wcm:keyValue="RemoteDesktop">
29
                    <Active>true</Active>
30
                    <Profile>all</Profile>
31
                    <Group>@FirewallAPI.dll,-28752</Group>
32
                </FirewallGroup>
33
            </FirewallGroups>
34
        </component>
35
    </settings>
36
</unattend>