-
Notifications
You must be signed in to change notification settings - Fork 0
/
customizations.xml
74 lines (74 loc) · 2.85 KB
/
customizations.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="utf-8"?>
<WindowsCustomizations>
<PackageConfig xmlns="urn:schemas-Microsoft-com:Windows-ICD-Package-Config.v1.0">
<ID>{bcb9b113-4915-41f7-b969-2fe2eb22c903}</ID>
<Name>idk</Name>
<Version>1.3</Version>
<OwnerType>OEM</OwnerType>
<Rank>0</Rank>
<Notes></Notes>
</PackageConfig>
<Settings xmlns="urn:schemas-microsoft-com:windows-provisioning">
<Customizations>
<Common>
<Accounts>
<ComputerAccount>
<ComputerName>GOAT</ComputerName>
</ComputerAccount>
<Users>
<User UserName="Administrator">
<Password>noob1234</Password>
<UserGroup>Administrators</UserGroup>
</User>
</Users>
</Accounts>
<ConnectivityProfiles>
<WLAN>
<WLANSetting>
<WLANConfig SSID="heheboi">
<WLANXmlSettings>
<SecurityKey>noob1234!</SecurityKey>
<SecurityType>WPA2-Personal</SecurityType>
</WLANXmlSettings>
</WLANConfig>
</WLANSetting>
</WLAN>
</ConnectivityProfiles>
<EditionUpgrade>
<UpgradeEditionWithProductKey>OOFRM-ARIEL-12345-SQUID-GAMES</UpgradeEditionWithProductKey>
</EditionUpgrade>
<OOBE>
<Desktop>
<HideOobe>False</HideOobe>
</Desktop>
</OOBE>
<Personalization>
<DeployDesktopImage>C:\Users\vm\Documents\Windows Imaging and Configuration Designer (WICD)\idk\desktop.jpg</DeployDesktopImage>
<DeployLockScreenImage>C:\Users\vm\Documents\Windows Imaging and Configuration Designer (WICD)\idk\desktop.jpg</DeployLockScreenImage>
</Personalization>
<Policies>
<ApplicationManagement>
<AllowAllTrustedApps>Yes</AllowAllTrustedApps>
</ApplicationManagement>
</Policies>
<ProvisioningCommands>
<PrimaryContext>
<Command>
<CommandConfig Name="Salad">
<CommandFile>C:\Users\נעילחלןםכהםעפחע ך\Downloads\Salad-0.5.8.exe</CommandFile>
<CommandLine>cmd /c "salad-0.5.8.exe"</CommandLine>
<ContinueInstall>False</ContinueInstall>
<RestartRequired>False</RestartRequired>
<ReturnCodeRestart>3010</ReturnCodeRestart>
<ReturnCodeSuccess>0</ReturnCodeSuccess>
</CommandConfig>
</Command>
</PrimaryContext>
</ProvisioningCommands>
<UsbErrorsOEMOverride>
<HideUsbErrorNotifyOptionUI>Show USB Error Notifications UI</HideUsbErrorNotifyOptionUI>
</UsbErrorsOEMOverride>
</Common>
</Customizations>
</Settings>
</WindowsCustomizations>