Skip to content

This is a workaround for the Win 10 Taskbar folder menues that are missing in Win11: Display a folder in the taskbar tray and add one or more directorys for quick access

License

Notifications You must be signed in to change notification settings

Stephanowicz/TaskBarFolder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskBarFolder

This is a workaround for the Win 10 Taskbar folder menues that are missing in Win11:
Display a folder in the taskbar notify-tray and add one or more directorys for quick access

image

Left-Click opens either Single-Folder:
image

or Multiple-Folders:
image

image

right-click on folder or file opens the (old) windows context-menue
double-click on folder opens the folder in windows-explorer
double-click on file opens the file with the associated programm

Right-Click on the task-bar icon for context-menue:
image

Settings-Menue:
image

You can change the default Task-Bar-Icon (reset with click on "default icon)

Menue-Options:

  • show tooltips with info about filetype,creation time, modification time and size

  • show file extensions

  • show hidden files

  • use small icons with 16x16 pixel - default is 20x20

  • Add folder with "add folder" button

  • change the order by selecting one row (by clicking on the row-header!) and moving it with the up/down arrows on the right side

  • change the icon of the folder --> double-click on the folder icon

  • reset the folder-icon to the default icon by selecting the icon and pressing "default icon"

  • change the display-name of the folder --> select the name, edit the text in the text-box below and press the "set name" button

  • delete the folder by selecting it by clicking on the row-header and presseing " delete folder"

image

minimize/hide settings window by clicking on button top-right corner

Issues:

The first time the menue opens, opening subfolders may be very slow.
(This seems to be a windows problem, as this also was the case with the former windows 10 taskbar-folder menue
This also happens when adding a folder to the quicklinks in the openShell start-menue
Interestingly it 'seems' not to be happening when using a root-folder like C:\ ?)
The programm uses the win32API call SHGetFileInfo wich is already faster than System.Drawing.Icon.ExtractAssociatedIcon - seems like the fileinfos get cached by the system and therefore the second call is faster
Take a look here for more backgroundinfo
One optimisation could be to first load the file-list without icons and load the icons and file-info in a second background task...
UPDATE: Tried to update the icons in a background task - unfortunately this is way much slower for whatever reasons

Hope this is useful!

Cheers, Stephanowicz

About

This is a workaround for the Win 10 Taskbar folder menues that are missing in Win11: Display a folder in the taskbar tray and add one or more directorys for quick access

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages