Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


start_a_program_at_boot

Differences

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

Link to this comparison view

start_a_program_at_boot [2016/04/24 07:46] – created juckinsstart_a_program_at_boot [2016/04/24 08:25] (current) juckins
Line 1: Line 1:
 ==== Start a program at boot ==== ==== Start a program at boot ====
 +
 +For Windows 7: 
  
 [[http://www.howtogeek.com/208224/how-to-add-programs-files-and-folders-to-system-startup-in-windows-8.1/|Add program files and folders to Windows System Startup]] [[http://www.howtogeek.com/208224/how-to-add-programs-files-and-folders-to-system-startup-in-windows-8.1/|Add program files and folders to Windows System Startup]]
 +
 +For Windows 10:
 +
 +  * Create a file like task.bat on the Desktop or in some other location.  Add this code:
 +
 +<code>
 +start /min C:\Windows\System32\taskmgr.exe
 +</code>
 +
 +  * Then use Windows-R and enter shell:startup to access the Start Menu programs start up list
 +  * Right-click New > Shortcut and follow the prompts to add your new shortcut
start_a_program_at_boot.txt · Last modified: 2016/04/24 08:25 by juckins