Home
Welcome
About This Wiki
sandbox (play here)
This shows you the differences between two versions of the page.
windows-10 [2017/02/09 20:52] dblume created |
windows-10 [2017/04/09 14:35] (current) dblume |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Windows 10 ====== | + | ====== 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]]. | [[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]]. | ||
Line 7: | Line 9: | ||
- Name the shortcut and change its icon if you want | - Name the shortcut and change its icon if you want | ||
- Right click the shortcut and choose "Pin to Start" from the context menu. | - 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> |