On a badly malware infested computer without AV and other protection, the bad guys often have to be removed by hand. The first step to removing them is to identify them. So, how does one get a list of startup programs from the Vista command prompt, which would be faster than using GUI tools, since the system can get really sluggish due to the malware eating up CPU cycles and doing other naughty stuff.

link|improve this question

75% accept rate
feedback

3 Answers

up vote 3 down vote accepted

At the Vista command prompt (no elevation required) type:

wmic startup list full | more

Windows Management Instrumentation Command-line (WMIC) uses the power of Windows Management Instrumentation (WMI) to enable systems management from the command line.

link|improve this answer
feedback

I'm not aware of a native solution but Autoruns by Sysinternals/Microsoft provides a console version along with the GUI version.

link|improve this answer
feedback

The 'autoruns' tool from SysInternals is quite good and light weight.
Allows you to quickly disable an autorun too.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.