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

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

上一篇:Win8 连接服务器+传输文件/文件夹


下一篇:Zabbix_server执行window脚本出现中文乱码如何解决