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

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