Windhawk

詳細情報

タイトル Windhawk
URL https://windhawk.net/
バージョン ver 1.7.3
更新日 2025/12/09
追加日 2024/01/22
種別 フリーソフト / オープンソース(GPL)
説明 Windows用の「Mods」をインストールすることができるフリーソフト。

レビュー

Windhawkは安定性とパフォーマンスに重点を置いて開発されているWindows改造ツール。バックグラウンドで実行してもシステムに負担を与えないように設計されている。

Windowsの機能を改造する「MOD」を一覧から選び、数回クリックするだけで簡単にインストールすることができる。各MODはブラックボックスではなく、ソースコードを簡単に確認する事ができるようになっている。

タスクバーの高さやアイコンのサイズを変更できるものや、グルーピングを無効化するもの、ラベルを追加するものなど多数のMODが存在し、一覧や検索機能を利用して探すことができる。

スクリーンショット

更新グラフ

バージョン履歴

v1.7.3
  • Fixed Windhawk loading and then unloading right away for sandboxed processes. This was fixed in v1.7.1, but became broken again in v1.7.2 due to the excessive CPU usage fix.
v1.7.2
  • Fixed excessive CPU usage in some processes when Windhawk is running.
  • Improved handling for a profile.json file which is corrupted or out of sync, which could break update checking.
v1.7.1
  • Fixed Windhawk loading and then unloading right away for sandboxed processes. This usually had no visible impact, but could cause a crash with the "Dark mode context menus" mod due to the way it's being unloaded.
  • Fixed a possible crash for mods which hook multiple functions using the same original pointer address.
  • Fixed mod description images loading for mods which are edited locally.
  • Minor UI bug fixes.
v1.7
  • Windhawk now downloads pre-compiled mods by default instead of compiling them locally, significantly speeding up installations and updates. This can be disabled in the settings.
  • Added support for viewing and installing older mod versions.
  • Settings editor improvements:
    • Added a textual mode for editing settings in YAML format.
    • Settings can now be saved with Enter or Ctrl+S.
    • A warning is shown when leaving the settings tab with unsaved changes.
  • Multiple user interface improvements, including:
    • Added search, filtering, and list view for installed mods.
    • Added additional filtering options in the Explore view.
    • Mod cards in the Explore view now show additional metadata, and display a rating breakdown on hover.
    • Added back/forward navigation via Alt+Left/Right and mouse back
(省略されました)
v1.6.1
  • Fixed context menus in the Windhawk UI causing a blank screen.
  • Improved the error message when loading the Windhawk engine library fails.
  • Updated Portuguese translation.
v1.6
  • ARM64 support. Windhawk can now be installed on ARM64 versions of Windows, and customization of native ARM64 programs is fully supported. Customization of x86 and x64 programs on ARM64 Windows has some limitations, which might be improved in the future. Some mods may need to be adjusted by their authors to work correctly on ARM64 Windows.
  • Updated the default process exclusion rules to exclude known incompatible programs and some well-known games. Additionally, the special handling of pattern inclusion rules for critical system processes is now configurable per mod. For details, please refer to the documentation.
  • When exploring mods, the selected language is now used for the names and descriptions of localized mods. Previously, English was always used on the "Explore" page.
  • The toolkit dialog is no longer sh
(省略されました)
v1.5.1
  • Fixed a system crash (BOSD of type REFERENCE BY POINTER) in Windows 10 which could occur under heavy system load.
v1.5
  • Mods that use debug symbols now try the Windhawk cache server first. As a result, downloading the actual symbol files is skipped most of the time.
  • Improved simultaneous symbol file downloading by multiple processes. If a symbol file is being downloaded, new processes wait for the download to complete instead of initiating a new download of the same symbol file.
  • Removed conhost.exe, dllhost.exe and runtimebroker.exe from the list of critical system processes.
  • Changed %ProgramFiles% in exclude/include paths to always refer to the native (not 32-bit) Program Files folder.
  • Added Dutch, Swedish translations.
  • Fixed compatibility with some Microsoft Office versions, and reduced the chance of similar incompatibilities in the future.
  • Fixed the "Can not delete in empty
(省略されました)
v1.4.1
  • Portable version: Fixed some helper apps crashing on startup, which broke functionality such as the start menu search.
  • Portable version: The installer now grants permissive access rights to the engine folder, which are required for some mods.
  • Standard version: Fixed schedule tasks being incorrectly enabled on update.
  • Fixed update notifications showing up when update checking is disabled.
  • Fixed the installer mistakenly showing the "Setup is already running" error message in some cases.
  • Windhawk no longer tries to use git outside of editing mode.
  • Mod development: Restored the default constructor of WindhawkUtils::SYMBOL_HOOK.
  • Mod development: Fixed a compilation error when calling Wh_FindFirstSymbol with NULL as the second parameter.