Skip to content

Instantly share code, notes, and snippets.

@rlaphoenix
Created June 17, 2021 22:09
Show Gist options
  • Save rlaphoenix/5b27e35761c5e354cd69b3802b26e733 to your computer and use it in GitHub Desktop.
Save rlaphoenix/5b27e35761c5e354cd69b3802b26e733 to your computer and use it in GitHub Desktop.
Windows 10 Taskbar Separators
  1. Make a folder for them (they need to be kept at the same location once they are created).
  2. Place the ICO file you wish to use below into the folder.
  3. Right click-hold and drag and drop next to the .ICO to make a shortcut. Rename it something like sep.lnk.
  4. Right click the shortcut -> Properties -> Shortcut tab. Change the target field to: pwsh -1. Change the Run field to "Minimised".
  5. Make multiple copies of the shortcut as you cannot use the same shortcut multiple times in a taskbar.
  6. For each of the duplicate shortcuts, change the -1 in the Target field to something else, e.g. -2, then next shortcut -3, and so on.
  7. Drag and drop the shortcuts into your taskbar to pin them. Drag them where you want.

Bonus: Use 7+ Taskbar Tweaker as it has an option for Pinned Items called "Remove extra gap between items". This is very handy to make the effect better.

@rlaphoenix
Copy link
Author

Example of a working separator shortcut:
image

@rlaphoenix
Copy link
Author

Example of 5 of these separator shortcuts in use:
image

@rlaphoenix
Copy link
Author

Normal:
image

With 7+ Taskbar Tweaker's "Remove extra gap between items":
image

@rlaphoenix
Copy link
Author

This does not seem to work on Windows 11.

@goryny4
Copy link

goryny4 commented Apr 29, 2023

where do I get the ico, dude? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment