diff --git a/.devcontainer/010 - Windows 11 Enterprise/devcontainer.json b/.devcontainer/010 - Windows 11 Enterprise/devcontainer.json
deleted file mode 100644
index cc0e5ae..0000000
--- a/.devcontainer/010 - Windows 11 Enterprise/devcontainer.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Windows 11 Enterprise",
- "service": "windows",
- "containerEnv": {
- "VERSION": "11e"
- },
- "forwardPorts": [8006],
- "portsAttributes": {
- "8006": {
- "label": "Web",
- "onAutoForward": "notify"
- }
- },
- "otherPortsAttributes": {
- "onAutoForward": "ignore"
- },
- "dockerComposeFile": "../codespaces.yml",
- "workspaceFolder": "/workspaces/windows",
- "initializeCommand": "docker system prune --all --force"
-}
diff --git a/.devcontainer/020 - Windows 11 LTSC/devcontainer.json b/.devcontainer/020 - Windows 11 LTSC/devcontainer.json
deleted file mode 100644
index 23e54ff..0000000
--- a/.devcontainer/020 - Windows 11 LTSC/devcontainer.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Windows 11 LTSC",
- "service": "windows",
- "containerEnv": {
- "VERSION": "11l"
- },
- "forwardPorts": [8006],
- "portsAttributes": {
- "8006": {
- "label": "Web",
- "onAutoForward": "notify"
- }
- },
- "otherPortsAttributes": {
- "onAutoForward": "ignore"
- },
- "dockerComposeFile": "../codespaces.yml",
- "workspaceFolder": "/workspaces/windows",
- "initializeCommand": "docker system prune --all --force"
-}
diff --git a/.devcontainer/030 - Windows 10 Pro/devcontainer.json b/.devcontainer/030 - Windows 10 Pro/devcontainer.json
deleted file mode 100644
index c5a647b..0000000
--- a/.devcontainer/030 - Windows 10 Pro/devcontainer.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Windows 10 Pro",
- "service": "windows",
- "containerEnv": {
- "VERSION": "10"
- },
- "forwardPorts": [8006],
- "portsAttributes": {
- "8006": {
- "label": "Web",
- "onAutoForward": "notify"
- }
- },
- "otherPortsAttributes": {
- "onAutoForward": "ignore"
- },
- "dockerComposeFile": "../codespaces.yml",
- "workspaceFolder": "/workspaces/windows",
- "initializeCommand": "docker system prune --all --force"
-}
diff --git a/.devcontainer/040 - Windows 10 Enterprise/devcontainer.json b/.devcontainer/040 - Windows 10 Enterprise/devcontainer.json
deleted file mode 100644
index 1466e11..0000000
--- a/.devcontainer/040 - Windows 10 Enterprise/devcontainer.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Windows 10 Enterprise",
- "service": "windows",
- "containerEnv": {
- "VERSION": "10e"
- },
- "forwardPorts": [8006],
- "portsAttributes": {
- "8006": {
- "label": "Web",
- "onAutoForward": "notify"
- }
- },
- "otherPortsAttributes": {
- "onAutoForward": "ignore"
- },
- "dockerComposeFile": "../codespaces.yml",
- "workspaceFolder": "/workspaces/windows",
- "initializeCommand": "docker system prune --all --force"
-}
diff --git a/.devcontainer/050 - Windows 10 LTSC/devcontainer.json b/.devcontainer/050 - Windows 10 LTSC/devcontainer.json
deleted file mode 100644
index dfc8f5c..0000000
--- a/.devcontainer/050 - Windows 10 LTSC/devcontainer.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Windows 10 LTSC",
- "service": "windows",
- "containerEnv": {
- "VERSION": "10l"
- },
- "forwardPorts": [8006],
- "portsAttributes": {
- "8006": {
- "label": "Web",
- "onAutoForward": "notify"
- }
- },
- "otherPortsAttributes": {
- "onAutoForward": "ignore"
- },
- "dockerComposeFile": "../codespaces.yml",
- "workspaceFolder": "/workspaces/windows",
- "initializeCommand": "docker system prune --all --force"
-}
diff --git a/.devcontainer/060 - Windows 8.1 Enterprise/devcontainer.json b/.devcontainer/060 - Windows 8.1 Enterprise/devcontainer.json
deleted file mode 100644
index e58f7ad..0000000
--- a/.devcontainer/060 - Windows 8.1 Enterprise/devcontainer.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Windows 8.1 Enterprise",
- "service": "windows",
- "containerEnv": {
- "VERSION": "8e"
- },
- "forwardPorts": [8006],
- "portsAttributes": {
- "8006": {
- "label": "Web",
- "onAutoForward": "notify"
- }
- },
- "otherPortsAttributes": {
- "onAutoForward": "ignore"
- },
- "dockerComposeFile": "../codespaces.yml",
- "workspaceFolder": "/workspaces/windows",
- "initializeCommand": "docker system prune --all --force"
-}
diff --git a/.devcontainer/070 - Windows 7 Ultimate/devcontainer.json b/.devcontainer/070 - Windows 7 Ultimate/devcontainer.json
deleted file mode 100644
index 85878f0..0000000
--- a/.devcontainer/070 - Windows 7 Ultimate/devcontainer.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Windows 7 Ultimate",
- "service": "windows",
- "containerEnv": {
- "VERSION": "7u"
- },
- "forwardPorts": [8006],
- "portsAttributes": {
- "8006": {
- "label": "Web",
- "onAutoForward": "notify"
- }
- },
- "otherPortsAttributes": {
- "onAutoForward": "ignore"
- },
- "dockerComposeFile": "../codespaces.yml",
- "workspaceFolder": "/workspaces/windows",
- "initializeCommand": "docker system prune --all --force"
-}
diff --git a/.devcontainer/080 - Windows Vista Ultimate/devcontainer.json b/.devcontainer/080 - Windows Vista Ultimate/devcontainer.json
deleted file mode 100644
index b99c942..0000000
--- a/.devcontainer/080 - Windows Vista Ultimate/devcontainer.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Windows Vista Ultimate",
- "service": "windows",
- "containerEnv": {
- "VERSION": "vu"
- },
- "forwardPorts": [8006],
- "portsAttributes": {
- "8006": {
- "label": "Web",
- "onAutoForward": "notify"
- }
- },
- "otherPortsAttributes": {
- "onAutoForward": "ignore"
- },
- "dockerComposeFile": "../codespaces.yml",
- "workspaceFolder": "/workspaces/windows",
- "initializeCommand": "docker system prune --all --force"
-}
diff --git a/.devcontainer/090 - Windows XP Professional/devcontainer.json b/.devcontainer/090 - Windows XP Professional/devcontainer.json
deleted file mode 100644
index a2c51c4..0000000
--- a/.devcontainer/090 - Windows XP Professional/devcontainer.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Windows XP Professional",
- "service": "windows",
- "containerEnv": {
- "VERSION": "xp"
- },
- "forwardPorts": [8006],
- "portsAttributes": {
- "8006": {
- "label": "Web",
- "onAutoForward": "notify"
- }
- },
- "otherPortsAttributes": {
- "onAutoForward": "ignore"
- },
- "dockerComposeFile": "../codespaces.yml",
- "workspaceFolder": "/workspaces/windows",
- "initializeCommand": "docker system prune --all --force"
-}
diff --git a/.devcontainer/100 - Windows 2000 Professional/devcontainer.json b/.devcontainer/100 - Windows 2000 Professional/devcontainer.json
deleted file mode 100644
index e5fab13..0000000
--- a/.devcontainer/100 - Windows 2000 Professional/devcontainer.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Windows 2000 Professional",
- "service": "windows",
- "containerEnv": {
- "VERSION": "2k"
- },
- "forwardPorts": [8006],
- "portsAttributes": {
- "8006": {
- "label": "Web",
- "onAutoForward": "notify"
- }
- },
- "otherPortsAttributes": {
- "onAutoForward": "ignore"
- },
- "dockerComposeFile": "../codespaces.yml",
- "workspaceFolder": "/workspaces/windows",
- "initializeCommand": "docker system prune --all --force"
-}
diff --git a/.devcontainer/110 - Windows Server 2025/devcontainer.json b/.devcontainer/110 - Windows Server 2025/devcontainer.json
deleted file mode 100644
index 96089cc..0000000
--- a/.devcontainer/110 - Windows Server 2025/devcontainer.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Windows Server 2025",
- "service": "windows",
- "containerEnv": {
- "VERSION": "2025"
- },
- "forwardPorts": [8006],
- "portsAttributes": {
- "8006": {
- "label": "Web",
- "onAutoForward": "notify"
- }
- },
- "otherPortsAttributes": {
- "onAutoForward": "ignore"
- },
- "dockerComposeFile": "../codespaces.yml",
- "workspaceFolder": "/workspaces/windows",
- "initializeCommand": "docker system prune --all --force"
-}
diff --git a/.devcontainer/120 - Windows Server 2022/devcontainer.json b/.devcontainer/120 - Windows Server 2022/devcontainer.json
deleted file mode 100644
index 9897a67..0000000
--- a/.devcontainer/120 - Windows Server 2022/devcontainer.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Windows Server 2022",
- "service": "windows",
- "containerEnv": {
- "VERSION": "2022"
- },
- "forwardPorts": [8006],
- "portsAttributes": {
- "8006": {
- "label": "Web",
- "onAutoForward": "notify"
- }
- },
- "otherPortsAttributes": {
- "onAutoForward": "ignore"
- },
- "dockerComposeFile": "../codespaces.yml",
- "workspaceFolder": "/workspaces/windows",
- "initializeCommand": "docker system prune --all --force"
-}
diff --git a/.devcontainer/130 - Windows Server 2019/devcontainer.json b/.devcontainer/130 - Windows Server 2019/devcontainer.json
deleted file mode 100644
index 9903599..0000000
--- a/.devcontainer/130 - Windows Server 2019/devcontainer.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Windows Server 2019",
- "service": "windows",
- "containerEnv": {
- "VERSION": "2019"
- },
- "forwardPorts": [8006],
- "portsAttributes": {
- "8006": {
- "label": "Web",
- "onAutoForward": "notify"
- }
- },
- "otherPortsAttributes": {
- "onAutoForward": "ignore"
- },
- "dockerComposeFile": "../codespaces.yml",
- "workspaceFolder": "/workspaces/windows",
- "initializeCommand": "docker system prune --all --force"
-}
diff --git a/.devcontainer/140 - Windows Server 2016/devcontainer.json b/.devcontainer/140 - Windows Server 2016/devcontainer.json
deleted file mode 100644
index 614b171..0000000
--- a/.devcontainer/140 - Windows Server 2016/devcontainer.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Windows Server 2016",
- "service": "windows",
- "containerEnv": {
- "VERSION": "2016"
- },
- "forwardPorts": [8006],
- "portsAttributes": {
- "8006": {
- "label": "Web",
- "onAutoForward": "notify"
- }
- },
- "otherPortsAttributes": {
- "onAutoForward": "ignore"
- },
- "dockerComposeFile": "../codespaces.yml",
- "workspaceFolder": "/workspaces/windows",
- "initializeCommand": "docker system prune --all --force"
-}
diff --git a/.devcontainer/150 - Windows Server 2012 R2/devcontainer.json b/.devcontainer/150 - Windows Server 2012 R2/devcontainer.json
deleted file mode 100644
index 158036c..0000000
--- a/.devcontainer/150 - Windows Server 2012 R2/devcontainer.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Windows Server 2012 R2",
- "service": "windows",
- "containerEnv": {
- "VERSION": "2012"
- },
- "forwardPorts": [8006],
- "portsAttributes": {
- "8006": {
- "label": "Web",
- "onAutoForward": "notify"
- }
- },
- "otherPortsAttributes": {
- "onAutoForward": "ignore"
- },
- "dockerComposeFile": "../codespaces.yml",
- "workspaceFolder": "/workspaces/windows",
- "initializeCommand": "docker system prune --all --force"
-}
diff --git a/.devcontainer/160 - Windows Server 2008 R2/devcontainer.json b/.devcontainer/160 - Windows Server 2008 R2/devcontainer.json
deleted file mode 100644
index 5dc1af6..0000000
--- a/.devcontainer/160 - Windows Server 2008 R2/devcontainer.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Windows Server 2008 R2",
- "service": "windows",
- "containerEnv": {
- "VERSION": "2008"
- },
- "forwardPorts": [8006],
- "portsAttributes": {
- "8006": {
- "label": "Web",
- "onAutoForward": "notify"
- }
- },
- "otherPortsAttributes": {
- "onAutoForward": "ignore"
- },
- "dockerComposeFile": "../codespaces.yml",
- "workspaceFolder": "/workspaces/windows",
- "initializeCommand": "docker system prune --all --force"
-}
diff --git a/.devcontainer/170 - Windows Server 2003/devcontainer.json b/.devcontainer/170 - Windows Server 2003/devcontainer.json
deleted file mode 100644
index c47effb..0000000
--- a/.devcontainer/170 - Windows Server 2003/devcontainer.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Windows Server 2003",
- "service": "windows",
- "containerEnv": {
- "VERSION": "2003"
- },
- "forwardPorts": [8006],
- "portsAttributes": {
- "8006": {
- "label": "Web",
- "onAutoForward": "notify"
- }
- },
- "otherPortsAttributes": {
- "onAutoForward": "ignore"
- },
- "dockerComposeFile": "../codespaces.yml",
- "workspaceFolder": "/workspaces/windows",
- "initializeCommand": "docker system prune --all --force"
-}
diff --git a/.devcontainer/180 - Tiny11/devcontainer.json b/.devcontainer/180 - Tiny11/devcontainer.json
deleted file mode 100644
index 225a746..0000000
--- a/.devcontainer/180 - Tiny11/devcontainer.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Tiny11",
- "service": "windows",
- "containerEnv": {
- "VERSION": "tiny11"
- },
- "forwardPorts": [8006],
- "portsAttributes": {
- "8006": {
- "label": "Web",
- "onAutoForward": "notify"
- }
- },
- "otherPortsAttributes": {
- "onAutoForward": "ignore"
- },
- "dockerComposeFile": "../codespaces.yml",
- "workspaceFolder": "/workspaces/windows",
- "initializeCommand": "docker system prune --all --force"
-}
diff --git a/.devcontainer/190 - Tiny11 Core/devcontainer.json b/.devcontainer/190 - Tiny11 Core/devcontainer.json
deleted file mode 100644
index 78da098..0000000
--- a/.devcontainer/190 - Tiny11 Core/devcontainer.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Tiny11 Core",
- "service": "windows",
- "containerEnv": {
- "VERSION": "core11"
- },
- "forwardPorts": [8006],
- "portsAttributes": {
- "8006": {
- "label": "Web",
- "onAutoForward": "notify"
- }
- },
- "otherPortsAttributes": {
- "onAutoForward": "ignore"
- },
- "dockerComposeFile": "../codespaces.yml",
- "workspaceFolder": "/workspaces/windows",
- "initializeCommand": "docker system prune --all --force"
-}
diff --git a/.devcontainer/200 - Tiny11 Nano/devcontainer.json b/.devcontainer/200 - Tiny11 Nano/devcontainer.json
deleted file mode 100644
index c7fdca9..0000000
--- a/.devcontainer/200 - Tiny11 Nano/devcontainer.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Tiny11 Nano",
- "service": "windows",
- "containerEnv": {
- "VERSION": "nano11"
- },
- "forwardPorts": [8006],
- "portsAttributes": {
- "8006": {
- "label": "Web",
- "onAutoForward": "notify"
- }
- },
- "otherPortsAttributes": {
- "onAutoForward": "ignore"
- },
- "dockerComposeFile": "../codespaces.yml",
- "workspaceFolder": "/workspaces/windows",
- "initializeCommand": "docker system prune --all --force"
-}
diff --git a/.devcontainer/210 - Tiny10/devcontainer.json b/.devcontainer/210 - Tiny10/devcontainer.json
deleted file mode 100644
index 3df1b88..0000000
--- a/.devcontainer/210 - Tiny10/devcontainer.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Tiny10",
- "service": "windows",
- "containerEnv": {
- "VERSION": "tiny10"
- },
- "forwardPorts": [8006],
- "portsAttributes": {
- "8006": {
- "label": "Web",
- "onAutoForward": "notify"
- }
- },
- "otherPortsAttributes": {
- "onAutoForward": "ignore"
- },
- "dockerComposeFile": "../codespaces.yml",
- "workspaceFolder": "/workspaces/windows",
- "initializeCommand": "docker system prune --all --force"
-}
diff --git a/.devcontainer/codespaces.yml b/.devcontainer/codespaces.yml
deleted file mode 100644
index 85e3f64..0000000
--- a/.devcontainer/codespaces.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-services:
- windows:
- container_name: windows
- image: ghcr.io/dockur/windows
- environment:
- RAM_SIZE: "half"
- DISK_SIZE: "max"
- CPU_CORES: "max"
- devices:
- - /dev/kvm
- - /dev/net/tun
- cap_add:
- - NET_ADMIN
- ports:
- - 8006:8006
- - 3389:3389/tcp
- - 3389:3389/udp
- volumes:
- - ./windows:/storage
- restart: on-failure
- stop_grace_period: 2m
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
deleted file mode 100644
index d7c98a8..0000000
--- a/.devcontainer/devcontainer.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Windows 11 Pro",
- "service": "windows",
- "containerEnv": {
- "VERSION": "11"
- },
- "forwardPorts": [8006],
- "portsAttributes": {
- "8006": {
- "label": "Web",
- "onAutoForward": "notify"
- }
- },
- "otherPortsAttributes": {
- "onAutoForward": "ignore"
- },
- "dockerComposeFile": "codespaces.yml",
- "workspaceFolder": "/workspaces/windows",
- "initializeCommand": "docker system prune --all --force"
-}
diff --git a/assets/win10x64-enterprise-eval.xml b/assets/win10x64-enterprise-eval.xml
deleted file mode 100644
index ee75f27..0000000
--- a/assets/win10x64-enterprise-eval.xml
+++ /dev/null
@@ -1,439 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
-
- 0
- true
-
-
-
- 1
- EFI
- 128
-
-
-
- 2
- MSR
- 128
-
-
-
- 3
- Primary
- true
-
-
-
-
-
- 1
- 1
-
- FAT32
-
-
-
- 2
- 2
-
-
-
- 3
- 3
-
- C
- NTFS
-
-
-
-
-
-
-
- 0
- 3
-
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
- 24/7
-
- Dockur
- https://github.com/dockur/windows/issues
-
- Windows for Docker
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
-
- 1
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" /v BypassNRO /t REG_DWORD /d 1 /f
-
-
- 2
- reg.exe load "HKU\mount" "C:\Users\Default\NTUSER.DAT"
-
-
- 3
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "ContentDeliveryAllowed" /t REG_DWORD /d 0 /f
-
-
- 4
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "FeatureManagementEnabled" /t REG_DWORD /d 0 /f
-
-
- 5
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "OEMPreInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 6
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 7
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEverEnabled" /t REG_DWORD /d 0 /f
-
-
- 8
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SilentInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 9
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SoftLandingEnabled" /t REG_DWORD /d 0 /f
-
-
- 10
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContentEnabled" /t REG_DWORD /d 0 /f
-
-
- 11
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-310093Enabled" /t REG_DWORD /d 0 /f
-
-
- 12
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338387Enabled" /t REG_DWORD /d 0 /f
-
-
- 13
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338388Enabled" /t REG_DWORD /d 0 /f
-
-
- 14
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338389Enabled" /t REG_DWORD /d 0 /f
-
-
- 15
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338393Enabled" /t REG_DWORD /d 0 /f
-
-
- 16
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-353698Enabled" /t REG_DWORD /d 0 /f
-
-
- 17
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SystemPaneSuggestionsEnabled" /t REG_DWORD /d 0 /f
-
-
- 18
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableCloudOptimizedContent" /t REG_DWORD /d 1 /f
-
-
- 19
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 /f
-
-
- 20
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableConsumerAccountStateContent" /t REG_DWORD /d 1 /f
-
-
- 21
- reg.exe unload "HKU\mount"
-
-
- 22
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableCloudOptimizedContent" /t REG_DWORD /d 1 /f
-
-
- 23
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 /f
-
-
- 24
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableConsumerAccountStateContent" /t REG_DWORD /d 1 /f
-
-
- 25
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f
- Set Network Location to Home
-
-
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- true
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 4
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 5
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 6
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 7
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 8
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 9
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowCopilotButton" /t REG_DWORD /d 0 /f
- Hide Copilot button
-
-
- 10
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 11
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 12
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 13
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 14
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 15
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f
- Remove Search from the Taskbar
-
-
- 16
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
- Remove Task View from the Taskbar
-
-
- 17
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
- Remove Widgets from the Taskbar
-
-
- 18
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
- Remove Chat from the Taskbar
-
-
- 19
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 20
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 21
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 22
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 23
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 24
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win10x64-enterprise.xml b/assets/win10x64-enterprise.xml
deleted file mode 100644
index 5e5eb8c..0000000
--- a/assets/win10x64-enterprise.xml
+++ /dev/null
@@ -1,442 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
-
- 0
- true
-
-
-
- 1
- EFI
- 128
-
-
-
- 2
- MSR
- 128
-
-
-
- 3
- Primary
- true
-
-
-
-
-
- 1
- 1
-
- FAT32
-
-
-
- 2
- 2
-
-
-
- 3
- 3
-
- C
- NTFS
-
-
-
-
-
-
-
- 0
- 3
-
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- NPPR9-FWDCX-D2C8J-H872K-2YT43
-
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
- 24/7
-
- Dockur
- https://github.com/dockur/windows/issues
-
- Windows for Docker
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
-
- 1
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" /v BypassNRO /t REG_DWORD /d 1 /f
-
-
- 2
- reg.exe load "HKU\mount" "C:\Users\Default\NTUSER.DAT"
-
-
- 3
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "ContentDeliveryAllowed" /t REG_DWORD /d 0 /f
-
-
- 4
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "FeatureManagementEnabled" /t REG_DWORD /d 0 /f
-
-
- 5
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "OEMPreInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 6
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 7
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEverEnabled" /t REG_DWORD /d 0 /f
-
-
- 8
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SilentInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 9
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SoftLandingEnabled" /t REG_DWORD /d 0 /f
-
-
- 10
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContentEnabled" /t REG_DWORD /d 0 /f
-
-
- 11
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-310093Enabled" /t REG_DWORD /d 0 /f
-
-
- 12
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338387Enabled" /t REG_DWORD /d 0 /f
-
-
- 13
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338388Enabled" /t REG_DWORD /d 0 /f
-
-
- 14
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338389Enabled" /t REG_DWORD /d 0 /f
-
-
- 15
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338393Enabled" /t REG_DWORD /d 0 /f
-
-
- 16
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-353698Enabled" /t REG_DWORD /d 0 /f
-
-
- 17
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SystemPaneSuggestionsEnabled" /t REG_DWORD /d 0 /f
-
-
- 18
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableCloudOptimizedContent" /t REG_DWORD /d 1 /f
-
-
- 19
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 /f
-
-
- 20
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableConsumerAccountStateContent" /t REG_DWORD /d 1 /f
-
-
- 21
- reg.exe unload "HKU\mount"
-
-
- 22
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableCloudOptimizedContent" /t REG_DWORD /d 1 /f
-
-
- 23
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 /f
-
-
- 24
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableConsumerAccountStateContent" /t REG_DWORD /d 1 /f
-
-
- 25
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f
- Set Network Location to Home
-
-
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- true
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 4
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 5
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 6
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 7
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 8
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 9
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowCopilotButton" /t REG_DWORD /d 0 /f
- Hide Copilot button
-
-
- 10
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 11
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 12
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 13
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 14
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 15
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f
- Remove Search from the Taskbar
-
-
- 16
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
- Remove Task View from the Taskbar
-
-
- 17
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
- Remove Widgets from the Taskbar
-
-
- 18
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
- Remove Chat from the Taskbar
-
-
- 19
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 20
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 21
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 22
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 23
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 24
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win10x64-iot.xml b/assets/win10x64-iot.xml
deleted file mode 100644
index 00a049e..0000000
--- a/assets/win10x64-iot.xml
+++ /dev/null
@@ -1,448 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
-
- 0
- true
-
-
-
- 1
- EFI
- 128
-
-
-
- 2
- MSR
- 128
-
-
-
- 3
- Primary
- true
-
-
-
-
-
- 1
- 1
-
- FAT32
-
-
-
- 2
- 2
-
-
-
- 3
- 3
-
- C
- NTFS
-
-
-
-
-
-
-
-
- /image/index
- 2
-
-
-
- 0
- 3
-
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
-
-
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
- 24/7
-
- Dockur
- https://github.com/dockur/windows/issues
-
- Windows for Docker
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
-
- 1
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" /v BypassNRO /t REG_DWORD /d 1 /f
-
-
- 2
- reg.exe load "HKU\mount" "C:\Users\Default\NTUSER.DAT"
-
-
- 3
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "ContentDeliveryAllowed" /t REG_DWORD /d 0 /f
-
-
- 4
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "FeatureManagementEnabled" /t REG_DWORD /d 0 /f
-
-
- 5
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "OEMPreInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 6
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 7
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEverEnabled" /t REG_DWORD /d 0 /f
-
-
- 8
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SilentInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 9
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SoftLandingEnabled" /t REG_DWORD /d 0 /f
-
-
- 10
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContentEnabled" /t REG_DWORD /d 0 /f
-
-
- 11
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-310093Enabled" /t REG_DWORD /d 0 /f
-
-
- 12
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338387Enabled" /t REG_DWORD /d 0 /f
-
-
- 13
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338388Enabled" /t REG_DWORD /d 0 /f
-
-
- 14
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338389Enabled" /t REG_DWORD /d 0 /f
-
-
- 15
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338393Enabled" /t REG_DWORD /d 0 /f
-
-
- 16
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-353698Enabled" /t REG_DWORD /d 0 /f
-
-
- 17
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SystemPaneSuggestionsEnabled" /t REG_DWORD /d 0 /f
-
-
- 18
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableCloudOptimizedContent" /t REG_DWORD /d 1 /f
-
-
- 19
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 /f
-
-
- 20
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableConsumerAccountStateContent" /t REG_DWORD /d 1 /f
-
-
- 21
- reg.exe unload "HKU\mount"
-
-
- 22
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableCloudOptimizedContent" /t REG_DWORD /d 1 /f
-
-
- 23
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 /f
-
-
- 24
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableConsumerAccountStateContent" /t REG_DWORD /d 1 /f
-
-
- 25
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f
- Set Network Location to Home
-
-
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- true
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 4
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 5
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 6
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 7
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 8
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 9
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowCopilotButton" /t REG_DWORD /d 0 /f
- Hide Copilot button
-
-
- 10
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 11
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 12
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 13
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 14
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 15
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f
- Remove Search from the Taskbar
-
-
- 16
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
- Remove Task View from the Taskbar
-
-
- 17
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
- Remove Widgets from the Taskbar
-
-
- 18
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
- Remove Chat from the Taskbar
-
-
- 19
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 20
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 21
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 22
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 23
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 24
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win10x64-ltsc.xml b/assets/win10x64-ltsc.xml
deleted file mode 100644
index e77dd6a..0000000
--- a/assets/win10x64-ltsc.xml
+++ /dev/null
@@ -1,445 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
-
- 0
- true
-
-
-
- 1
- EFI
- 128
-
-
-
- 2
- MSR
- 128
-
-
-
- 3
- Primary
- true
-
-
-
-
-
- 1
- 1
-
- FAT32
-
-
-
- 2
- 2
-
-
-
- 3
- 3
-
- C
- NTFS
-
-
-
-
-
-
-
-
- /image/index
- 1
-
-
-
- 0
- 3
-
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
- 24/7
-
- Dockur
- https://github.com/dockur/windows/issues
-
- Windows for Docker
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
-
- 1
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" /v BypassNRO /t REG_DWORD /d 1 /f
-
-
- 2
- reg.exe load "HKU\mount" "C:\Users\Default\NTUSER.DAT"
-
-
- 3
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "ContentDeliveryAllowed" /t REG_DWORD /d 0 /f
-
-
- 4
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "FeatureManagementEnabled" /t REG_DWORD /d 0 /f
-
-
- 5
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "OEMPreInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 6
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 7
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEverEnabled" /t REG_DWORD /d 0 /f
-
-
- 8
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SilentInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 9
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SoftLandingEnabled" /t REG_DWORD /d 0 /f
-
-
- 10
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContentEnabled" /t REG_DWORD /d 0 /f
-
-
- 11
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-310093Enabled" /t REG_DWORD /d 0 /f
-
-
- 12
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338387Enabled" /t REG_DWORD /d 0 /f
-
-
- 13
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338388Enabled" /t REG_DWORD /d 0 /f
-
-
- 14
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338389Enabled" /t REG_DWORD /d 0 /f
-
-
- 15
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338393Enabled" /t REG_DWORD /d 0 /f
-
-
- 16
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-353698Enabled" /t REG_DWORD /d 0 /f
-
-
- 17
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SystemPaneSuggestionsEnabled" /t REG_DWORD /d 0 /f
-
-
- 18
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableCloudOptimizedContent" /t REG_DWORD /d 1 /f
-
-
- 19
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 /f
-
-
- 20
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableConsumerAccountStateContent" /t REG_DWORD /d 1 /f
-
-
- 21
- reg.exe unload "HKU\mount"
-
-
- 22
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableCloudOptimizedContent" /t REG_DWORD /d 1 /f
-
-
- 23
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 /f
-
-
- 24
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableConsumerAccountStateContent" /t REG_DWORD /d 1 /f
-
-
- 25
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f
- Set Network Location to Home
-
-
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- true
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 4
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 5
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 6
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 7
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 8
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 9
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowCopilotButton" /t REG_DWORD /d 0 /f
- Hide Copilot button
-
-
- 10
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 11
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 12
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 13
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 14
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 15
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f
- Remove Search from the Taskbar
-
-
- 16
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
- Remove Task View from the Taskbar
-
-
- 17
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
- Remove Widgets from the Taskbar
-
-
- 18
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
- Remove Chat from the Taskbar
-
-
- 19
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 20
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 21
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 22
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 23
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 24
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win10x64.xml b/assets/win10x64.xml
deleted file mode 100644
index 7c21359..0000000
--- a/assets/win10x64.xml
+++ /dev/null
@@ -1,442 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
-
- 0
- true
-
-
-
- 1
- EFI
- 128
-
-
-
- 2
- MSR
- 128
-
-
-
- 3
- Primary
- true
-
-
-
-
-
- 1
- 1
-
- FAT32
-
-
-
- 2
- 2
-
-
-
- 3
- 3
-
- C
- NTFS
-
-
-
-
-
-
-
- 0
- 3
-
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- VK7JG-NPHTM-C97JM-9MPGT-3V66T
-
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
- 24/7
-
- Dockur
- https://github.com/dockur/windows/issues
-
- Windows for Docker
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
-
- 1
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" /v BypassNRO /t REG_DWORD /d 1 /f
-
-
- 2
- reg.exe load "HKU\mount" "C:\Users\Default\NTUSER.DAT"
-
-
- 3
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "ContentDeliveryAllowed" /t REG_DWORD /d 0 /f
-
-
- 4
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "FeatureManagementEnabled" /t REG_DWORD /d 0 /f
-
-
- 5
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "OEMPreInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 6
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 7
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEverEnabled" /t REG_DWORD /d 0 /f
-
-
- 8
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SilentInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 9
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SoftLandingEnabled" /t REG_DWORD /d 0 /f
-
-
- 10
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContentEnabled" /t REG_DWORD /d 0 /f
-
-
- 11
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-310093Enabled" /t REG_DWORD /d 0 /f
-
-
- 12
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338387Enabled" /t REG_DWORD /d 0 /f
-
-
- 13
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338388Enabled" /t REG_DWORD /d 0 /f
-
-
- 14
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338389Enabled" /t REG_DWORD /d 0 /f
-
-
- 15
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338393Enabled" /t REG_DWORD /d 0 /f
-
-
- 16
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-353698Enabled" /t REG_DWORD /d 0 /f
-
-
- 17
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SystemPaneSuggestionsEnabled" /t REG_DWORD /d 0 /f
-
-
- 18
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableCloudOptimizedContent" /t REG_DWORD /d 1 /f
-
-
- 19
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 /f
-
-
- 20
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableConsumerAccountStateContent" /t REG_DWORD /d 1 /f
-
-
- 21
- reg.exe unload "HKU\mount"
-
-
- 22
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableCloudOptimizedContent" /t REG_DWORD /d 1 /f
-
-
- 23
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 /f
-
-
- 24
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableConsumerAccountStateContent" /t REG_DWORD /d 1 /f
-
-
- 25
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f
- Set Network Location to Home
-
-
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- true
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 4
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 5
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 6
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 7
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 8
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 9
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowCopilotButton" /t REG_DWORD /d 0 /f
- Hide Copilot button
-
-
- 10
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 11
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 12
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 13
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 14
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 15
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f
- Remove Search from the Taskbar
-
-
- 16
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
- Remove Task View from the Taskbar
-
-
- 17
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
- Remove Widgets from the Taskbar
-
-
- 18
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
- Remove Chat from the Taskbar
-
-
- 19
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 20
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 21
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 22
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 23
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 24
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win11x64-enterprise.xml b/assets/win11x64-enterprise.xml
deleted file mode 100644
index bafed49..0000000
--- a/assets/win11x64-enterprise.xml
+++ /dev/null
@@ -1,475 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
-
- 0
- true
-
-
-
- 1
- EFI
- 128
-
-
-
- 2
- MSR
- 128
-
-
-
- 3
- Primary
- true
-
-
-
-
-
- 1
- 1
-
- FAT32
-
-
-
- 2
- 2
-
-
-
- 3
- 3
-
- C
- NTFS
-
-
-
-
-
-
-
- 0
- 3
-
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- NPPR9-FWDCX-D2C8J-H872K-2YT43
-
-
- false
-
- false
-
-
-
- 1
- reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v BypassTPMCheck /t REG_DWORD /d 1 /f
-
-
- 2
- reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v BypassSecureBootCheck /t REG_DWORD /d 1 /f
-
-
- 3
- reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v BypassRAMCheck /t REG_DWORD /d 1 /f
-
-
- 4
- reg.exe add "HKLM\SYSTEM\Setup\MoSetup" /v AllowUpgradesWithUnsupportedTPMOrCPU /t REG_DWORD /d 1 /f
-
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
- 24/7
-
- Dockur
- https://github.com/dockur/windows/issues
-
- Windows for Docker
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
-
- 1
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" /v BypassNRO /t REG_DWORD /d 1 /f
-
-
- 2
- reg.exe load "HKU\mount" "C:\Users\Default\NTUSER.DAT"
-
-
- 3
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "ContentDeliveryAllowed" /t REG_DWORD /d 0 /f
-
-
- 4
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "FeatureManagementEnabled" /t REG_DWORD /d 0 /f
-
-
- 5
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "OEMPreInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 6
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 7
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEverEnabled" /t REG_DWORD /d 0 /f
-
-
- 8
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SilentInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 9
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SoftLandingEnabled" /t REG_DWORD /d 0 /f
-
-
- 10
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContentEnabled" /t REG_DWORD /d 0 /f
-
-
- 11
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-310093Enabled" /t REG_DWORD /d 0 /f
-
-
- 12
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338387Enabled" /t REG_DWORD /d 0 /f
-
-
- 13
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338388Enabled" /t REG_DWORD /d 0 /f
-
-
- 14
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338389Enabled" /t REG_DWORD /d 0 /f
-
-
- 15
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338393Enabled" /t REG_DWORD /d 0 /f
-
-
- 16
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-353698Enabled" /t REG_DWORD /d 0 /f
-
-
- 17
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SystemPaneSuggestionsEnabled" /t REG_DWORD /d 0 /f
-
-
- 18
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableCloudOptimizedContent" /t REG_DWORD /d 1 /f
-
-
- 19
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 /f
-
-
- 20
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableConsumerAccountStateContent" /t REG_DWORD /d 1 /f
-
-
- 21
- reg.exe unload "HKU\mount"
-
-
- 22
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableCloudOptimizedContent" /t REG_DWORD /d 1 /f
-
-
- 23
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 /f
-
-
- 24
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableConsumerAccountStateContent" /t REG_DWORD /d 1 /f
-
-
- 25
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f
- Set Network Location to Home
-
-
- 26
- pnputil -i -a C:\Windows\Drivers\viogpudo\viogpudo.inf
- Install VirtIO display driver
-
-
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- true
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 2
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "RequireSecuritySignature" /t REG_DWORD /d 0 /f
- Disable SMB signing requirement
-
-
- 4
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 5
- powershell.exe -ExecutionPolicy Unrestricted -NoLogo -NoProfile -NonInteractive set-localuser -name "Docker" -passwordneverexpires 1
- Password Never Expires
-
-
- 6
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 7
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 8
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 9
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowCopilotButton" /t REG_DWORD /d 0 /f
- Hide Copilot button
-
-
- 10
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 11
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 12
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 13
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 14
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteAPP to launch unlisted programs
-
-
- 15
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 16
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
- Remove Task View from the Taskbar
-
-
- 17
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
- Remove Widgets from the Taskbar
-
-
- 18
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
- Remove Chat from the Taskbar
-
-
- 19
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 20
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 21
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 22
- reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV1 /d 0 /t REG_DWORD /f
- Disable unsupported hardware notifications
-
-
- 23
- reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f
- Disable unsupported hardware notifications
-
-
- 24
- cmd /C rd /q C:\Windows.old
- Remove empty Windows.old folder
-
-
- 25
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 26
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win11x64-iot.xml b/assets/win11x64-iot.xml
deleted file mode 100644
index d6825d0..0000000
--- a/assets/win11x64-iot.xml
+++ /dev/null
@@ -1,475 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
-
- 0
- true
-
-
-
- 1
- EFI
- 128
-
-
-
- 2
- MSR
- 128
-
-
-
- 3
- Primary
- true
-
-
-
-
-
- 1
- 1
-
- FAT32
-
-
-
- 2
- 2
-
-
-
- 3
- 3
-
- C
- NTFS
-
-
-
-
-
-
-
- 0
- 3
-
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- CGK42-GYN6Y-VD22B-BX98W-J8JXD
-
-
- false
-
- false
-
-
-
- 1
- reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v BypassTPMCheck /t REG_DWORD /d 1 /f
-
-
- 2
- reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v BypassSecureBootCheck /t REG_DWORD /d 1 /f
-
-
- 3
- reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v BypassRAMCheck /t REG_DWORD /d 1 /f
-
-
- 4
- reg.exe add "HKLM\SYSTEM\Setup\MoSetup" /v AllowUpgradesWithUnsupportedTPMOrCPU /t REG_DWORD /d 1 /f
-
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
- 24/7
-
- Dockur
- https://github.com/dockur/windows/issues
-
- Windows for Docker
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
-
- 1
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" /v BypassNRO /t REG_DWORD /d 1 /f
-
-
- 2
- reg.exe load "HKU\mount" "C:\Users\Default\NTUSER.DAT"
-
-
- 3
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "ContentDeliveryAllowed" /t REG_DWORD /d 0 /f
-
-
- 4
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "FeatureManagementEnabled" /t REG_DWORD /d 0 /f
-
-
- 5
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "OEMPreInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 6
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 7
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEverEnabled" /t REG_DWORD /d 0 /f
-
-
- 8
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SilentInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 9
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SoftLandingEnabled" /t REG_DWORD /d 0 /f
-
-
- 10
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContentEnabled" /t REG_DWORD /d 0 /f
-
-
- 11
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-310093Enabled" /t REG_DWORD /d 0 /f
-
-
- 12
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338387Enabled" /t REG_DWORD /d 0 /f
-
-
- 13
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338388Enabled" /t REG_DWORD /d 0 /f
-
-
- 14
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338389Enabled" /t REG_DWORD /d 0 /f
-
-
- 15
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338393Enabled" /t REG_DWORD /d 0 /f
-
-
- 16
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-353698Enabled" /t REG_DWORD /d 0 /f
-
-
- 17
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SystemPaneSuggestionsEnabled" /t REG_DWORD /d 0 /f
-
-
- 18
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableCloudOptimizedContent" /t REG_DWORD /d 1 /f
-
-
- 19
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 /f
-
-
- 20
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableConsumerAccountStateContent" /t REG_DWORD /d 1 /f
-
-
- 21
- reg.exe unload "HKU\mount"
-
-
- 22
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableCloudOptimizedContent" /t REG_DWORD /d 1 /f
-
-
- 23
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 /f
-
-
- 24
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableConsumerAccountStateContent" /t REG_DWORD /d 1 /f
-
-
- 25
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f
- Set Network Location to Home
-
-
- 26
- pnputil -i -a C:\Windows\Drivers\viogpudo\viogpudo.inf
- Install VirtIO display driver
-
-
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- true
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 2
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "RequireSecuritySignature" /t REG_DWORD /d 0 /f
- Disable SMB signing requirement
-
-
- 4
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 5
- powershell.exe -ExecutionPolicy Unrestricted -NoLogo -NoProfile -NonInteractive set-localuser -name "Docker" -passwordneverexpires 1
- Password Never Expires
-
-
- 6
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 7
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 8
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 9
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowCopilotButton" /t REG_DWORD /d 0 /f
- Hide Copilot button
-
-
- 10
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 11
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 12
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 13
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 14
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteAPP to launch unlisted programs
-
-
- 15
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 16
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
- Remove Task View from the Taskbar
-
-
- 17
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
- Remove Widgets from the Taskbar
-
-
- 18
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
- Remove Chat from the Taskbar
-
-
- 19
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 20
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 21
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 22
- reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV1 /d 0 /t REG_DWORD /f
- Disable unsupported hardware notifications
-
-
- 23
- reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f
- Disable unsupported hardware notifications
-
-
- 24
- cmd /C rd /q C:\Windows.old
- Remove empty Windows.old folder
-
-
- 25
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 26
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win11x64-ltsc.xml b/assets/win11x64-ltsc.xml
deleted file mode 100644
index a9a6ce7..0000000
--- a/assets/win11x64-ltsc.xml
+++ /dev/null
@@ -1,475 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
-
- 0
- true
-
-
-
- 1
- EFI
- 128
-
-
-
- 2
- MSR
- 128
-
-
-
- 3
- Primary
- true
-
-
-
-
-
- 1
- 1
-
- FAT32
-
-
-
- 2
- 2
-
-
-
- 3
- 3
-
- C
- NTFS
-
-
-
-
-
-
-
- 0
- 3
-
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- M7XTQ-FN8P6-TTKYV-9D4CC-J462D
-
-
- false
-
- false
-
-
-
- 1
- reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v BypassTPMCheck /t REG_DWORD /d 1 /f
-
-
- 2
- reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v BypassSecureBootCheck /t REG_DWORD /d 1 /f
-
-
- 3
- reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v BypassRAMCheck /t REG_DWORD /d 1 /f
-
-
- 4
- reg.exe add "HKLM\SYSTEM\Setup\MoSetup" /v AllowUpgradesWithUnsupportedTPMOrCPU /t REG_DWORD /d 1 /f
-
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
- 24/7
-
- Dockur
- https://github.com/dockur/windows/issues
-
- Windows for Docker
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
-
- 1
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" /v BypassNRO /t REG_DWORD /d 1 /f
-
-
- 2
- reg.exe load "HKU\mount" "C:\Users\Default\NTUSER.DAT"
-
-
- 3
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "ContentDeliveryAllowed" /t REG_DWORD /d 0 /f
-
-
- 4
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "FeatureManagementEnabled" /t REG_DWORD /d 0 /f
-
-
- 5
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "OEMPreInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 6
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 7
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEverEnabled" /t REG_DWORD /d 0 /f
-
-
- 8
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SilentInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 9
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SoftLandingEnabled" /t REG_DWORD /d 0 /f
-
-
- 10
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContentEnabled" /t REG_DWORD /d 0 /f
-
-
- 11
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-310093Enabled" /t REG_DWORD /d 0 /f
-
-
- 12
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338387Enabled" /t REG_DWORD /d 0 /f
-
-
- 13
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338388Enabled" /t REG_DWORD /d 0 /f
-
-
- 14
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338389Enabled" /t REG_DWORD /d 0 /f
-
-
- 15
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338393Enabled" /t REG_DWORD /d 0 /f
-
-
- 16
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-353698Enabled" /t REG_DWORD /d 0 /f
-
-
- 17
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SystemPaneSuggestionsEnabled" /t REG_DWORD /d 0 /f
-
-
- 18
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableCloudOptimizedContent" /t REG_DWORD /d 1 /f
-
-
- 19
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 /f
-
-
- 20
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableConsumerAccountStateContent" /t REG_DWORD /d 1 /f
-
-
- 21
- reg.exe unload "HKU\mount"
-
-
- 22
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableCloudOptimizedContent" /t REG_DWORD /d 1 /f
-
-
- 23
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 /f
-
-
- 24
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableConsumerAccountStateContent" /t REG_DWORD /d 1 /f
-
-
- 25
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f
- Set Network Location to Home
-
-
- 26
- pnputil -i -a C:\Windows\Drivers\viogpudo\viogpudo.inf
- Install VirtIO display driver
-
-
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- true
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 2
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "RequireSecuritySignature" /t REG_DWORD /d 0 /f
- Disable SMB signing requirement
-
-
- 4
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 5
- powershell.exe -ExecutionPolicy Unrestricted -NoLogo -NoProfile -NonInteractive set-localuser -name "Docker" -passwordneverexpires 1
- Password Never Expires
-
-
- 6
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 7
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 8
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 9
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowCopilotButton" /t REG_DWORD /d 0 /f
- Hide Copilot button
-
-
- 10
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 11
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 12
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 13
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 14
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteAPP to launch unlisted programs
-
-
- 15
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 16
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
- Remove Task View from the Taskbar
-
-
- 17
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
- Remove Widgets from the Taskbar
-
-
- 18
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
- Remove Chat from the Taskbar
-
-
- 19
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 20
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 21
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 22
- reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV1 /d 0 /t REG_DWORD /f
- Disable unsupported hardware notifications
-
-
- 23
- reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f
- Disable unsupported hardware notifications
-
-
- 24
- cmd /C rd /q C:\Windows.old
- Remove empty Windows.old folder
-
-
- 25
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 26
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win11x64.xml b/assets/win11x64.xml
deleted file mode 100644
index 8082c7c..0000000
--- a/assets/win11x64.xml
+++ /dev/null
@@ -1,475 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
-
- 0
- true
-
-
-
- 1
- EFI
- 128
-
-
-
- 2
- MSR
- 128
-
-
-
- 3
- Primary
- true
-
-
-
-
-
- 1
- 1
-
- FAT32
-
-
-
- 2
- 2
-
-
-
- 3
- 3
-
- C
- NTFS
-
-
-
-
-
-
-
- 0
- 3
-
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- VK7JG-NPHTM-C97JM-9MPGT-3V66T
-
-
- false
-
- false
-
-
-
- 1
- reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v BypassTPMCheck /t REG_DWORD /d 1 /f
-
-
- 2
- reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v BypassSecureBootCheck /t REG_DWORD /d 1 /f
-
-
- 3
- reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v BypassRAMCheck /t REG_DWORD /d 1 /f
-
-
- 4
- reg.exe add "HKLM\SYSTEM\Setup\MoSetup" /v AllowUpgradesWithUnsupportedTPMOrCPU /t REG_DWORD /d 1 /f
-
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
- 24/7
-
- Dockur
- https://github.com/dockur/windows/issues
-
- Windows for Docker
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
-
- 1
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" /v BypassNRO /t REG_DWORD /d 1 /f
-
-
- 2
- reg.exe load "HKU\mount" "C:\Users\Default\NTUSER.DAT"
-
-
- 3
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "ContentDeliveryAllowed" /t REG_DWORD /d 0 /f
-
-
- 4
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "FeatureManagementEnabled" /t REG_DWORD /d 0 /f
-
-
- 5
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "OEMPreInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 6
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 7
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEverEnabled" /t REG_DWORD /d 0 /f
-
-
- 8
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SilentInstalledAppsEnabled" /t REG_DWORD /d 0 /f
-
-
- 9
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SoftLandingEnabled" /t REG_DWORD /d 0 /f
-
-
- 10
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContentEnabled" /t REG_DWORD /d 0 /f
-
-
- 11
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-310093Enabled" /t REG_DWORD /d 0 /f
-
-
- 12
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338387Enabled" /t REG_DWORD /d 0 /f
-
-
- 13
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338388Enabled" /t REG_DWORD /d 0 /f
-
-
- 14
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338389Enabled" /t REG_DWORD /d 0 /f
-
-
- 15
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338393Enabled" /t REG_DWORD /d 0 /f
-
-
- 16
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-353698Enabled" /t REG_DWORD /d 0 /f
-
-
- 17
- reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SystemPaneSuggestionsEnabled" /t REG_DWORD /d 0 /f
-
-
- 18
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableCloudOptimizedContent" /t REG_DWORD /d 1 /f
-
-
- 19
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 /f
-
-
- 20
- reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableConsumerAccountStateContent" /t REG_DWORD /d 1 /f
-
-
- 21
- reg.exe unload "HKU\mount"
-
-
- 22
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableCloudOptimizedContent" /t REG_DWORD /d 1 /f
-
-
- 23
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 /f
-
-
- 24
- reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableConsumerAccountStateContent" /t REG_DWORD /d 1 /f
-
-
- 25
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f
- Set Network Location to Home
-
-
- 26
- pnputil -i -a C:\Windows\Drivers\viogpudo\viogpudo.inf
- Install VirtIO display driver
-
-
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- true
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 2
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "RequireSecuritySignature" /t REG_DWORD /d 0 /f
- Disable SMB signing requirement
-
-
- 4
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 5
- powershell.exe -ExecutionPolicy Unrestricted -NoLogo -NoProfile -NonInteractive set-localuser -name "Docker" -passwordneverexpires 1
- Password Never Expires
-
-
- 6
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 7
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 8
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 9
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowCopilotButton" /t REG_DWORD /d 0 /f
- Hide Copilot button
-
-
- 10
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 11
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 12
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 13
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 14
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteAPP to launch unlisted programs
-
-
- 15
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 16
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
- Remove Task View from the Taskbar
-
-
- 17
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
- Remove Widgets from the Taskbar
-
-
- 18
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
- Remove Chat from the Taskbar
-
-
- 19
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 20
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 21
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 22
- reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV1 /d 0 /t REG_DWORD /f
- Disable unsupported hardware notifications
-
-
- 23
- reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f
- Disable unsupported hardware notifications
-
-
- 24
- cmd /C rd /q C:\Windows.old
- Remove empty Windows.old folder
-
-
- 25
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 26
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win2008r2-eval.xml b/assets/win2008r2-eval.xml
deleted file mode 100644
index 09a23ce..0000000
--- a/assets/win2008r2-eval.xml
+++ /dev/null
@@ -1,304 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
- OnError
-
- 0
- true
-
-
- 1
- Primary
- 100
-
-
- 2
- Primary
- true
-
-
-
-
- NTFS
-
- 1
- true
- 1
- 0x27
-
-
- true
- NTFS
-
- C
- 2
- 2
-
-
-
-
-
-
-
-
- 1
- /IMAGE/INDEX
-
-
-
- 0
- 2
-
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
-
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
- true
-
-
- true
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 4
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 5
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 6
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 7
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 8
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v "HideWizard" /t REG_DWORD /d 1 /f
- Disable Network Discovery popup
-
-
- 9
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\NewNetworks" /v NetworkList /t REG_MULTI_SZ /d "" /f
- Disable Network Discovery popup
-
-
- 10
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 11
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 12
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 13
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 14
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 15
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 16
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 17
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 18
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 19
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 20
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 21
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win2008r2.xml b/assets/win2008r2.xml
deleted file mode 100644
index 5dee0a5..0000000
--- a/assets/win2008r2.xml
+++ /dev/null
@@ -1,307 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
- OnError
-
- 0
- true
-
-
- 1
- Primary
- 100
-
-
- 2
- Primary
- true
-
-
-
-
- NTFS
-
- 1
- true
- 1
- 0x27
-
-
- true
- NTFS
-
- C
- 2
- 2
-
-
-
-
-
-
-
-
- 1
- /IMAGE/INDEX
-
-
-
- 0
- 2
-
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- YC6KT-GKW9T-YTKYR-T4X34-R7VHC
-
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
-
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
- true
-
-
- true
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 4
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 5
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 6
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 7
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 8
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v "HideWizard" /t REG_DWORD /d 1 /f
- Disable Network Discovery popup
-
-
- 9
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\NewNetworks" /v NetworkList /t REG_MULTI_SZ /d "" /f
- Disable Network Discovery popup
-
-
- 10
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 11
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 12
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 13
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 14
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 15
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 16
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 17
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 18
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 19
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 20
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 21
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win2012r2-eval.xml b/assets/win2012r2-eval.xml
deleted file mode 100644
index 6351559..0000000
--- a/assets/win2012r2-eval.xml
+++ /dev/null
@@ -1,327 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
- en-US
-
-
-
-
- 0
- true
-
-
-
- 1
- EFI
- 128
-
-
-
- 2
- MSR
- 128
-
-
-
- 3
- Primary
- true
-
-
-
-
-
- 1
- 1
-
- FAT32
-
-
-
- 2
- 2
-
-
-
- 3
- 3
-
- C
- NTFS
-
-
-
-
-
-
-
-
- /image/index
- 2
-
-
-
- 0
- 3
-
- OnError
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
-
- Windows for Docker
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
- en-US
-
-
-
-
- 1
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f
- Set Network Location to Home
-
-
-
-
- true
-
-
- true
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- true
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 4
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 5
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 6
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 7
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 8
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 9
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 10
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 11
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 12
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 13
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 14
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 15
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 16
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 17
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 18
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 19
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win2012r2.xml b/assets/win2012r2.xml
deleted file mode 100644
index bb3dd70..0000000
--- a/assets/win2012r2.xml
+++ /dev/null
@@ -1,330 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
- en-US
-
-
-
-
- 0
- true
-
-
-
- 1
- EFI
- 128
-
-
-
- 2
- MSR
- 128
-
-
-
- 3
- Primary
- true
-
-
-
-
-
- 1
- 1
-
- FAT32
-
-
-
- 2
- 2
-
-
-
- 3
- 3
-
- C
- NTFS
-
-
-
-
-
-
-
-
- /image/index
- 2
-
-
-
- 0
- 3
-
- OnError
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- D2N9P-3P6X9-2R39C-7RTCD-MDVJX
-
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
-
- Windows for Docker
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
- en-US
-
-
-
-
- 1
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f
- Set Network Location to Home
-
-
-
-
- true
-
-
- true
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- true
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 4
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 5
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 6
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 7
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 8
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 9
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 10
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 11
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 12
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 13
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 14
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 15
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 16
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 17
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 18
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 19
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win2016-eval.xml b/assets/win2016-eval.xml
deleted file mode 100644
index d788960..0000000
--- a/assets/win2016-eval.xml
+++ /dev/null
@@ -1,347 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
- en-US
-
-
-
-
- 0
- true
-
-
-
- 1
- EFI
- 128
-
-
-
- 2
- MSR
- 128
-
-
-
- 3
- Primary
- true
-
-
-
-
-
- 1
- 1
-
- FAT32
-
-
-
- 2
- 2
-
-
-
- 3
- 3
-
- C
- NTFS
-
-
-
-
-
-
-
-
- /IMAGE/NAME
- Windows Server 2016 SERVERSTANDARD
-
-
-
- 0
- 3
-
- OnError
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
-
- Windows for Docker
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
- en-US
-
-
-
-
- 1
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f
- Set Network Location to Home
-
-
-
-
- true
-
-
- true
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- true
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 4
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 5
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 6
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 7
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 8
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 9
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 10
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 11
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 12
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 13
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 14
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f
- Remove Search from the Taskbar
-
-
- 15
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
- Remove Task View from the Taskbar
-
-
- 16
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
- Remove Widgets from the Taskbar
-
-
- 17
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
- Remove Chat from the Taskbar
-
-
- 18
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 19
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 20
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 21
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 22
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 23
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win2016.xml b/assets/win2016.xml
deleted file mode 100644
index e055e00..0000000
--- a/assets/win2016.xml
+++ /dev/null
@@ -1,350 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
- en-US
-
-
-
-
- 0
- true
-
-
-
- 1
- EFI
- 128
-
-
-
- 2
- MSR
- 128
-
-
-
- 3
- Primary
- true
-
-
-
-
-
- 1
- 1
-
- FAT32
-
-
-
- 2
- 2
-
-
-
- 3
- 3
-
- C
- NTFS
-
-
-
-
-
-
-
-
- /IMAGE/NAME
- Windows Server 2016 SERVERSTANDARD
-
-
-
- 0
- 3
-
- OnError
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY
-
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
-
- Windows for Docker
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
- en-US
-
-
-
-
- 1
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f
- Set Network Location to Home
-
-
-
-
- true
-
-
- true
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- true
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 4
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 5
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 6
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 7
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 8
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 9
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 10
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 11
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 12
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 13
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 14
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f
- Remove Search from the Taskbar
-
-
- 15
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
- Remove Task View from the Taskbar
-
-
- 16
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
- Remove Widgets from the Taskbar
-
-
- 17
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
- Remove Chat from the Taskbar
-
-
- 18
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 19
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 20
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 21
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 22
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 23
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win2019-eval.xml b/assets/win2019-eval.xml
deleted file mode 100644
index 332d974..0000000
--- a/assets/win2019-eval.xml
+++ /dev/null
@@ -1,351 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
- en-US
-
-
-
-
- 0
- true
-
-
-
- 1
- EFI
- 128
-
-
-
- 2
- MSR
- 128
-
-
-
- 3
- Primary
- true
-
-
-
-
-
- 1
- 1
-
- FAT32
-
-
-
- 2
- 2
-
-
-
- 3
- 3
-
- C
- NTFS
-
-
-
-
-
-
-
-
- /IMAGE/NAME
- Windows Server 2019 SERVERSTANDARD
-
-
-
- 0
- 3
-
- OnError
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
- 24/7
-
- Dockur
- https://github.com/dockur/windows/issues
-
- Windows for Docker
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
- en-US
-
-
-
-
- 1
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f
- Set Network Location to Home
-
-
-
-
- true
-
-
- true
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- true
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 4
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 5
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 6
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 7
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 8
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 9
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 10
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 11
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 12
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 13
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 14
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f
- Remove Search from the Taskbar
-
-
- 15
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
- Remove Task View from the Taskbar
-
-
- 16
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
- Remove Widgets from the Taskbar
-
-
- 17
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
- Remove Chat from the Taskbar
-
-
- 18
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 19
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 20
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 21
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 22
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 23
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win2019-hv.xml b/assets/win2019-hv.xml
deleted file mode 100644
index 2fb6e32..0000000
--- a/assets/win2019-hv.xml
+++ /dev/null
@@ -1,356 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
- en-US
-
-
-
-
- 0
- true
-
-
-
- 1
- EFI
- 128
-
-
-
- 2
- MSR
- 128
-
-
-
- 3
- Primary
- true
-
-
-
-
-
- 1
- 1
-
- FAT32
-
-
-
- 2
- 2
-
-
-
- 3
- 3
-
- C
- NTFS
-
-
-
-
-
-
-
-
- /IMAGE/NAME
- Hyper-V Server 2019 SERVERHYPERCORE
-
-
-
- 0
- 3
-
- OnError
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
- 24/7
-
- Dockur
- https://github.com/dockur/windows/issues
-
- Windows for Docker
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
- en-US
-
-
-
-
- 1
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f
- Set Network Location to Home
-
-
- 2
- dism.exe /online /Disable-Feature /FeatureName:Microsoft-Hyper-V /NoRestart
- Disable Hyper-V role
-
-
-
-
- true
-
-
- true
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- true
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 4
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 5
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 6
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 7
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 8
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 9
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 10
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 11
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 12
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 13
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 14
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f
- Remove Search from the Taskbar
-
-
- 15
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
- Remove Task View from the Taskbar
-
-
- 16
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
- Remove Widgets from the Taskbar
-
-
- 17
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
- Remove Chat from the Taskbar
-
-
- 18
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 19
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 20
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 21
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 22
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 23
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win2019.xml b/assets/win2019.xml
deleted file mode 100644
index b5d8235..0000000
--- a/assets/win2019.xml
+++ /dev/null
@@ -1,354 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
- en-US
-
-
-
-
- 0
- true
-
-
-
- 1
- EFI
- 128
-
-
-
- 2
- MSR
- 128
-
-
-
- 3
- Primary
- true
-
-
-
-
-
- 1
- 1
-
- FAT32
-
-
-
- 2
- 2
-
-
-
- 3
- 3
-
- C
- NTFS
-
-
-
-
-
-
-
-
- /IMAGE/NAME
- Windows Server 2019 SERVERSTANDARD
-
-
-
- 0
- 3
-
- OnError
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- N69G4-B89J2-4G8F4-WWYCC-J464C
-
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
- 24/7
-
- Dockur
- https://github.com/dockur/windows/issues
-
- Windows for Docker
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
- en-US
-
-
-
-
- 1
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f
- Set Network Location to Home
-
-
-
-
- true
-
-
- true
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- true
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 4
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 5
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 6
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 7
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 8
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 9
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 10
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 11
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 12
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 13
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 14
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f
- Remove Search from the Taskbar
-
-
- 15
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
- Remove Task View from the Taskbar
-
-
- 16
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
- Remove Widgets from the Taskbar
-
-
- 17
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
- Remove Chat from the Taskbar
-
-
- 18
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 19
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 20
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 21
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 22
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 23
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win2022-eval.xml b/assets/win2022-eval.xml
deleted file mode 100644
index 5748cb4..0000000
--- a/assets/win2022-eval.xml
+++ /dev/null
@@ -1,351 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
- en-US
-
-
-
-
- 0
- true
-
-
-
- 1
- EFI
- 128
-
-
-
- 2
- MSR
- 128
-
-
-
- 3
- Primary
- true
-
-
-
-
-
- 1
- 1
-
- FAT32
-
-
-
- 2
- 2
-
-
-
- 3
- 3
-
- C
- NTFS
-
-
-
-
-
-
-
-
- /IMAGE/NAME
- Windows Server 2022 SERVERSTANDARD
-
-
-
- 0
- 3
-
- OnError
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
- 24/7
-
- Dockur
- https://github.com/dockur/windows/issues
-
- Windows for Docker
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
- en-US
-
-
-
-
- 1
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f
- Set Network Location to Home
-
-
-
-
- true
-
-
- true
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- true
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 4
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 5
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 6
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 7
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 8
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 9
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 10
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 11
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 12
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 13
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 14
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f
- Remove Search from the Taskbar
-
-
- 15
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
- Remove Task View from the Taskbar
-
-
- 16
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
- Remove Widgets from the Taskbar
-
-
- 17
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
- Remove Chat from the Taskbar
-
-
- 18
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 19
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 20
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 21
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 22
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 23
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win2022.xml b/assets/win2022.xml
deleted file mode 100644
index eac9414..0000000
--- a/assets/win2022.xml
+++ /dev/null
@@ -1,354 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
- en-US
-
-
-
-
- 0
- true
-
-
-
- 1
- EFI
- 128
-
-
-
- 2
- MSR
- 128
-
-
-
- 3
- Primary
- true
-
-
-
-
-
- 1
- 1
-
- FAT32
-
-
-
- 2
- 2
-
-
-
- 3
- 3
-
- C
- NTFS
-
-
-
-
-
-
-
-
- /IMAGE/NAME
- Windows Server 2022 SERVERSTANDARD
-
-
-
- 0
- 3
-
- OnError
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- VDYBN-27WPP-V4HQT-9VMD4-VMK7H
-
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
- 24/7
-
- Dockur
- https://github.com/dockur/windows/issues
-
- Windows for Docker
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
- en-US
-
-
-
-
- 1
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f
- Set Network Location to Home
-
-
-
-
- true
-
-
- true
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- true
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 4
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 5
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 6
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 7
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 8
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 9
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 10
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 11
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 12
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 13
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 14
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f
- Remove Search from the Taskbar
-
-
- 15
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
- Remove Task View from the Taskbar
-
-
- 16
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
- Remove Widgets from the Taskbar
-
-
- 17
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
- Remove Chat from the Taskbar
-
-
- 18
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 19
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 20
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 21
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 22
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 23
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win2025-eval.xml b/assets/win2025-eval.xml
deleted file mode 100644
index 5b92f00..0000000
--- a/assets/win2025-eval.xml
+++ /dev/null
@@ -1,361 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
- en-US
-
-
-
-
- 0
- true
-
-
-
- 1
- EFI
- 128
-
-
-
- 2
- MSR
- 128
-
-
-
- 3
- Primary
- true
-
-
-
-
-
- 1
- 1
-
- FAT32
-
-
-
- 2
- 2
-
-
-
- 3
- 3
-
- C
- NTFS
-
-
-
-
-
-
-
-
- /IMAGE/NAME
- Windows Server 2025 SERVERSTANDARD
-
-
-
- 0
- 3
-
- OnError
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
- 24/7
-
- Dockur
- https://github.com/dockur/windows/issues
-
- Windows for Docker
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
- en-US
-
-
-
-
- 1
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f
- Set Network Location to Home
-
-
- 2
- pnputil -i -a C:\Windows\Drivers\viogpudo\viogpudo.inf
- Install VirtIO display driver
-
-
-
-
- true
-
-
- true
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- true
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 2
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "RequireSecuritySignature" /t REG_DWORD /d 0 /f
- Disable SMB signing requirement
-
-
- 4
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 5
- powershell.exe -ExecutionPolicy Unrestricted -NoLogo -NoProfile -NonInteractive set-localuser -name "Docker" -passwordneverexpires 1
- Password Never Expires
-
-
- 6
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 7
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 8
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 9
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowCopilotButton" /t REG_DWORD /d 0 /f
- Hide Copilot button
-
-
- 10
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 11
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 12
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 13
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 14
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteAPP to launch unlisted programs
-
-
- 15
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 16
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
- Remove Task View from the Taskbar
-
-
- 17
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
- Remove Widgets from the Taskbar
-
-
- 18
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
- Remove Chat from the Taskbar
-
-
- 19
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 20
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 21
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 22
- cmd /C rd /q C:\Windows.old
- Remove empty Windows.old folder
-
-
- 23
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 24
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win2025.xml b/assets/win2025.xml
deleted file mode 100644
index 2796db6..0000000
--- a/assets/win2025.xml
+++ /dev/null
@@ -1,364 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
- en-US
-
-
-
-
- 0
- true
-
-
-
- 1
- EFI
- 128
-
-
-
- 2
- MSR
- 128
-
-
-
- 3
- Primary
- true
-
-
-
-
-
- 1
- 1
-
- FAT32
-
-
-
- 2
- 2
-
-
-
- 3
- 3
-
- C
- NTFS
-
-
-
-
-
-
-
-
- /IMAGE/NAME
- Windows Server 2025 SERVERSTANDARD
-
-
-
- 0
- 3
-
- OnError
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- TVRH6-WHNXV-R9WG3-9XRFY-MY832
-
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
- 24/7
-
- Dockur
- https://github.com/dockur/windows/issues
-
- Windows for Docker
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
- en-US
-
-
-
-
- 1
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f
- Set Network Location to Home
-
-
- 2
- pnputil -i -a C:\Windows\Drivers\viogpudo\viogpudo.inf
- Install VirtIO display driver
-
-
-
-
- true
-
-
- true
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- true
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 2
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "RequireSecuritySignature" /t REG_DWORD /d 0 /f
- Disable SMB signing requirement
-
-
- 4
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 5
- powershell.exe -ExecutionPolicy Unrestricted -NoLogo -NoProfile -NonInteractive set-localuser -name "Docker" -passwordneverexpires 1
- Password Never Expires
-
-
- 6
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 7
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 8
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 9
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowCopilotButton" /t REG_DWORD /d 0 /f
- Hide Copilot button
-
-
- 10
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 11
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 12
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 13
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 14
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteAPP to launch unlisted programs
-
-
- 15
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 16
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
- Remove Task View from the Taskbar
-
-
- 17
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
- Remove Widgets from the Taskbar
-
-
- 18
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
- Remove Chat from the Taskbar
-
-
- 19
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 20
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 21
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 22
- cmd /C rd /q C:\Windows.old
- Remove empty Windows.old folder
-
-
- 23
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 24
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win7x64-enterprise-eval.xml b/assets/win7x64-enterprise-eval.xml
deleted file mode 100644
index c3cc15b..0000000
--- a/assets/win7x64-enterprise-eval.xml
+++ /dev/null
@@ -1,283 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
- OnError
-
- 0
- true
-
-
- 1
- Primary
- 100
-
-
- 2
- Primary
- true
-
-
-
-
- NTFS
-
- 1
- true
- 1
- 0x27
-
-
- true
- NTFS
-
- C
- 2
- 2
-
-
-
-
-
-
-
-
- Windows 7 Enterprise
- /IMAGE/NAME
-
-
-
- 0
- 2
-
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
-
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 4
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 5
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 6
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 7
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v "HideWizard" /t REG_DWORD /d 1 /f
- Disable Network Discovery popup
-
-
- 8
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\NewNetworks" /v NetworkList /t REG_MULTI_SZ /d "" /f
- Disable Network Discovery popup
-
-
- 9
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 10
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 11
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 12
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 13
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 14
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteAPP to launch unlisted programs
-
-
- 15
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 16
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 17
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 18
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win7x64-enterprise.xml b/assets/win7x64-enterprise.xml
deleted file mode 100644
index b362a9f..0000000
--- a/assets/win7x64-enterprise.xml
+++ /dev/null
@@ -1,287 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
- OnError
-
- 0
- true
-
-
- 1
- Primary
- 100
-
-
- 2
- Primary
- true
-
-
-
-
- NTFS
-
- 1
- true
- 1
- 0x27
-
-
- true
- NTFS
-
- C
- 2
- 2
-
-
-
-
-
-
-
-
- Windows 7 Enterprise
- /IMAGE/NAME
-
-
-
- 0
- 2
-
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- H7X92-3VPBB-Q799D-Y6JJ3-86WC6
- OnError
-
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
-
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 4
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 5
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 6
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 7
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v "HideWizard" /t REG_DWORD /d 1 /f
- Disable Network Discovery popup
-
-
- 8
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\NewNetworks" /v NetworkList /t REG_MULTI_SZ /d "" /f
- Disable Network Discovery popup
-
-
- 9
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 10
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 11
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 12
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 13
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 14
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteAPP to launch unlisted programs
-
-
- 15
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 16
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 17
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 18
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win7x64-ultimate.xml b/assets/win7x64-ultimate.xml
deleted file mode 100644
index 2ee085a..0000000
--- a/assets/win7x64-ultimate.xml
+++ /dev/null
@@ -1,287 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
- OnError
-
- 0
- true
-
-
- 1
- Primary
- 100
-
-
- 2
- Primary
- true
-
-
-
-
- NTFS
-
- 1
- true
- 1
- 0x27
-
-
- true
- NTFS
-
- C
- 2
- 2
-
-
-
-
-
-
-
-
- Windows 7 Ultimate
- /IMAGE/NAME
-
-
-
- 0
- 2
-
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- D4F6K-QK3RD-TMVMJ-BBMRX-3MBMV
- OnError
-
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
-
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 4
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 5
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 6
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 7
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v "HideWizard" /t REG_DWORD /d 1 /f
- Disable Network Discovery popup
-
-
- 8
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\NewNetworks" /v NetworkList /t REG_MULTI_SZ /d "" /f
- Disable Network Discovery popup
-
-
- 9
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 10
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 11
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 12
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 13
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 14
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteAPP to launch unlisted programs
-
-
- 15
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 16
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 17
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 18
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win7x64.xml b/assets/win7x64.xml
deleted file mode 100644
index 3769dfd..0000000
--- a/assets/win7x64.xml
+++ /dev/null
@@ -1,287 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
- OnError
-
- 0
- true
-
-
- 1
- Primary
- 100
-
-
- 2
- Primary
- true
-
-
-
-
- NTFS
-
- 1
- true
- 1
- 0x27
-
-
- true
- NTFS
-
- C
- 2
- 2
-
-
-
-
-
-
-
-
- Windows 7 PROFESSIONAL
- /IMAGE/NAME
-
-
-
- 0
- 2
-
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- HYF8J-CVRMY-CM74G-RPHKF-PW487
- OnError
-
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
-
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 4
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 5
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 6
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 7
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v "HideWizard" /t REG_DWORD /d 1 /f
- Disable Network Discovery popup
-
-
- 8
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\NewNetworks" /v NetworkList /t REG_MULTI_SZ /d "" /f
- Disable Network Discovery popup
-
-
- 9
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 10
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 11
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 12
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 13
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 14
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteAPP to launch unlisted programs
-
-
- 15
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 16
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 17
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 18
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win7x86-enterprise.xml b/assets/win7x86-enterprise.xml
deleted file mode 100644
index 7ac8ef0..0000000
--- a/assets/win7x86-enterprise.xml
+++ /dev/null
@@ -1,287 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
- OnError
-
- 0
- true
-
-
- 1
- Primary
- 100
-
-
- 2
- Primary
- true
-
-
-
-
- NTFS
-
- 1
- true
- 1
- 0x27
-
-
- true
- NTFS
-
- C
- 2
- 2
-
-
-
-
-
-
-
-
- Windows 7 Enterprise
- /IMAGE/NAME
-
-
-
- 0
- 2
-
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- H7X92-3VPBB-Q799D-Y6JJ3-86WC6
- OnError
-
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
-
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 4
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 5
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 6
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 7
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v "HideWizard" /t REG_DWORD /d 1 /f
- Disable Network Discovery popup
-
-
- 8
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\NewNetworks" /v NetworkList /t REG_MULTI_SZ /d "" /f
- Disable Network Discovery popup
-
-
- 9
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 10
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 11
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 12
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 13
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 14
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteAPP to launch unlisted programs
-
-
- 15
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 16
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 17
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 18
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win7x86-ultimate.xml b/assets/win7x86-ultimate.xml
deleted file mode 100644
index 419a508..0000000
--- a/assets/win7x86-ultimate.xml
+++ /dev/null
@@ -1,287 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
- OnError
-
- 0
- true
-
-
- 1
- Primary
- 100
-
-
- 2
- Primary
- true
-
-
-
-
- NTFS
-
- 1
- true
- 1
- 0x27
-
-
- true
- NTFS
-
- C
- 2
- 2
-
-
-
-
-
-
-
-
- Windows 7 Ultimate
- /IMAGE/NAME
-
-
-
- 0
- 2
-
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- D4F6K-QK3RD-TMVMJ-BBMRX-3MBMV
- OnError
-
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
-
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 4
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 5
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 6
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 7
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v "HideWizard" /t REG_DWORD /d 1 /f
- Disable Network Discovery popup
-
-
- 8
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\NewNetworks" /v NetworkList /t REG_MULTI_SZ /d "" /f
- Disable Network Discovery popup
-
-
- 9
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 10
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 11
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 12
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 13
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 14
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteAPP to launch unlisted programs
-
-
- 15
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 16
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 17
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 18
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win7x86.xml b/assets/win7x86.xml
deleted file mode 100644
index bae5a8f..0000000
--- a/assets/win7x86.xml
+++ /dev/null
@@ -1,287 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
- OnError
-
- 0
- true
-
-
- 1
- Primary
- 100
-
-
- 2
- Primary
- true
-
-
-
-
- NTFS
-
- 1
- true
- 1
- 0x27
-
-
- true
- NTFS
-
- C
- 2
- 2
-
-
-
-
-
-
-
-
- Windows 7 PROFESSIONAL
- /IMAGE/NAME
-
-
-
- 0
- 2
-
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- HYF8J-CVRMY-CM74G-RPHKF-PW487
- OnError
-
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
-
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 4
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 5
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 6
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 7
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v "HideWizard" /t REG_DWORD /d 1 /f
- Disable Network Discovery popup
-
-
- 8
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\NewNetworks" /v NetworkList /t REG_MULTI_SZ /d "" /f
- Disable Network Discovery popup
-
-
- 9
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 10
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 11
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 12
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 13
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 14
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteAPP to launch unlisted programs
-
-
- 15
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 16
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 17
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 18
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win81x64-enterprise-eval.xml b/assets/win81x64-enterprise-eval.xml
deleted file mode 100644
index 745fd9d..0000000
--- a/assets/win81x64-enterprise-eval.xml
+++ /dev/null
@@ -1,312 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
-
- 0
- true
-
-
-
- 1
- EFI
- 128
-
-
-
- 2
- MSR
- 128
-
-
-
- 3
- Primary
- true
-
-
-
-
-
- 1
- 1
-
- FAT32
-
-
-
- 2
- 2
-
-
-
- 3
- 3
-
- C
- NTFS
-
-
-
-
-
-
-
- 0
- 3
-
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
-
- Windows for Docker
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
-
- 1
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f
- Set Network Location to Home
-
-
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- true
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 4
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 5
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 6
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 7
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 8
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 9
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 10
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 11
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 12
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 13
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 14
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 15
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 16
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 17
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 18
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 19
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win81x64-enterprise.xml b/assets/win81x64-enterprise.xml
deleted file mode 100644
index a073c38..0000000
--- a/assets/win81x64-enterprise.xml
+++ /dev/null
@@ -1,315 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
-
- 0
- true
-
-
-
- 1
- EFI
- 128
-
-
-
- 2
- MSR
- 128
-
-
-
- 3
- Primary
- true
-
-
-
-
-
- 1
- 1
-
- FAT32
-
-
-
- 2
- 2
-
-
-
- 3
- 3
-
- C
- NTFS
-
-
-
-
-
-
-
- 0
- 3
-
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- FHQNR-XYXYC-8PMHT-TV4PH-DRQ3H
-
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
-
- Windows for Docker
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
-
- 1
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f
- Set Network Location to Home
-
-
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- true
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 4
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 5
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 6
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 7
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 8
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 9
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 10
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 11
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 12
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 13
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 14
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 15
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 16
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 17
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 18
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 19
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/win81x64.xml b/assets/win81x64.xml
deleted file mode 100644
index 6b45785..0000000
--- a/assets/win81x64.xml
+++ /dev/null
@@ -1,322 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
-
- 0
- true
-
-
-
- 1
- EFI
- 128
-
-
-
- 2
- MSR
- 128
-
-
-
- 3
- Primary
- true
-
-
-
-
-
- 1
- 1
-
- FAT32
-
-
-
- 2
- 2
-
-
-
- 3
- 3
-
- C
- NTFS
-
-
-
-
-
-
-
-
- Windows 8.1 Pro
- /IMAGE/NAME
-
-
-
- 0
- 3
-
- false
-
-
-
- true
- Never
-
-
- false
- Never
-
-
- true
- Docker
- Windows for Docker
-
- GCRJD-8NW9H-F2CDX-CCM8D-9D6T9
- OnError
-
-
- false
-
- false
-
-
-
-
-
- false
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
-
- Dockur
- Windows for Docker
-
- Windows for Docker
-
-
- 1
-
-
- true
- true
- https://google.com
- about:blank
-
-
- true
- true
- https://google.com
- about:blank
-
-
- 0
-
-
- 1
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
-
- 1
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f
- Set Network Location to Home
-
-
-
-
- false
-
-
- 0
-
-
-
-
- true
- all
- @FirewallAPI.dll,-28752
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- true
- true
- true
- true
- Home
- 3
- true
- true
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f
- Enable option for passwordless sign-in
-
-
- 4
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 5
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 6
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 7
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 8
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 9
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 10
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 11
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 12
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 13
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 14
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
- Turn off Windows Update auto download
-
-
- 15
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 16
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 17
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 18
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 19
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/winvistax64-enterprise.xml b/assets/winvistax64-enterprise.xml
deleted file mode 100644
index a3dac19..0000000
--- a/assets/winvistax64-enterprise.xml
+++ /dev/null
@@ -1,266 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
- OnError
-
- 0
- true
-
-
- 1
- Primary
- true
-
-
-
-
- true
- NTFS
-
- C
- 1
- 1
-
-
-
-
-
-
-
-
- Windows Vista Enterprise
- /IMAGE/NAME
-
-
-
- 0
- 1
-
- OnError
- false
-
-
-
- true
- Docker
- Windows for Docker
-
- VKK3X-68KWM-X2YGT-QR4M6-4BWMV
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
- VKK3X-68KWM-X2YGT-QR4M6-4BWMV
- Pacific Standard Time
-
- Dockur
- Windows for Docker
-
- Dockur
- Windows for Docker
-
-
- 1
-
-
- false
-
-
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
- about:blank
-
-
- 0
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- Home
- 3
- true
- false
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 4
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 5
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 6
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 7
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v "HideWizard" /t REG_DWORD /d 1 /f
- Disable Network Discovery popup
-
-
- 8
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\NewNetworks" /v NetworkList /t REG_MULTI_SZ /d "" /f
- Disable Network Discovery popup
-
-
- 9
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 10
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 11
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 12
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 13
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 14
- netsh.exe advfirewall firewall set rule group="@FirewallAPI.dll,-28752" new enable=Yes
- Add RDP in firewall
-
-
- 15
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
- Enable RDP
-
-
- 16
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Windows\Sidebar" /v "TurnOffSidebar" /t REG_DWORD /d 1 /f
- Turn off sidebar
-
-
- 17
- reg.exe add "HKCU\Control Panel\Desktop" /v "ScreenSaveActive" /t REG_SZ /d 0 /f
- Disable screensaver
-
-
- 18
- reg.exe add "HKCU\Control Panel\Desktop" /v SCRNSAVE.EXE /t REG_SZ /d C:\Windows\System32\scrnsavex.scr /f
- Disable screensaver
-
-
- 19
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 20
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 21
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 22
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 23
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 24
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/winvistax64-ultimate.xml b/assets/winvistax64-ultimate.xml
deleted file mode 100644
index eb12e60..0000000
--- a/assets/winvistax64-ultimate.xml
+++ /dev/null
@@ -1,266 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
- OnError
-
- 0
- true
-
-
- 1
- Primary
- true
-
-
-
-
- true
- NTFS
-
- C
- 1
- 1
-
-
-
-
-
-
-
-
- Windows Vista Ultimate
- /IMAGE/NAME
-
-
-
- 0
- 1
-
- OnError
- false
-
-
-
- true
- Docker
- Windows for Docker
-
- VMCB9-FDRV6-6CDQM-RV23K-RP8F7
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
- VMCB9-FDRV6-6CDQM-RV23K-RP8F7
- Pacific Standard Time
-
- Dockur
- Windows for Docker
-
- Dockur
- Windows for Docker
-
-
- 1
-
-
- false
-
-
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
- about:blank
-
-
- 0
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- Home
- 3
- true
- false
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 4
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 5
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 6
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 7
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v "HideWizard" /t REG_DWORD /d 1 /f
- Disable Network Discovery popup
-
-
- 8
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\NewNetworks" /v NetworkList /t REG_MULTI_SZ /d "" /f
- Disable Network Discovery popup
-
-
- 9
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 10
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 11
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 12
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 13
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 14
- netsh.exe advfirewall firewall set rule group="@FirewallAPI.dll,-28752" new enable=Yes
- Add RDP in firewall
-
-
- 15
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
- Enable RDP
-
-
- 16
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Windows\Sidebar" /v "TurnOffSidebar" /t REG_DWORD /d 1 /f
- Turn off sidebar
-
-
- 17
- reg.exe add "HKCU\Control Panel\Desktop" /v "ScreenSaveActive" /t REG_SZ /d 0 /f
- Disable screensaver
-
-
- 18
- reg.exe add "HKCU\Control Panel\Desktop" /v SCRNSAVE.EXE /t REG_SZ /d C:\Windows\System32\scrnsavex.scr /f
- Disable screensaver
-
-
- 19
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 20
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 21
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 22
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 23
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 24
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/winvistax64.xml b/assets/winvistax64.xml
deleted file mode 100644
index ad2ac70..0000000
--- a/assets/winvistax64.xml
+++ /dev/null
@@ -1,266 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
- OnError
-
- 0
- true
-
-
- 1
- Primary
- true
-
-
-
-
- true
- NTFS
-
- C
- 1
- 1
-
-
-
-
-
-
-
-
- Windows Vista BUSINESS
- /IMAGE/NAME
-
-
-
- 0
- 1
-
- OnError
- false
-
-
-
- true
- Docker
- Windows for Docker
-
- 4D2XH-PRBMM-8Q22B-K8BM3-MRW4W
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
- 4D2XH-PRBMM-8Q22B-K8BM3-MRW4W
- Pacific Standard Time
-
- Dockur
- Windows for Docker
-
- Dockur
- Windows for Docker
-
-
- 1
-
-
- false
-
-
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
- about:blank
-
-
- 0
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- Home
- 3
- true
- false
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 4
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 5
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 6
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 7
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v "HideWizard" /t REG_DWORD /d 1 /f
- Disable Network Discovery popup
-
-
- 8
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\NewNetworks" /v NetworkList /t REG_MULTI_SZ /d "" /f
- Disable Network Discovery popup
-
-
- 9
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 10
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 11
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 12
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 13
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 14
- netsh.exe advfirewall firewall set rule group="@FirewallAPI.dll,-28752" new enable=Yes
- Add RDP in firewall
-
-
- 15
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
- Enable RDP
-
-
- 16
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Windows\Sidebar" /v "TurnOffSidebar" /t REG_DWORD /d 1 /f
- Turn off sidebar
-
-
- 17
- reg.exe add "HKCU\Control Panel\Desktop" /v "ScreenSaveActive" /t REG_SZ /d 0 /f
- Disable screensaver
-
-
- 18
- reg.exe add "HKCU\Control Panel\Desktop" /v SCRNSAVE.EXE /t REG_SZ /d C:\Windows\System32\scrnsavex.scr /f
- Disable screensaver
-
-
- 19
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 20
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 21
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 22
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 23
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 24
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/winvistax86-enterprise.xml b/assets/winvistax86-enterprise.xml
deleted file mode 100644
index 5092331..0000000
--- a/assets/winvistax86-enterprise.xml
+++ /dev/null
@@ -1,266 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
- OnError
-
- 0
- true
-
-
- 1
- Primary
- true
-
-
-
-
- true
- NTFS
-
- C
- 1
- 1
-
-
-
-
-
-
-
-
- Windows Vista Enterprise
- /IMAGE/NAME
-
-
-
- 0
- 1
-
- OnError
- false
-
-
-
- true
- Docker
- Windows for Docker
-
- VKK3X-68KWM-X2YGT-QR4M6-4BWMV
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
- VKK3X-68KWM-X2YGT-QR4M6-4BWMV
- Pacific Standard Time
-
- Dockur
- Windows for Docker
-
- Dockur
- Windows for Docker
-
-
- 1
-
-
- false
-
-
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
- about:blank
-
-
- 0
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- Home
- 3
- true
- false
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 4
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 5
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 6
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 7
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v "HideWizard" /t REG_DWORD /d 1 /f
- Disable Network Discovery popup
-
-
- 8
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\NewNetworks" /v NetworkList /t REG_MULTI_SZ /d "" /f
- Disable Network Discovery popup
-
-
- 9
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 10
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 11
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 12
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 13
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 14
- netsh.exe advfirewall firewall set rule group="@FirewallAPI.dll,-28752" new enable=Yes
- Add RDP in firewall
-
-
- 15
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
- Enable RDP
-
-
- 16
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Windows\Sidebar" /v "TurnOffSidebar" /t REG_DWORD /d 1 /f
- Turn off sidebar
-
-
- 17
- reg.exe add "HKCU\Control Panel\Desktop" /v "ScreenSaveActive" /t REG_SZ /d 0 /f
- Disable screensaver
-
-
- 18
- reg.exe add "HKCU\Control Panel\Desktop" /v SCRNSAVE.EXE /t REG_SZ /d C:\Windows\System32\scrnsavex.scr /f
- Disable screensaver
-
-
- 19
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 20
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 21
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 22
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 23
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 24
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/winvistax86-ultimate.xml b/assets/winvistax86-ultimate.xml
deleted file mode 100644
index 97ad23e..0000000
--- a/assets/winvistax86-ultimate.xml
+++ /dev/null
@@ -1,266 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
- OnError
-
- 0
- true
-
-
- 1
- Primary
- true
-
-
-
-
- true
- NTFS
-
- C
- 1
- 1
-
-
-
-
-
-
-
-
- Windows Vista Ultimate
- /IMAGE/NAME
-
-
-
- 0
- 1
-
- OnError
- false
-
-
-
- true
- Docker
- Windows for Docker
-
- VMCB9-FDRV6-6CDQM-RV23K-RP8F7
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
- VMCB9-FDRV6-6CDQM-RV23K-RP8F7
- Pacific Standard Time
-
- Dockur
- Windows for Docker
-
- Dockur
- Windows for Docker
-
-
- 1
-
-
- false
-
-
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
- about:blank
-
-
- 0
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- Home
- 3
- true
- false
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 4
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 5
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 6
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 7
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v "HideWizard" /t REG_DWORD /d 1 /f
- Disable Network Discovery popup
-
-
- 8
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\NewNetworks" /v NetworkList /t REG_MULTI_SZ /d "" /f
- Disable Network Discovery popup
-
-
- 9
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 10
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 11
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 12
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 13
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 14
- netsh.exe advfirewall firewall set rule group="@FirewallAPI.dll,-28752" new enable=Yes
- Add RDP in firewall
-
-
- 15
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
- Enable RDP
-
-
- 16
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Windows\Sidebar" /v "TurnOffSidebar" /t REG_DWORD /d 1 /f
- Turn off sidebar
-
-
- 17
- reg.exe add "HKCU\Control Panel\Desktop" /v "ScreenSaveActive" /t REG_SZ /d 0 /f
- Disable screensaver
-
-
- 18
- reg.exe add "HKCU\Control Panel\Desktop" /v SCRNSAVE.EXE /t REG_SZ /d C:\Windows\System32\scrnsavex.scr /f
- Disable screensaver
-
-
- 19
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 20
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 21
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 22
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 23
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 24
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/assets/winvistax86.xml b/assets/winvistax86.xml
deleted file mode 100644
index ade1942..0000000
--- a/assets/winvistax86.xml
+++ /dev/null
@@ -1,266 +0,0 @@
-
-
-
-
-
- en-US
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
-
- OnError
-
- 0
- true
-
-
- 1
- Primary
- true
-
-
-
-
- true
- NTFS
-
- C
- 1
- 1
-
-
-
-
-
-
-
-
- Windows Vista BUSINESS
- /IMAGE/NAME
-
-
-
- 0
- 1
-
- OnError
- false
-
-
-
- true
- Docker
- Windows for Docker
-
- 4D2XH-PRBMM-8Q22B-K8BM3-MRW4W
-
-
-
-
-
-
- true
-
-
- 1
-
-
-
-
- true
-
-
- *
- 4D2XH-PRBMM-8Q22B-K8BM3-MRW4W
- Pacific Standard Time
-
- Dockur
- Windows for Docker
-
- Dockur
- Windows for Docker
-
-
- 1
-
-
- false
-
-
-
-
- 0409:00000409
- en-US
- en-US
- en-US
-
-
- about:blank
-
-
- 0
-
-
-
-
-
- Docker
- Administrators
-
-
- true
-
-
-
-
- password
- true
-
-
-
- Docker
- true
- 65432
-
-
- true
-
-
-
- 32
- 1920
- 1080
-
-
- true
- Home
- 3
- true
- false
-
- Dockur
- Windows for Docker
-
-
- 1
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f
- Allow guest access to network shares
-
-
- 3
- cmd /C wmic useraccount where name="Docker" set PasswordExpires=false
- Password Never Expires
-
-
- 4
- cmd /C POWERCFG -H OFF
- Disable Hibernation
-
-
- 5
- cmd /C POWERCFG -X -monitor-timeout-ac 0
- Disable monitor blanking
-
-
- 6
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f
- Disable Network Discovery popup
-
-
- 7
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v "HideWizard" /t REG_DWORD /d 1 /f
- Disable Network Discovery popup
-
-
- 8
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\NewNetworks" /v NetworkList /t REG_MULTI_SZ /d "" /f
- Disable Network Discovery popup
-
-
- 9
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
- Disable first-run experience in Edge
-
-
- 10
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
- Show file extensions in Explorer
-
-
- 11
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f
- Zero Hibernation File
-
-
- 12
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f
- Disable Hibernation
-
-
- 13
- cmd /C POWERCFG -X -standby-timeout-ac 0
- Disable Sleep
-
-
- 14
- netsh.exe advfirewall firewall set rule group="@FirewallAPI.dll,-28752" new enable=Yes
- Add RDP in firewall
-
-
- 15
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
- Enable RDP
-
-
- 16
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Windows\Sidebar" /v "TurnOffSidebar" /t REG_DWORD /d 1 /f
- Turn off sidebar
-
-
- 17
- reg.exe add "HKCU\Control Panel\Desktop" /v "ScreenSaveActive" /t REG_SZ /d 0 /f
- Disable screensaver
-
-
- 18
- reg.exe add "HKCU\Control Panel\Desktop" /v SCRNSAVE.EXE /t REG_SZ /d C:\Windows\System32\scrnsavex.scr /f
- Disable screensaver
-
-
- 19
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
- Enable RemoteApp to launch unlisted programs
-
-
- 20
- reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f
- Disable RemoteApp allowlist
-
-
- 21
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
- Enable Network Discovery
-
-
- 22
- netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes
- Enable File Sharing
-
-
- 23
- cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data
- Create desktop shortcut to shared folder
-
-
- 24
- cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"
- Execute custom script from the OEM folder if exists
-
-
-
-
-
diff --git a/kubernetes.yml b/kubernetes.yml
deleted file mode 100644
index fa8eef0..0000000
--- a/kubernetes.yml
+++ /dev/null
@@ -1,100 +0,0 @@
----
-apiVersion: v1
-kind: PersistentVolumeClaim
-metadata:
- name: windows-pvc
-spec:
- accessModes:
- - ReadWriteOnce
- resources:
- requests:
- storage: 64Gi
----
-apiVersion: apps/v1
-kind: Deployment
-metadata:
- name: windows
- labels:
- name: windows
-spec:
- replicas: 1
- selector:
- matchLabels:
- app: windows
- template:
- metadata:
- labels:
- app: windows
- spec:
- containers:
- - name: windows
- image: dockurr/windows
- env:
- - name: VERSION
- value: "11"
- - name: DISK_SIZE
- value: "64G"
- ports:
- - containerPort: 8006
- name: http
- protocol: TCP
- - containerPort: 3389
- name: rdp
- protocol: TCP
- - containerPort: 3389
- name: udp
- protocol: UDP
- - containerPort: 5900
- name: vnc
- protocol: TCP
- securityContext:
- capabilities:
- add:
- - NET_ADMIN
- privileged: true
- volumeMounts:
- - mountPath: /storage
- name: storage
- - mountPath: /dev/kvm
- name: dev-kvm
- - mountPath: /dev/net/tun
- name: dev-tun
- terminationGracePeriodSeconds: 120
- volumes:
- - name: storage
- persistentVolumeClaim:
- claimName: windows-pvc
- - hostPath:
- path: /dev/kvm
- name: dev-kvm
- - hostPath:
- path: /dev/net/tun
- type: CharDevice
- name: dev-tun
----
-apiVersion: v1
-kind: Service
-metadata:
- name: windows
-spec:
- internalTrafficPolicy: Cluster
- ports:
- - name: http
- port: 8006
- protocol: TCP
- targetPort: 8006
- - name: rdp
- port: 3389
- protocol: TCP
- targetPort: 3389
- - name: udp
- port: 3389
- protocol: UDP
- targetPort: 3389
- - name: vnc
- port: 5900
- protocol: TCP
- targetPort: 5900
- selector:
- app: windows
- type: ClusterIP