网站首页/win10系统列表/内容

Windows Defender扫描在Windows10系统右键中的使用

win10系统2024-05-24阅读
Windows 10是美国微软公司研发的跨平台及设备应用的操作系统。是微软发布的最后一个独立Windows版本。Windows 10共有7个发行版本,分别面向不同用户和设备。2014年10月1日,微软在旧金山召开新品发布会,对外展示了新一代Windows操作系统,将它命名为“Windows 10”,新系统的名称跳过了这个数字“9”。截止至2018年3月7日,Windows 10正式版已更新至秋季创意者10.0.16299.309版本,预览版已更新至春季创意者10.0.17120版本

Win10系统自带的Windows Defender具有基本的查杀病毒能力,可以为Windows10提供一定的安全保障。但这项自带的免费杀软在功能上并不是很完善,比如第三方杀软基本都具备的右键菜单嵌入,Windows Defender就不具备,这使得用户想扫描某些单个文件或文件夹的时候并不是很方便。不过,要想加入这项功能也不难操作,具体方法如下

 

Windows Defender扫描在Win10系统右键中的使用


1、打开记事本,输入以下代码:
Windows Registry Editor Version 5.00
; Folder Scan
[HKEY_CLASSES_ROOT\Folder\shell\WindowsDefender]
"Icon"="%ProgramFiles%\\\\Windows Defender\\\\EppManifest.dll"
"MUIVerb"="使用 Windows Defender 扫描"
[HKEY_CLASSES_ROOT\Folder\shell\WindowsDefender\Command]
@="cmd.exe /s /c \"\"C:\\Program Files\\Windows Defender\\MpCmdRun.exe\" -scan -scantype 3 -SignatureUpdate -file \"%1 \"\" & pause"
; File Scan
[HKEY_CLASSES_ROOT\*\shell\WindowsDefender]
"Icon"="%ProgramFiles%\\\\Windows Defender\\\\EppManifest.dll"
"MUIVerb"="使用 Windows Defender 扫描"
[HKEY_CLASSES_ROOT\*\shell\WindowsDefender\Command]
@="cmd.exe /s /c \"\"C:\\Program Files\\Windows Defender\\MpCmdRun.exe\" -scan -scantype 3 -SignatureUpdate -file \"%1 \"\" & pause"
2、将代码另存为“所有文件”(保存类型),名称自拟,但后缀名一定要为“.reg”,路径随意.
 


Windows 10系统成为了智能手机、PC、平板、Xbox One、物联网和其他各种办公设备的心脏,使设备之间提供无缝的操作体验。

……

相关阅读