Skip to content

Commit

Permalink
fix(fth): disable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Apr 4, 2024
1 parent b31854a commit 79f87c2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 79f87c2

Please sign in to comment.