User Tools

Site Tools


windows-10
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
Last revision
windows-10 [2017/04/09 14:35] dblume
Line 1: Line 1:
 +====== Windows 10 Setup ======
  
 +===== Start Menu Configuration =====
 +
 +[[http://winaero.com/blog/pin-a-batch-file-to-the-start-menu-or-taskbar-in-windows-10/|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.
 +
 +<code winbatch RunPuttyPageant.bat>
 +C:\Python27\Pythonw.exe C:\Users\David\Documents\Code\Scripts\Python\RunPuttyPageant.pyw
 +</code>
windows-10.txt · Last modified: 2023/04/12 20:44 by 127.0.0.1