Google Search

Automatically run an application when computer starts

Sunday, April 4, 2010

In this post, I'll teach you, how to run an application at the time of startup.If you want to run any application  when your computer starts then this trick will help you in it. Now to do this you just need one things present in your computer and that is notepad. Yes, you do not have to install any software for that. Now lets start the proceedings.

  • Let us consider that you want to start Ms Word, Notepad, Calculator and say Task Manager at the time of startup. 
  • First open a new notepad window
  • After that type the following code in it 
           start /min winword.exe          
           start /min notepad.exe
           start /min calc.exe
           start /min taskmgr.exe
  • Now select the Save As option from File menu and save the file with name tnt4geeks and extension .bat (i.e. tnt4geeks.bat)
  • After that right click on Start button and click Open
  • Now open the folder named Programs then open Startup folder inside it
  • Here in the Startup folder paste the above created batch file tnt4geeks.bat
  • That's it, when next time you  start your computer these four applications will automatically starts, but you can't see the batch file tnt4geeks.bat running because we have chosen to run it in the minimized mode.
You can also add additional applications except these four, but you have to know the commands for that application to run. If you didn't know the commands, don't worry you can see a list of commands in the post names  List of RUN Commands. Now just add the command in the file and save it.

0 Comments:

Popular Posts