windows-10
Table of Contents
Windows 10 Setup
Start Menu Configuration
Pin a batch file to the Start menu or Taskbar in Windows 10.
- Right click on the Desktop and select the command “New → Shortcut” from the context menu.
- In the shortcut target, type the following text:
cmd /c “C:\Users\David\Documents\Code\RunPuttyPageant.bat”
- Name the shortcut and change its icon if you want
- Right click the shortcut and choose “Pin to Start” from the context menu.
Alternative: Run the Python Script directly from the shortcut
It may be possible to make the body of the batch file be the shortcut.
- RunPuttyPageant.bat
C:\Python27\Pythonw.exe C:\Users\David\Documents\Code\Scripts\Python\RunPuttyPageant.pyw
windows-10.txt · Last modified: 2023/04/12 20:44 by 127.0.0.1