Sublime Forum

ST4 - Unable to pin files with ST4 on Windows Taskbar

#1

Since upgrading to ST4, I am unable to pin files to SublimeText anymore.

With ST3 I had a bunch of frequently used files pinned there - these all disappeared, and I am unable to pin any.

It was super handy having really quick access to some key files and I’d love to get this back…anyone know how this would be possible?

0 Likes

#2

Pinning files to ST taskbar item works fine for both ST3 and ST4 portable on my Win10 21H1 machine.

As soon as ST4 is installed via (installer), pinning stops working for all instances (also portable).

So the reason for this issue must be related with something the installer does.

I was able to track it down to following registry key being added.

HKEY_CLASSES_ROOT\Applications\sublime_text.exe\SupportedTypes

The key contains

grafik

These are the files which can still be pinned. All other files are rejected.

Adding a string value for .txt enables pinning for text files.

So there are two options:

  1. Add all file extensions, which are to be supported (maybe many of them are out of scope for core ST installer as support is added by plugins)
  2. Removing SupportedTypes key from registry to enable pinning for all files.
3 Likes

#3

Awesome - thanks so much. I just renamed that key, in case it ever causes issues, but I suspect it won’t…

1 Like

#4

Related core issues


0 Likes

#5

This has also worked for me. Thanks!

0 Likes

#6

I´ve been looking for so long for this solution.
Almost stoped using ST because of this anoying error.
Thanks so much for this awesome help.

0 Likes