Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


start_a_program_at_boot

Start a program at boot

For Windows 7:

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:
start /min C:\Windows\System32\taskmgr.exe
  • 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