Sunday, January 18, 2009

system drivers running endlessly

to list out the 'Running' State of system drivers

PS> Get-WmiObject -Class Win32_SystemDriver | Where-Object -FilterScript {$_.State -eq "Running"}

DisplayName : XAudio <--- a sample
Name : XAudio
State : Running
Status : OK
Started : True

No comments:

Post a Comment