Skip to content
⌘ NSIS Forum Archive

Pin software+shortcut to TaskBar in Windows 10+11

2 posts

meoit#

Pin software+shortcut to TaskBar in Windows 10+11

I need pin my software+shortcut to TaskBar in Windows 10+11.

I found solution, add to Name "Favorites"

HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Taskband"

but this DATA is binary

Please help me.
Thank you.
Anders#
The pinned shortcuts should be controlled by the user, not installers. Windows provides no documented APIs to pin shortcuts.

If you don't care and still want to pin, Mozilla has some code that Firefox uses to pin shortcuts, you could look at that and create a NSIS plug-in based on it.