5
votes

I would like to write a program that Pins an APPLICATION like Microsoft WORD, EXCEL, and POWERPOINT to the taskbar on windows 7 or 8. I found the directory that hosts the shortcuts (%APPDATA%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar); however, when I create a shortcut and move it to that folder, the icon does not appear in the taskbar. Also, removing a file from that folder does not remove the icon from the taskbar, it just disassociates the icon from any shortcut. The next time you click on the icon it will display a message asking if you want to remove the pinned item. I would like to automate these processes as I use them a lot on multiple computers per day.

2
You might be able to achieve this with a .vbscriptCaleb Jares
good to know, ill check it out!theB3RV
@rofrol That is not the same question..."I would like to write a program that Pins an APPLICATION like Microsoft WORD, EXCEL, and POWERPOINT to the taskbar on windows 7 or 8."theB3RV

2 Answers

1
votes

Old question but I was looking for a way to do this too, this way seem much simpler than using VB.

Create a new shortcut and set the target to: cmd.exe /c "path\to\script.bat". Then you can just right-click and pin it like other shortcuts.

Got the solution from here: http://www.mysysadmintips.com/windows/clients/343-pin-bat-files-to-windows-8-start-screen