手机看片精品高清国产日韩,色先锋资源综合网,国产哺乳奶水91在线播放,乱伦小说亚洲色图欧洲电影

命令行WMIC使用方法(一)

2016-05-24 15:08:54 8946

PROCESS【進程管理】:

列出進程
wmic process list brief
(Full顯示所有、Brief顯示摘要、Instance顯示實例、Status顯示狀態)

wmic 獲取進程路徑: 
wmic process where name="jqs.exe" get executablepath

wmic 創建新進程 
wmic process call create notepad
wmic process call create "C:Program FilesTencentQQQQ.exe" 
wmic process call create "shutdown.exe -r -f -t 20"

wmic 刪除指定進程: 
wmic process where name="qq.exe" call terminate 
wmic process where processid="2345" delete 
wmic process 2345 call terminate

wmic 刪除可疑進程
wmic process where "name='explorer.exe' and executablepath<>'%SystemDrive%\windows\explorer.exe'" delete
wmic process where "name='svchost.exe' and ExecutablePath<>'C:\WINDOWS\system32\svchost.exe'" call Terminate


提交成功!非常感謝您的反饋,我們會繼續努力做到更好!

這條文檔是否有幫助解決問題?

非常抱歉未能幫助到您。為了給您提供更好的服務,我們很需要您進一步的反饋信息:

在文檔使用中是否遇到以下問題: