From 45c3137c2a17da963c4633213cecd3dd669a164b Mon Sep 17 00:00:00 2001 From: Anixx Date: Sun, 11 Aug 2024 18:36:21 +0300 Subject: [PATCH] Update win10-taskbar-on-win11.wh.cpp More clarity in description --- mods/win10-taskbar-on-win11.wh.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mods/win10-taskbar-on-win11.wh.cpp b/mods/win10-taskbar-on-win11.wh.cpp index e7845412c..90ddb0db2 100644 --- a/mods/win10-taskbar-on-win11.wh.cpp +++ b/mods/win10-taskbar-on-win11.wh.cpp @@ -1,8 +1,8 @@ // ==WindhawkMod== // @id win10-taskbar-on-win11 // @name Windows 10 taskbar on Windows 11 -// @description Enables Windows 10 taskbar on Windows 11 versions 21H2 to 23H2 via registry -// @version 1.0 +// @description Enables Windows 10 taskbar on Windows 11 versions 21H2 to 23H2 +// @version 1.0.1 // @author Anixx // @github https://github.com/Anixx // @include explorer.exe @@ -10,7 +10,7 @@ // ==WindhawkModReadme== /* -This mod enables Windows 10 taskbar on Windows 11 versions 21H2 to 23H2 via registry method, without +This mod enables Windows 10 taskbar on Windows 11 versions 21H2 to 23H2 via registry hook, without using Explorer Patcher. It may be useful also on later versions of Windows with Explorer.exe downgraded to previous versions @@ -18,7 +18,7 @@ and/or manipulated Windows features using vivetool utility. If you want to get rid of the cogwheel icon in the tray area, use the mod "Hide Action Center icon". You can restore the clock and set up the tray icons using legacy tray setup dialog, -which you can start with command `shell:::{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}` +which you can start with command `shell:::{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}` from the Run dialog. */ // ==/WindhawkModReadme==