From 79f87c2f1e49aacecae7c5218a2776b486520500 Mon Sep 17 00:00:00 2001 From: he3als <65787561+he3als@users.noreply.github.com> Date: Thu, 4 Apr 2024 22:03:47 +0100 Subject: [PATCH] fix(fth): disable by default --- src/playbook/Configuration/tweaks/performance/disable-fth.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/playbook/Configuration/tweaks/performance/disable-fth.yml b/src/playbook/Configuration/tweaks/performance/disable-fth.yml index 0d7d99175e..815753bf99 100644 --- a/src/playbook/Configuration/tweaks/performance/disable-fth.yml +++ b/src/playbook/Configuration/tweaks/performance/disable-fth.yml @@ -15,5 +15,6 @@ actions: exit 2000 }; + Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\FTH' -Name 'Enabled' -Value 0 -Type DWORD; rundll32.exe fthsvc.dll,FthSysprepSpecialize wait: true