
Originally Posted by
haplyss
I have an ASUS CM5570 Computer with Pentium Dual Core CPU, 2.60GHZ each, 6GB Ram, & a 630GB HDD running Vista Home Premium 64. What is the minimum required programs that have to be on the System Configuration Startup Menu on boot up? I want to have the least programs, as possible, running in the background at boot up. In Windows XP Pro it was easy. All I had to do was to leave SysTray checked and remove the check from all other listed programs. I can't figure what a lot of the list programs are. Not being sure I will not chance doing this without guidance from someone in this forum. Thanks!

Using WMIC command, you can easily create a very nice HTML-based report of those programs that automatically start up on your system. You can then print the report to have on hand as you investigate whether you can safely eliminate any of those programs.
To create the report, open a Command Prompt window and type the following command:
wmic startup get /format:hform > startupreport.htm
When you do, the report will be created in a matter of moments. To access the file, just type the following:
open startupreport.htm in your browser.