vhanla / TaskbarDock

Customize Windows 10 Taskbar with few extra features
MIT License
289 stars 26 forks source link

Feature: Customiz taskbar's pinned icons in groups #7

Open vhanla opened 5 years ago

vhanla commented 5 years ago

imagen

Manage icons pinned in the taskbar with the following features:

vhanla commented 4 years ago

Finally I could create a procedure to pin/unpin icons to the taskbar 8dd94bfb5b7351495bfa47c034d056bee333aa4f but it won't support UWP apps, only regular ones.

Another feature working, but as the planned ones, requires more work, is to change pinned icons with custom ones. imagen

Next step: Create groups of pinned icons, so it can be pinned removing the current pinned ones with one click (maybe in sub menu in popup contextual menu).

It might also be nice to assign to another Virtual Desktop and automatically applied on desktop switch, but currently Windows 10 has undocumented methods to detect switching virtual desktops, which changes upon new version releases. But it would be great to have a different virtual desktop for let's say, programming, editing documents, video editing, etc. and automatically switch the pinned icons on taskbar according to where the user is.

vhanla commented 4 years ago

I'm testing detection of Virtual Desktops and if possible, pinned icons may change on change to another desktop, wallpaper included if desired.

throwingideas

vhanla commented 3 years ago

Sadly since Windows 10 1803 and newer pinning programmatically is harder, workarounds to do it programmatically is now almost impossible (as of known injecting methods)

vhanla commented 3 years ago

Sadly since Windows 10 1803 and newer pinning programmatically is harder, workarounds to do it programmatically is now almost impossible (as of known injecting methods)