Windhawk
詳細情報
タイトル | Windhawk |
---|---|
URL | https://windhawk.net/ |
バージョン | ver 1.6.1 |
更新日 | 2025/05/01 |
追加日 | 2024/01/22 |
種別 | フリーソフト / オープンソース(GPL) |
説明 | Windows用の「Mods」をインストールすることができるフリーソフト。 |
レビュー
Windhawkは安定性とパフォーマンスに重点を置いて開発されているWindows改造ツール。バックグラウンドで実行してもシステムに負担を与えないように設計されている。
Windowsの機能を改造する「MOD」を一覧から選び、数回クリックするだけで簡単にインストールすることができる。各MODはブラックボックスではなく、ソースコードを簡単に確認する事ができるようになっている。
タスクバーの高さやアイコンのサイズを変更できるものや、グルーピングを無効化するもの、ラベルを追加するものなど多数のMODが存在し、一覧や検索機能を利用して探すことができる。
スクリーンショット
更新グラフ
バージョン履歴
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
andruntimebroker.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
withNULL
as the second parameter.