Answers:
简单答案: "C:\program files\windows defender\mpcmdrun.exe" -scan -scantype 2
详细说明:
1)打开一个简单的(不是提升的)命令提示符。不必打开高架的。
2)类型/副本-> "C:\program files\windows defender\mpcmdrun.exe" -scan -scantype 2
C:\ program files \ windows Defender \ mpcmdrun.exe应该是mpcmdrun.exe的默认位置
仅使用-scan参数将使用Windows Defender / essentials的默认设置
为了确定将执行完整的系统扫描,您需要使用-scantype 2参数,如mpcmdrun帮助中所述。
3)如果有错误,请首先尝试找到它在计算机上的mpcmdrun.exe文件所在的位置。
通常,通过简单的搜索即可轻松完成此操作:
在命令提示符下: dir /a /b /s c:\mpcmdrun.exe
在运行窗口中,快捷方式:Windows键+ R键(Windows + R),或Windows vista / 7搜索框(单击开始按钮后,单击开始按钮),或Windows 8 / 8.1魅力搜索,或Windows 8 / 8.1-右键单击开始按钮-运行:
cmd /k dir /a /b /s c:\mpcmdrun.exe
摘自mpcmdrun帮助:
-Scan [-ScanType #] [-File <path> [-DisableRemediation]] Scans for malicious software
-Scan [-ScanType value]
0 Default, according to your configuration
1 Quick scan
2 Full system scan
3 File and directory custom scan
[-File <path>]
Indicates the file or directory to be scanned, only valid for custom scan.
直接从运行开始输入:
cmd /kc:\progra~1\window~2\MpCmdRun.exe -signatureupdate && c:\ progra〜1 \ window〜2 \ MpCmdRun.exe -scan -scantype 2
输出:
签名更新开始。。。
签名更新完成。无需更新
扫描开始中...
扫描完成。
如果它不起作用,请检查“ c:\ program files”和“ c:\ program files \ windows Defender”的真实路径名;直接从运行开始输入:
cmd / k目录c:\ pro * / x
输出:
22/01/2013 22.38 PROGRA〜1 程序文件
2013年9月2日21.14 PROGRA〜2程序文件(x86)
直接从运行开始输入:
cmd / k目录c:\ progra〜1 \ windows * / x
输出:
25/11/2012 20.56 WINDOW〜2 Windows Defender
25/11/2012 20.56 WIA843〜1 Windows日记本
25/11/2012 20.56 WI6A8C〜1 Windows Mail
13/01/2013 14.23 WI54FB〜1 Windows Media Player
26/07/2012 09.13 WI7A8C〜1 Windows Multimedia Platform
26/07/2012 09.12 Windows〜3 Windows NT
25/11/2012 20.56 WINDOW〜4 Windows Photo Viewer
26/07/2012 09.13 WIBFE5〜1 Windows便携式设备
该0
被检测作为一个参数。删除它,然后重试(0
仍然是默认设置)。
"C:\program files\windows defender\mpcmdrun.exe" -scan 2
我得到相同的错误。
MpCmdRun /?
明确说明了-Scan [-ScanType](请参见-之前的ScanType吗?)