1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-12-18 18:35:56 +01:00

Updated ExplorerPatcher's taskbar implementation (markdown)

Amr Satrio 2024-07-09 10:07:43 +07:00
parent 8ee7906745
commit 03eb724abf

@ -3,8 +3,8 @@ ExplorerPatcher offers a custom implementation of the Windows 10 taskbar mostly
## Supported Windows versions ## Supported Windows versions
* Windows 11 22H2 and 23H2 Release, Release Preview, and Beta (22621, 22631, 22635) * Windows 11 22H2 and 23H2 Release, Release Preview, and Beta (22621, 22631, 22635)
* Windows 11 Dev (Pre-reboot 25115-25309 and post-reboot 23403+) * ~~Windows 11 Dev (Pre-reboot 25115-25309 and post-reboot 23403+)~~
* Windows 11 24H2/Canary (25314+) * ~~Windows 11 24H2/Canary (25314+)~~ Coming soon.
## Confirmed compatible tweak software ## Confirmed compatible tweak software
@ -16,13 +16,16 @@ ExplorerPatcher offers a custom implementation of the Windows 10 taskbar mostly
* [7+ Taskbar Tweaker](https://github.com/m417z/7-Taskbar-Tweaker) * [7+ Taskbar Tweaker](https://github.com/m417z/7-Taskbar-Tweaker)
## Languages
English (United States), Chinese (Traditional), Japanese, Russian, Spanish (Mexico)
## ⚠️ Warning - Read thoroughly before using ## ⚠️ Warning - Read thoroughly before using
* **Please DO NOT use the reimplemented taskbar on WORK machines. Also DO NOT use on machines with mission-critical purposes.** * **Please DO NOT use the reimplemented taskbar on WORK machines. Also DO NOT use on machines with mission-critical purposes.**
* **This is only intended for PERSONAL machines where program errors are tolerable. If you are using this on a non-PERSONAL machine, you are doing so at your own risk.** * **This is only intended for PERSONAL machines where program errors are tolerable. If you are using this on a non-PERSONAL machine, you are doing so at your own risk.**
* **We will NOT be responsible for any damages caused.** * **We will NOT be responsible for any damages caused.**
* Being a reimplementation, this does not cover all features of the original taskbar. Some missing features are: * Being a reimplementation, this does not cover all features of the original taskbar. Some missing features are:
* Non-English languages * Languages other than those mentioned above
* Assigned Access * Assigned Access
* Due to tight integration with `explorer.exe`, a Windows update can break the reimplemented taskbar until a fix is released. * Due to tight integration with `explorer.exe`, a Windows update can break the reimplemented taskbar until a fix is released.
* Some features may not work as expected or behave differently from the original taskbar. This can be due to human errors that might have happened during the process of reimplementing. * Some features may not work as expected or behave differently from the original taskbar. This can be due to human errors that might have happened during the process of reimplementing.