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 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.
0 Comments:
Post a Comment