From 8ee79067453b4d550b02d2da1b5c2d290598a080 Mon Sep 17 00:00:00 2001 From: Amr Satrio Date: Sat, 4 May 2024 16:59:04 +0700 Subject: [PATCH] Updated ExplorerPatcher's taskbar implementation (markdown) --- ExplorerPatcher's-taskbar-implementation.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/ExplorerPatcher's-taskbar-implementation.md b/ExplorerPatcher's-taskbar-implementation.md index a315f3d..eb5b7e1 100644 --- a/ExplorerPatcher's-taskbar-implementation.md +++ b/ExplorerPatcher's-taskbar-implementation.md @@ -21,10 +21,6 @@ ExplorerPatcher offers a custom implementation of the Windows 10 taskbar mostly * **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.** * **We will NOT be responsible for any damages caused.** -* In order for the reimplemented taskbar to work, [symbols](https://github.com/valinet/ExplorerPatcher/wiki/Symbols) need to be successfully downloaded. - * This means on new builds, the reimplemented taskbar will not work until the symbols are available for the said build. - * This can take up to a few days. - * A mechanism to automatically find the required stuff without symbols will be added in the future. * Being a reimplementation, this does not cover all features of the original taskbar. Some missing features are: * Non-English languages * Assigned Access @@ -32,8 +28,8 @@ ExplorerPatcher offers a custom implementation of the Windows 10 taskbar mostly * 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. * Crashes can happen at any time, in any moment, and under any condition. Please be prepared for this. * Other taskbar tweaking software other than the ones listed above are not guaranteed to work. -* `explorer.exe` might run at a higher CPU usage than usual, therefore increasing device temperatures and shortening battery life. -* If any of the problems become an annoyance, we suggest to immediately switch back to the original taskbar implementation until a fix is released. +* In rare cases, `explorer.exe` might run at a higher CPU usage than usual, therefore increasing device temperatures and shortening battery life. +* If any of the problems become an annoyance, we suggest to immediately switch back to the default taskbar implementation until a fix is released. If you encounter any issues especially behavioral differences from the original taskbar, Issue reports would be appreciated. * When doing so, please let us know your Windows version in `winver` (e.g. 22621.1992) and reproduction steps.