Hello guys i ask a lot of things in help forum
But i never seen someone found a solution to pin executable to the task bar for WIN 8/8.1/10
Script working without admin rigths ON USER session ONLY
(May depend of your computer speed you gonna have to dd some sleep between lines)
Here is an exemple for WORD 2013 you can do that with all programs.
ShellExecute ("C:\Program Files (x86)\Microsoft Office\Office15\") ;Dossier office
WinWait("Office15")
WinActive("Office15")
WinMove("Office15" , "" ,0,0)
Send ("WINWORD.exe")
Send ("{LALT}")
Send ("J")
Send ("A")
Send ("B")
Have fun bye.