0

Title says it all. I'm working on a build to push out to computers around my campus and we'd like to have stuff put on the taskbar as part of the build. I found a .bat file on this site that was used for a similar question but it seems to be outdated as it only results in multiple errors when I try to run it on my computer.

2 Answers2

0

I found this post: http://joseespitia.com/2016/05/13/how-to-programmatically-pin-icons-in-windows-10, which linked to this program: http://www.technosys.net/products/utils/pintotaskbar.

I personally didn't try it, but it looks credible.

Hope you'll find it useful.

Catalyst
  • 1,077
0

Unfortunately there is no way doing this with plain batch commands, but you can do this by either using VBScript or PowerShell scripts. Both of them are shipped with Windows by default.

Sector
  • 1