PS C:\Users\norman> Get-process | export-clixml c:\good.xml
PS C:\Users\norman> Compare-object -Referenceobject (import-clixml c:\good.xml) -differenceobject (get-process) -Property Processname
Powershell 查看你Windows电脑中的进程是否有变化
原文:https://blog.51cto.com/2290153/2485763