From 0293a327f07edba65e6acbdee919d1cfe2d4d312 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 01:13:17 +0200 Subject: [PATCH] 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 +