Windows向けの人気カスタマイズツール「ExplorerPatcher」の最新版v2631.5335.68.2がリリースされました。
最新版では、Windows 11 24H2のアップグレードブロックを回避するための改良が行われています。Microsoftは24H2でカスタマイズ系のアプリに対して互換性ブロックを設定し、適切に動作しない可能性のある一部のPCのアップグレードを制限していました。ExplorerPatcherの開発者は、このブロックを回避するためにDesktop Window Manager(DWM)との互換性を向上させる変更を加えています。
具体的には、ExplorerPatcherのep_dwm.exe
をep_dwm_svc.exeにリネームすることで、Microsoftの互換性チェックを回避する仕組みを導入しています。これにより、ExplorerPatcherを使用していてもWindows 11 24H2へのアップグレードが可能になりました。
その他、Windows 11 24H2で機能していなかった「Rounded cornerを無効にする」機能の改善や、Alt-Tabの代替機能として動作する「Simple Window Switcher (SWS)」ラグや動作不良の修正も行われています。
その他、以下のような変更が行われています。
- デスクトップウィンドウマネージャーの互換性向上
- 言語設定の追加(チェコ語、スペイン語など)
- タスクバー関連のバグ修正とメモリリーク対策
- Microsoft Defenderによる誤検知問題への対応策
リリースノートは以下の通りです。
- Start10: Fixed Pin to Start on 226x1.4541+ and 261xx.2454+. (#3984) (4ef3667, 123ea8b)
- sws: Added support for 24H2. (#3765)
- ep_dwm: Added support for 24H2. (#3555)
ep_dwm.exe
has been renamed toep_dwm_svc.exe
to get around 24H2 upgrade blocks. (115b462)- ep_dwm: Now always unregistered on uninstallation, regardless of whether it was running during the uninstallation or not. (858b634)
- Setup: The failure message now displays the associated code line number that failed, to assist in troubleshooting. (c64a17e)
- Taskbar10: Fixed disabling immersive menus on ARM64. (8b4d8db)
- Taskbar10: Fixed Win+X menu still having Windows Terminal entries when Windows Terminal is not installed, that crashes Explorer when selected. (1b20cbd, 207f669)
- For now, if you want to have PowerShell entries, Windows Terminal must be uninstalled.
- Taskbar10: Fixed Win+X entry clicks doing nothing on 26xxx.5551+ ARM64.
- GUI: Added dropdown indicators to dropdown entries. (9f71a5c)
- GUI: The language names now include the country name. (3f11766)
- Localization: Added Czech translations. (Thanks @9hb, @andrewz1986, and @Panzimy!)
- Localization: Added Spanish (Spain) translations. (Thanks @AlejandroMartiGisbert!)
- ep_taskbar: Added support for "Show desktop button: Hidden" setting. (#4020) (1be6658)
- ep_taskbar: Fixed a bug that prevented shortcut global hotkeys from working on 24H2. (#3777, #4016)
- ep_taskbar: Fixed a bug that prevented the taskbar from resizing properly after DPI changes. (#3796)
- ep_taskbar: Added the following languages: German, French, Hungarian, Indonesian, Italian, Korean, Lithuanian, Dutch, Polish, Portuguese (Brazil), Romanian, Spanish (Spain), Turkish, Ukrainian, Chinese (Simplified).
- ep_taskbar: Fixed a number of memory leaks and code/behavior inaccuracies.
2
ExplorerPatcherの作者は、Microsoft Defenderがアプリにフラグを立てることに注意を促してています。アンチウィルス対策としてExplorerPatcherを例外扱いにするために以下のPowerShellを提供しています。
Add-MpPreference -ExclusionPath "C:\Program Files\ExplorerPatcher" Add-MpPreference -ExclusionPath "$env:APPDATA\ExplorerPatcher" Add-MpPreference -ExclusionPath "C:\Windows\dxgi.dll" Add-MpPreference -ExclusionPath "C:\Windows\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy" Add-MpPreference -ExclusionPath "C:\Windows\SystemApps\ShellExperienceHost_cw5n1h2txyewy"
なお例外を追加することでシステムのセキュリティに悪影響を及ぼす可能性もありますので注意が必要です。
![]() |
タイトル | ExplorerPatcher |
---|---|---|
公式サイト | https://github.com/valinet/ExplorerPatcher | |
ソフトアンテナ | https://softantenna.com/softwares/7704-explorer-patcher | |
説明 | Windows 11のタスクバーをWindows 10風に変換することができるツール。 |