Skip to content

v1.0.2.0

Choose a tag to compare

@osmanonurkoc osmanonurkoc released this 24 Jul 18:18

Release v1.0.2 — Smart Restore Filtering

We caught a critical edge case during the restore process! Previously, if you backed up 50 mods but chose to restore only 5 of them, the tool would import the entire registry file from the ZIP. This caused Windhawk to display "ghost" mods in its interface that failed to load due to missing binary files. This release fixes that completely.

What's New

  • Dynamic Restore Parsing: The registry parser is now a two-way street. During a restore operation, the tool actively reads the windhawk_reg.reg file inside your backup ZIP and dynamically filters it before importing.
  • No More Ghost Mods: The tool now creates a temporary, strictly filtered registry file on the fly. It guarantees that only the registry keys for the specific mods you checked in the UI are imported into your system.
  • 1:1 Consistency: Prevents Windhawk from throwing "file not found" errors by ensuring your registry entries and restored compiled binaries are always perfectly synchronized.

Downloads

  • Windhawk_Backup_Manager.exe (Standalone executable)
  • Windhawk_Backup_Manager.ps1 (Source script)

Created by @osmanonurkoc