Windhawk

詳細情報

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

レビュー

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

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

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

スクリーンショット

更新グラフ

バージョン履歴

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.