Ying Li at myITforum.com

PowerShell & System Center

PowerShell one liner to list startup command

Here is a PowerShell one liner to list startup command on your machine

PS C:\Users\Ying> Get-WmiObject -class "Win32_Startupcommand"

Command                                                      User                                    Caption                               
-------                                                          ----                                    -------                               
DING!.lnk                                                       Dino\Ying                               DING!                                 
腾讯QQ.lnk                                                     Dino\Ying                               腾讯QQ                                
"C:\Program Files\DellSupport\DSAgnt...              Dino\Ying                               DellSupport                           
"C:\Program Files\Windows Live\Messe...             Dino\Ying                               MsnMsgr          

.

.

.

                     

Posted: Feb 05 2008, 12:55 AM by yli628 | with no comments
Filed under:

Comments

No Comments