Skip to content

Commit

Permalink
Update win10-taskbar-on-win11.wh.cpp (#967)
Browse files Browse the repository at this point in the history
Simplified description
  • Loading branch information
Anixx authored Sep 19, 2024
1 parent 7b9cc22 commit 2ed0cde
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions mods/win10-taskbar-on-win11.wh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,19 @@
// @id win10-taskbar-on-win11
// @name Windows 10 taskbar on Windows 11
// @description Enables Windows 10 taskbar on Windows 11 versions 21H2 to 23H2
// @version 1.0.1
// @version 1.0.2
// @author Anixx
// @github https://github.com/Anixx
// @include explorer.exe
// ==/WindhawkMod==

// ==WindhawkModReadme==
/*
This mod enables Windows 10 taskbar on Windows 11 versions 21H2 to 23H2 via registry query hook, without
using Explorer Patcher. The actual registry values remain unaffected.
It may be useful also on later versions of Windows with Explorer.exe downgraded to previous versions
and/or manipulated Windows features using vivetool utility.
This mod enables Windows 10 taskbar on Windows 11 versions 21H2 to 23H2, without
using Explorer Patcher. Make sure you are using the appropriate version of Windows 11.
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,
You can set up the clock and the tray icons appearance using legacy tray setup dialog,
which you can start with the command `explorer shell:::{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}`.
*/
// ==/WindhawkModReadme==
Expand Down

0 comments on commit 2ed0cde

Please sign in to comment.