Powershell 查看你Windows电脑中的进程是否有变化

Powershell 查看你Windows电脑中的进程是否有变化
(以过去正常的进程列表为基础)

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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章