From 31e038b145ab0f7a13170ce1c32be7eecfff2f8b Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 01:09:07 +0200 Subject: [PATCH 01/30] Update win10x64.xml --- assets/win10x64.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/win10x64.xml b/assets/win10x64.xml index 9bd35ac..a75ade8 100644 --- a/assets/win10x64.xml +++ b/assets/win10x64.xml @@ -424,6 +424,26 @@ 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 "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Cortana" /v "IsAvailable" /t REG_DWORD /d 0 /f + Disable Cortana + + + 16 + reg.exe add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d 0 /f + Disable Cortana in search + + + 17 + reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 1 /f + Disable searchbox in taskbar + + + 18 + reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f + Disable taskview button + From 7cd38ca019009cf65101ab3527fe4815eb4a3085 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 01:12:26 +0200 Subject: [PATCH 02/30] Update win10x64-enterprise-eval.xml --- assets/win10x64-enterprise-eval.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/win10x64-enterprise-eval.xml b/assets/win10x64-enterprise-eval.xml index 0c7ddf6..3b4c37f 100644 --- a/assets/win10x64-enterprise-eval.xml +++ b/assets/win10x64-enterprise-eval.xml @@ -422,6 +422,26 @@ 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 "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Cortana" /v "IsAvailable" /t REG_DWORD /d 0 /f + Disable Cortana + + + 16 + reg.exe add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d 0 /f + Disable Cortana in search + + + 17 + reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 1 /f + Disable searchbox in taskbar + + + 18 + reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f + Disable taskview button + From 1943e1bfa83f7e0afc3ac2a828e407824982af6e Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 01:12:50 +0200 Subject: [PATCH 03/30] Update win10x64-iot.xml --- assets/win10x64-iot.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/win10x64-iot.xml b/assets/win10x64-iot.xml index 539c831..29d3ea5 100644 --- a/assets/win10x64-iot.xml +++ b/assets/win10x64-iot.xml @@ -430,6 +430,26 @@ 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 "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Cortana" /v "IsAvailable" /t REG_DWORD /d 0 /f + Disable Cortana + + + 16 + reg.exe add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d 0 /f + Disable Cortana in search + + + 17 + reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 1 /f + Disable searchbox in taskbar + + + 18 + reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f + Disable taskview button + From 0293a327f07edba65e6acbdee919d1cfe2d4d312 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 01:13:17 +0200 Subject: [PATCH 04/30] Update win10x64-ltsc.xml --- assets/win10x64-ltsc.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/win10x64-ltsc.xml b/assets/win10x64-ltsc.xml index 3c13cbf..0353ba2 100644 --- a/assets/win10x64-ltsc.xml +++ b/assets/win10x64-ltsc.xml @@ -428,6 +428,26 @@ 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 "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Cortana" /v "IsAvailable" /t REG_DWORD /d 0 /f + Disable Cortana + + + 16 + reg.exe add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d 0 /f + Disable Cortana in search + + + 17 + reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 1 /f + Disable searchbox in taskbar + + + 18 + reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f + Disable taskview button + From a8cdd1ba65c4857c6549b3789783b90bb294e882 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 01:16:20 +0200 Subject: [PATCH 05/30] Update win11x64.xml --- assets/win11x64.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/assets/win11x64.xml b/assets/win11x64.xml index bfb610a..b03fc6c 100644 --- a/assets/win11x64.xml +++ b/assets/win11x64.xml @@ -444,11 +444,31 @@ 15 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Cortana" /v "IsAvailable" /t REG_DWORD /d 0 /f + Disable Cortana + + + 16 + reg.exe add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d 0 /f + Disable Cortana in search + + + 17 + reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 1 /f + Disable searchbox in taskbar + + + 18 + reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f + Disable taskview button + + + 19 reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV1 /d 0 /t REG_DWORD /f Disable unsupported hardware notifications - 16 + 20 reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f Disable unsupported hardware notifications From e503215e79eccdf9df7edfafbc676072719027b6 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 01:16:50 +0200 Subject: [PATCH 06/30] Update win11x64-enterprise-eval.xml --- assets/win11x64-enterprise-eval.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/assets/win11x64-enterprise-eval.xml b/assets/win11x64-enterprise-eval.xml index 4e3aa98..e7e9cd4 100644 --- a/assets/win11x64-enterprise-eval.xml +++ b/assets/win11x64-enterprise-eval.xml @@ -442,11 +442,31 @@ 15 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Cortana" /v "IsAvailable" /t REG_DWORD /d 0 /f + Disable Cortana + + + 16 + reg.exe add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d 0 /f + Disable Cortana in search + + + 17 + reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 1 /f + Disable searchbox in taskbar + + + 18 + reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f + Disable taskview button + + + 19 reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV1 /d 0 /t REG_DWORD /f Disable unsupported hardware notifications - 16 + 20 reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f Disable unsupported hardware notifications From 0eed25f23c0336ab7c90838d340ea9bdce11dd8c Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 01:30:33 +0200 Subject: [PATCH 07/30] Update win10x64.xml --- assets/win10x64.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win10x64.xml b/assets/win10x64.xml index a75ade8..2f323d5 100644 --- a/assets/win10x64.xml +++ b/assets/win10x64.xml @@ -444,6 +444,11 @@ reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f Disable taskview button + + 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 + From 895fa9cb73d67ea1b1361df45325e07db1dcd0d0 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 01:31:11 +0200 Subject: [PATCH 08/30] Update win10x64-ltsc.xml --- assets/win10x64-ltsc.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win10x64-ltsc.xml b/assets/win10x64-ltsc.xml index 0353ba2..298da65 100644 --- a/assets/win10x64-ltsc.xml +++ b/assets/win10x64-ltsc.xml @@ -448,6 +448,11 @@ reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f Disable taskview button + + 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 + From 3b0bc2817bb772629628b999888d2442cea9f004 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 01:31:35 +0200 Subject: [PATCH 09/30] Update win10x64-iot.xml --- assets/win10x64-iot.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win10x64-iot.xml b/assets/win10x64-iot.xml index 29d3ea5..0768d91 100644 --- a/assets/win10x64-iot.xml +++ b/assets/win10x64-iot.xml @@ -450,6 +450,11 @@ reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f Disable taskview button + + 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 + From f256f922e02abac1786d5711b7fde63b381e2af8 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 01:31:54 +0200 Subject: [PATCH 10/30] Update win10x64-enterprise-eval.xml --- assets/win10x64-enterprise-eval.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win10x64-enterprise-eval.xml b/assets/win10x64-enterprise-eval.xml index 3b4c37f..9d78fe2 100644 --- a/assets/win10x64-enterprise-eval.xml +++ b/assets/win10x64-enterprise-eval.xml @@ -442,6 +442,11 @@ reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f Disable taskview button + + 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 + From dea1b04709b29274ac150bd0ecd2cd15bfd16387 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 01:32:29 +0200 Subject: [PATCH 11/30] Update win11x64-enterprise-eval.xml --- assets/win11x64-enterprise-eval.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/win11x64-enterprise-eval.xml b/assets/win11x64-enterprise-eval.xml index e7e9cd4..367b141 100644 --- a/assets/win11x64-enterprise-eval.xml +++ b/assets/win11x64-enterprise-eval.xml @@ -462,11 +462,16 @@ 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 reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV1 /d 0 /t REG_DWORD /f Disable unsupported hardware notifications - 20 + 21 reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f Disable unsupported hardware notifications From 4198b3d9eb9f87c818e0794ce11313468ac44faa Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 01:32:57 +0200 Subject: [PATCH 12/30] Update win11x64.xml --- assets/win11x64.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/win11x64.xml b/assets/win11x64.xml index b03fc6c..c5075fa 100644 --- a/assets/win11x64.xml +++ b/assets/win11x64.xml @@ -464,11 +464,16 @@ 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 reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV1 /d 0 /t REG_DWORD /f Disable unsupported hardware notifications - 20 + 21 reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f Disable unsupported hardware notifications From 16bb58759edf9f55d9acaf31460945614973e82e Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 02:00:10 +0200 Subject: [PATCH 13/30] Update win11x64.xml --- assets/win11x64.xml | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/assets/win11x64.xml b/assets/win11x64.xml index c5075fa..2898621 100644 --- a/assets/win11x64.xml +++ b/assets/win11x64.xml @@ -454,29 +454,44 @@ 17 - reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 1 /f - Disable searchbox in taskbar + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f + Remove Search from the Taskbar 18 - reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f - Disable taskview button + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f + Remove Task View from the Taskbar 19 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f + Remove Widgets from the Taskbar + + + 20 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f + Remove Chat from the Taskbar + + + 21 + reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Dsh" /v "AllowNewsAndInterests" /t REG_DWORD /d 0 /f + Disable Widgets + + + 22 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 + 23 reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV1 /d 0 /t REG_DWORD /f Disable unsupported hardware notifications - 21 + 24 reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f Disable unsupported hardware notifications - + From 9e59f012e8a0f910556a6c3b4666b2539e294c4f Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 02:00:47 +0200 Subject: [PATCH 14/30] Update win11x64-enterprise-eval.xml --- assets/win11x64-enterprise-eval.xml | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/assets/win11x64-enterprise-eval.xml b/assets/win11x64-enterprise-eval.xml index 367b141..7d42658 100644 --- a/assets/win11x64-enterprise-eval.xml +++ b/assets/win11x64-enterprise-eval.xml @@ -452,29 +452,44 @@ 17 - reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 1 /f - Disable searchbox in taskbar + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f + Remove Search from the Taskbar 18 - reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f - Disable taskview button + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f + Remove Task View from the Taskbar 19 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f + Remove Widgets from the Taskbar + + + 20 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f + Remove Chat from the Taskbar + + + 21 + reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Dsh" /v "AllowNewsAndInterests" /t REG_DWORD /d 0 /f + Disable Widgets + + + 22 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 + 23 reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV1 /d 0 /t REG_DWORD /f Disable unsupported hardware notifications - 21 + 24 reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f Disable unsupported hardware notifications - + From 5fec254f4b2e2833c4deef95bef2ed2fdbbf7244 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 02:01:49 +0200 Subject: [PATCH 15/30] Update win10x64.xml --- assets/win10x64.xml | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/assets/win10x64.xml b/assets/win10x64.xml index 2f323d5..147f423 100644 --- a/assets/win10x64.xml +++ b/assets/win10x64.xml @@ -436,16 +436,31 @@ 17 - reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 1 /f - Disable searchbox in taskbar + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f + Remove Search from the Taskbar 18 - reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f - Disable taskview button + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f + Remove Task View from the Taskbar 19 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f + Remove Widgets from the Taskbar + + + 20 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f + Remove Chat from the Taskbar + + + 21 + reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Dsh" /v "AllowNewsAndInterests" /t REG_DWORD /d 0 /f + Disable Widgets + + + 22 reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f Turn off Windows Update auto download From a0ce86369ba90ede1a1212bcf5fd8a090965ad1f Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 02:02:51 +0200 Subject: [PATCH 16/30] Update win10x64-ltsc.xml --- assets/win10x64-ltsc.xml | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/assets/win10x64-ltsc.xml b/assets/win10x64-ltsc.xml index 298da65..cf67999 100644 --- a/assets/win10x64-ltsc.xml +++ b/assets/win10x64-ltsc.xml @@ -440,16 +440,31 @@ 17 - reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 1 /f - Disable searchbox in taskbar + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f + Remove Search from the Taskbar 18 - reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f - Disable taskview button + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f + Remove Task View from the Taskbar 19 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f + Remove Widgets from the Taskbar + + + 20 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f + Remove Chat from the Taskbar + + + 21 + reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Dsh" /v "AllowNewsAndInterests" /t REG_DWORD /d 0 /f + Disable Widgets + + + 22 reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f Turn off Windows Update auto download From d250d06ca80102e6c5a95eedd556701ff5bdb721 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 02:03:27 +0200 Subject: [PATCH 17/30] Update win10x64-iot.xml --- assets/win10x64-iot.xml | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/assets/win10x64-iot.xml b/assets/win10x64-iot.xml index 0768d91..5634658 100644 --- a/assets/win10x64-iot.xml +++ b/assets/win10x64-iot.xml @@ -442,16 +442,31 @@ 17 - reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 1 /f - Disable searchbox in taskbar + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f + Remove Search from the Taskbar 18 - reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f - Disable taskview button + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f + Remove Task View from the Taskbar 19 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f + Remove Widgets from the Taskbar + + + 20 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f + Remove Chat from the Taskbar + + + 21 + reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Dsh" /v "AllowNewsAndInterests" /t REG_DWORD /d 0 /f + Disable Widgets + + + 22 reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f Turn off Windows Update auto download From 262e73f45dca1140cdc3337e04a96cae04cbef7a Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 02:04:18 +0200 Subject: [PATCH 18/30] Update win10x64-enterprise-eval.xml --- assets/win10x64-enterprise-eval.xml | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/assets/win10x64-enterprise-eval.xml b/assets/win10x64-enterprise-eval.xml index 9d78fe2..d8f50cb 100644 --- a/assets/win10x64-enterprise-eval.xml +++ b/assets/win10x64-enterprise-eval.xml @@ -434,16 +434,31 @@ 17 - reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 1 /f - Disable searchbox in taskbar + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f + Remove Search from the Taskbar 18 - reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f - Disable taskview button + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f + Remove Task View from the Taskbar 19 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f + Remove Widgets from the Taskbar + + + 20 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f + Remove Chat from the Taskbar + + + 21 + reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Dsh" /v "AllowNewsAndInterests" /t REG_DWORD /d 0 /f + Disable Widgets + + + 22 reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f Turn off Windows Update auto download From 1a7b4db5d14ea007665e3a32766e35ee15654b7c Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 02:14:42 +0200 Subject: [PATCH 19/30] Update win2022-eval.xml --- assets/win2022-eval.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/assets/win2022-eval.xml b/assets/win2022-eval.xml index 2273777..06e090b 100644 --- a/assets/win2022-eval.xml +++ b/assets/win2022-eval.xml @@ -335,6 +335,46 @@ 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 "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Cortana" /v "IsAvailable" /t REG_DWORD /d 0 /f + Disable Cortana + + + 16 + reg.exe add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d 0 /f + Disable Cortana in search + + + 17 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f + Remove Search from the Taskbar + + + 18 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f + Remove Task View from the Taskbar + + + 19 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f + Remove Widgets from the Taskbar + + + 20 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f + Remove Chat from the Taskbar + + + 21 + reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Dsh" /v "AllowNewsAndInterests" /t REG_DWORD /d 0 /f + Disable Widgets + + + 22 + reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f + Turn off Windows Update auto download + From 9e6e4a149074d3a112df9a00ff3d9c5794a3a55e Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 02:15:11 +0200 Subject: [PATCH 20/30] Update win2019-eval.xml --- assets/win2019-eval.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/assets/win2019-eval.xml b/assets/win2019-eval.xml index 981d099..cec3dfd 100644 --- a/assets/win2019-eval.xml +++ b/assets/win2019-eval.xml @@ -335,6 +335,46 @@ 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 "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Cortana" /v "IsAvailable" /t REG_DWORD /d 0 /f + Disable Cortana + + + 16 + reg.exe add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d 0 /f + Disable Cortana in search + + + 17 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f + Remove Search from the Taskbar + + + 18 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f + Remove Task View from the Taskbar + + + 19 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f + Remove Widgets from the Taskbar + + + 20 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f + Remove Chat from the Taskbar + + + 21 + reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Dsh" /v "AllowNewsAndInterests" /t REG_DWORD /d 0 /f + Disable Widgets + + + 22 + reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f + Turn off Windows Update auto download + From a27df384febb421244c971b69cd70f9ea9c78db1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 02:15:36 +0200 Subject: [PATCH 21/30] Update win2016-eval.xml --- assets/win2016-eval.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/assets/win2016-eval.xml b/assets/win2016-eval.xml index cabea4c..49ee19b 100644 --- a/assets/win2016-eval.xml +++ b/assets/win2016-eval.xml @@ -331,6 +331,46 @@ 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 "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Cortana" /v "IsAvailable" /t REG_DWORD /d 0 /f + Disable Cortana + + + 16 + reg.exe add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d 0 /f + Disable Cortana in search + + + 17 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f + Remove Search from the Taskbar + + + 18 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f + Remove Task View from the Taskbar + + + 19 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f + Remove Widgets from the Taskbar + + + 20 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f + Remove Chat from the Taskbar + + + 21 + reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Dsh" /v "AllowNewsAndInterests" /t REG_DWORD /d 0 /f + Disable Widgets + + + 22 + reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f + Turn off Windows Update auto download + From 44ba903f9dc506ff6c0e62ca8c2efe802d0dc624 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 03:06:15 +0200 Subject: [PATCH 22/30] Update win11x64.xml --- assets/win11x64.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/assets/win11x64.xml b/assets/win11x64.xml index 2898621..4d02972 100644 --- a/assets/win11x64.xml +++ b/assets/win11x64.xml @@ -479,16 +479,21 @@ 22 + reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "SearchOnTaskbarMode" /t REG_DWORD /d 0 /f + Disable search box in the taskbar + + + 23 reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f Turn off Windows Update auto download - 23 + 24 reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV1 /d 0 /t REG_DWORD /f Disable unsupported hardware notifications - 24 + 25 reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f Disable unsupported hardware notifications From a3edb65e4b5ff9ccb01b15f8093a25b0fbb2482a Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 03:06:50 +0200 Subject: [PATCH 23/30] Update win11x64-enterprise-eval.xml --- assets/win11x64-enterprise-eval.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/assets/win11x64-enterprise-eval.xml b/assets/win11x64-enterprise-eval.xml index 7d42658..8489b8d 100644 --- a/assets/win11x64-enterprise-eval.xml +++ b/assets/win11x64-enterprise-eval.xml @@ -477,16 +477,21 @@ 22 + reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "SearchOnTaskbarMode" /t REG_DWORD /d 0 /f + Disable search box in the taskbar + + + 23 reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f Turn off Windows Update auto download - 23 + 24 reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV1 /d 0 /t REG_DWORD /f Disable unsupported hardware notifications - 24 + 25 reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f Disable unsupported hardware notifications From 06cc143595c21ac0dae2217bfe4f1839c78501e1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 03:10:31 +0200 Subject: [PATCH 24/30] Update win10x64-enterprise-eval.xml --- assets/win10x64-enterprise-eval.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win10x64-enterprise-eval.xml b/assets/win10x64-enterprise-eval.xml index d8f50cb..e993ffb 100644 --- a/assets/win10x64-enterprise-eval.xml +++ b/assets/win10x64-enterprise-eval.xml @@ -459,6 +459,11 @@ 22 + reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "SearchOnTaskbarMode" /t REG_DWORD /d 0 /f + Disable search box in the taskbar + + + 23 reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f Turn off Windows Update auto download From e024441d214f1eea77a1baaa98b2ad14bfcd6ddd Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 03:10:54 +0200 Subject: [PATCH 25/30] Update win10x64-iot.xml --- assets/win10x64-iot.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win10x64-iot.xml b/assets/win10x64-iot.xml index 5634658..affc4bf 100644 --- a/assets/win10x64-iot.xml +++ b/assets/win10x64-iot.xml @@ -467,6 +467,11 @@ 22 + reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "SearchOnTaskbarMode" /t REG_DWORD /d 0 /f + Disable search box in the taskbar + + + 23 reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f Turn off Windows Update auto download From 819d780cec427d09d6d082dd7db014323ac11243 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 03:11:18 +0200 Subject: [PATCH 26/30] Update win10x64-ltsc.xml --- assets/win10x64-ltsc.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win10x64-ltsc.xml b/assets/win10x64-ltsc.xml index cf67999..32a16ec 100644 --- a/assets/win10x64-ltsc.xml +++ b/assets/win10x64-ltsc.xml @@ -465,6 +465,11 @@ 22 + reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "SearchOnTaskbarMode" /t REG_DWORD /d 0 /f + Disable search box in the taskbar + + + 23 reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f Turn off Windows Update auto download From 4e307b87855caf57856370a582a8f09e49c6b8d5 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 03:11:48 +0200 Subject: [PATCH 27/30] Update win10x64.xml --- assets/win10x64.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win10x64.xml b/assets/win10x64.xml index 147f423..994b7b9 100644 --- a/assets/win10x64.xml +++ b/assets/win10x64.xml @@ -461,6 +461,11 @@ 22 + reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "SearchOnTaskbarMode" /t REG_DWORD /d 0 /f + Disable search box in the taskbar + + + 23 reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f Turn off Windows Update auto download From 4c51cb73e947ac2a2b6ac257fc1a36125b09db6c Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 03:12:11 +0200 Subject: [PATCH 28/30] Update win2022-eval.xml --- assets/win2022-eval.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win2022-eval.xml b/assets/win2022-eval.xml index 06e090b..0ed385c 100644 --- a/assets/win2022-eval.xml +++ b/assets/win2022-eval.xml @@ -372,6 +372,11 @@ 22 + reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "SearchOnTaskbarMode" /t REG_DWORD /d 0 /f + Disable search box in the taskbar + + + 23 reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f Turn off Windows Update auto download From fea472ce44d4968eb9aece0f3acae0c137cf169f Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 03:12:33 +0200 Subject: [PATCH 29/30] Update win2019-eval.xml --- assets/win2019-eval.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win2019-eval.xml b/assets/win2019-eval.xml index cec3dfd..ac3d142 100644 --- a/assets/win2019-eval.xml +++ b/assets/win2019-eval.xml @@ -372,6 +372,11 @@ 22 + reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "SearchOnTaskbarMode" /t REG_DWORD /d 0 /f + Disable search box in the taskbar + + + 23 reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f Turn off Windows Update auto download From e2fd53c5fb518a28cffc5519c9847573276aa473 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 03:12:57 +0200 Subject: [PATCH 30/30] Update win2016-eval.xml --- assets/win2016-eval.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win2016-eval.xml b/assets/win2016-eval.xml index 49ee19b..4c5f0fa 100644 --- a/assets/win2016-eval.xml +++ b/assets/win2016-eval.xml @@ -368,6 +368,11 @@ 22 + reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "SearchOnTaskbarMode" /t REG_DWORD /d 0 /f + Disable search box in the taskbar + + + 23 reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f Turn off Windows Update auto download