Saturday, May 14, 2022

Windows 11: Pin a "bat" shortcut to Start


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:

Anonymous said...

Perfect, thank you.

reggie said...

Exactly what I needed. Thank you!

 
Get This <