Forum Discussion
StevenGarcia
Aug 05, 2024Copper Contributor
How to Pin a Batch File to the Windows 11 Taskbar
I discovered a method for attaching a batch file to the taskbar in Windows 11 and decided to give it a try. Following the instructions provided, the batch file created was relying on the Command Prom...
WAhydrohead
Aug 22, 2024Copper Contributor
Scottil How does this get the batch file onto the taskbar?
Vaultdweller_7
Nov 11, 2024Copper Contributor
Make the path something like cmd /c "C:\Temp\_Bat\Ping.bat"
After that you can rightclick to PIN the shortcut to taskbar.
- WAhydroheadNov 12, 2024Copper Contributor
I do not see a "Pin to taskbar" option in the context menu.
- WaoperNov 12, 2024Iron Contributor
This trick worked for me. thanks