1. Right click on the xx.bat file and copy.
2. Right click on the destination fold and select "Show more options" -> "Paste shortcut" to create a shortcut of the xx.bat file.
3. Right click on the newly created shortcut and select "Properties".
4. In the Properties dialog, change the Target field to:
cmd /c "...../xx.bat"
where the highlighted part is the original Target value. Click OK to save it.
5. Now, right click on the updated shortcut and you can see the "Pin to Start" item.
2 comments:
Perfect, thank you.
Exactly what I needed. Thank you!
Post a Comment