Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep Old-fashioned Taskbar on the Left on Windows 11 #176

Open
AllanChain opened this issue Oct 11, 2021 · 0 comments
Open

Keep Old-fashioned Taskbar on the Left on Windows 11 #176

AllanChain opened this issue Oct 11, 2021 · 0 comments
Labels
blog: moments |108686982-1caed800-7531-11eb-8d5d-3c60aff36bff.png @post This is a blog post

Comments

@AllanChain
Copy link
Owner

AllanChain commented Oct 11, 2021

View Post on Blog

Preview

Windows 11 comes with awesome new features for developers as well as insane taskbar settings. Don't let the awful taskbar design stop you from upgrading!


Not having Windows11 yet? Get it here!

The process is surprisingly simple but hard to find. You just need to know https://github.com/valinet/ExplorerPatcher .

Install ExplorerPatcher

For latest instructions, follow README and release notes.

ExplorerPatcher brings the old Windows 10 taskbar back, together with some other tweaks. I am on 22000.194.25 and the installation is pretty simple:

  1. Download dxgi.dll here
  2. Copy it to C:\Windows (needs administrator permission grant)
  3. Restart explorer.exe from the task manager
  4. Wait for explorer.exe to download ~40M of Microsoft files (can take a while, can be monitored in the network section of task manager)

Follow README for other customization. You probably need Win + X and "Enable missing system tray icons".

Then you will get something like ExplorerPatcher's demo:

ExplorerPatcher's demo

Moving taskbar to left

As you can see in the first image, I prefer the taskbar docked on the left side.

Open regedit, go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3, and edit Settings. Change the following part to 00:

image

And here is the meaning of the numbers:

Number Position
00 Left
01 Top
02 Right
03 Bottom

taskbar on the left

And don't forget to restart explorer.exe to make changes take effect.

Make smaller icons

Large icons look ugly on a vertical taskbar →_→ Let's make them smaller.

Again in regedit, go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced, change TaskbarSmallIcons to 1.

regedit for smaller icons

Again, restart explorer.exe.

Done

If everything goes well, you will get an old-fashioned taskbar like mine!

@AllanChain AllanChain added blog: moments |108686982-1caed800-7531-11eb-8d5d-3c60aff36bff.png @WIP The post is working in progress labels Oct 11, 2021
@AllanChain AllanChain added this to To do in Post Process Oct 11, 2021
@AllanChain AllanChain added @post This is a blog post and removed @WIP The post is working in progress labels Oct 11, 2021
@AllanChain AllanChain moved this from To do to Done in Post Process Oct 11, 2021
@AllanChain AllanChain changed the title Keep Old-fashioned taskbar while using Windows 11 (for new features) Keep Old-fashioned Taskbar on the Left While Using Windows 11 Oct 11, 2021
@AllanChain AllanChain changed the title Keep Old-fashioned Taskbar on the Left While Using Windows 11 Keep Old-fashioned Taskbar on the Left on Windows 11 Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blog: moments |108686982-1caed800-7531-11eb-8d5d-3c60aff36bff.png @post This is a blog post
Projects
Post Process
  
Done
Development

No branches or pull requests

1 participant