https://github.com/zoicware/tweakfth
Manage Fault Tolerant Heap in Windows
https://github.com/zoicware/tweakfth
fault-tolerance heap registry windows
Last synced: 3 months ago
JSON representation
Manage Fault Tolerant Heap in Windows
- Host: GitHub
- URL: https://github.com/zoicware/tweakfth
- Owner: zoicware
- License: mit
- Created: 2025-06-23T15:37:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-23T16:39:31.000Z (about 1 year ago)
- Last Synced: 2025-06-23T17:31:26.996Z (about 1 year ago)
- Topics: fault-tolerance, heap, registry, windows
- Language: PowerShell
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Fault Tolerant Heap Manager for Windows
The Fault Tolerant Heap (FTH) is a subsystem of Windows 7 responsible for monitoring application crashes and autonomously applying mitigations to prevent future crashes on a per application basis. [Learn More](https://learn.microsoft.com/en-us/windows/win32/win7appqual/fault-tolerant-heap)
---
### Features
- Toggle FTH ON/OFF
- Add/Remove Apps to Exclusion List
---
### How To Use
**Run From PowerShell Console as Admin**
```PowerShell
iwr https://raw.githubusercontent.com/zoicware/TweakFTH/main/ManageFTH.ps1 | iex
```
