Skip to content

Commit

Permalink
Remove FTH
Browse files Browse the repository at this point in the history
  • Loading branch information
valleyofdoom committed Jun 30, 2024
1 parent 7760d85 commit 1282fed
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,6 @@ The registry settings are merged with the ``apply-registry.ps1`` script. As for
|``disable fast startup``|Interferes with shutting down in the sense that the system does not enter S5 which can lead to unexpected issues ([explanation](https://www.youtube.com/watch?v=OBGxt8zhbRk)). See section [6.16. Fast Startup, Standby and Hibernate](#616-fast-startup-standby-and-hibernate) for related information. It is possible to shut down properly without disabling Fast Startup by holding ``Shift`` while clicking ``Shut down`` in the start menu. However, the downside to this is that you may forget to hold the ``Shift`` key.|``true``|
|``disable automatic maintenance``|Intrusive|``true``|
|``disable program compatibility assistant``|Prevent Windows applying changes anonymously after running troubleshooters|``true``|
|``disable fault tolerant heap``|Prevents Windows autonomously applying mitigations to prevent future crashes on a per-application basis ([1](https://learn.microsoft.com/en-us/windows/win32/win7appqual/fault-tolerant-heap))|``true``|
|``disable gamebarpresencewriter``|Prevents CPU overhead as the process runs constantly in the background and is not required for Game Mode or Game Bar to function from my testing|``true``|
|``disable background apps``|Disabled via policies as the option is not available in the interface on Windows 11|``true``|
|``disable remote assistance``|Security risk|``true``|
Expand Down
7 changes: 0 additions & 7 deletions bin/apply-registry.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,6 @@ $entries = @{
"apply_if" = @("disable customer experience improvement program")
}
}
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\FTH" = @{
"Enabled" = @{
"value" = 0
"type" = "REG_DWORD"
"apply_if" = @("disable fault tolerant heap")
}
}
"HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys" = @{
"Flags" = @{
"value" = "506"
Expand Down
1 change: 0 additions & 1 deletion bin/registry-options.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"disable fast startup": true,
"disable automatic maintenance": true,
"disable program compatibility assistant": true,
"disable fault tolerant heap": true,
"disable gamebarpresencewriter": true,
"disable background apps": true,
"disable remote assistance": true,
Expand Down

0 comments on commit 1282fed

Please sign in to comment.