ramensoftware / windows-11-taskbar-styling-guide

A collection of commonly requested taskbar styling customizations for Windows 11
187 stars 16 forks source link

How to set minimum width of empty space on task bar? #118

Closed bege10 closed 1 month ago

bege10 commented 1 month ago

I want to use the Windhawk mod "Click on empty taskbar space". When the taskbar is full there is very little empty space so that it is very difficult to hit that space. How can I set a minimum width?

BTW, which process must I select in UWPspy to examine the task bar?

m417z commented 1 month ago

BTW, which process must I select in UWPspy to examine the task bar?

Run UWPSpy, move your mouse over the target and press Ctrl+D. The process will be selected in the list.

In the case of the taskbar, it's explorer.exe.

bege10 commented 1 month ago

I thought so. But I get these errors Screenshot_011 Screenshot_012

m417z commented 1 month ago

Are you using other customization tools, such as ExplorerPatcher or StartAllBack?

bege10 commented 1 month ago

Yes, ExplorerPatcher.

m417z commented 1 month ago

This mod only works with the native Windows 11 taskbar. You can switch to it in ExplorerPatcher's settings, otherwise the mod won't work.

bege10 commented 1 month ago

Thank you.