Jimmy Ruska's Blog
Computer TricksUnofficial Google Translate Firefox Extension
Most Common Passwords
Make Windows Run Faster
Pycron: Cron Jobs on Windows
Free Windows Hotkey Macros
Windows: Start programs minimized
Spoof domains with the hosts file
See all 7 posts
Computer Tricks RSS

Categoriesvideo tutorials (123)
funny pictures (30)
amazing pictures (11)
amazing videos (8)
php tutorials (7)
computer tricks (7)
hilarious videos (6)
personal updates (3)
youtube tips (3)
misc (3)
apache (2)
fake news (2)
articles (2)
cat videos (1)
My WebsitesBest of Internet
Streaming Anime Episodes
Free Video Tutorials
Best of Youtube
Electronics Discounts
MP3s From Google
Free Online Education
Funny Pictures Blog
Video Game Sheet Music
Free Movies Online
Online Degrees
College Online
Feb 14 | Windows: Start programs minimized Posted on Thursday, February 14 2008 |
Having a bunch of windows open at startup can be pretty annoying. Some programs have the option to start minimized but not all. If it's that much of a hassle here's how you can start programs minimized.
Registry Method
You can edit startup items directly in the registry, go to start -> run -> regedit and go to
and
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
...then just append /MINIMIZED to any program listed on startup.
Setup a batch file method

First find out where the program is. Go to start -> run and type msconfig, then go to the startup tab. If you hadn't known about already it's good to uncheck unwanted programs that are in your startup. If it says you don't have msconfig, go to start -> programs -> and find the "startup" folder.

Find the programs you want to start minimized and grab their locations. Next make a batch file. Just go to notepad or any other text editor, save as, instead of *.txt select "All Files", and save as test.bat. If that's unclear watch my introduction to batch files tutorial. All you have to do is put "start /b /min" in front of every program location. The start command in dos lets you open a command as a separate process, the /b tells the command to be invisible, and the /min part tells it to start the process minimized. It that sounds confusing don't worry. Try this simple example.
test.batDouble click test.bat and viola, notepad opened minimized. Just copy and paste the line with the different programs you want to open minized and put it in your startup folder.
Tags: start minimized, start dos command, minimize on startup, dont show window

Share:
More OMFG-Good Links
See all Posts in the Funny Pictures category.Download mp3s faster than limewire using google.
I've made 100+ free video tutorials.
See the best of the internet today on one page.