Win10自带的Windows Defender具有基本的查杀病毒能力,可以为Windows10提供一定的安全保障。但这项自带的免费杀软在功能上并不是很完善,比如第三方杀软基本都具备的右键菜单嵌入,Windows Defender就不具备,这使得用户想扫描某些单个文件或文件夹的时候并不是很方便。不过,要想加入这项功能也不难操作,具体方法如下:
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”,路径随意
3、双击该文件,上述内容被添加到注册表中,右键菜单添加成功。
此后,你就可以使用Windows Defender对特定文件、文件夹或分区扫描而不必打开Windows Defender界面。
ppt.cc/fVjECx ppt.cc/fEnHsx ppt.cc/fRZTnx ppt.cc/fSZ3cx ppt.cc/fLOuCx ppt.cc/fE9Nux ppt.cc/fL5Kyx ppt.cc/fIr1ax ppt.cc/f71Yqx tecmint.com linuxcool.com linux.die.net linux.it.net.cn ostechnix.com unix.com ubuntugeek.com runoob.com man.linuxde.net bit.ly/2EzoUDo bit.ly/2tW6eYT bit.ly/2X6vadl bit.ly/2viLpHU linuxprobe.com linuxtechi.com howtoforge.com linuxstory.org systutorials.com ghacks.net linuxopsys.com v.gd/2P9wTx v.gd/FtfpqE v.gd/eMfHsm v.gd/Ub7mqv v.gd/RReVk0 v.gd/vS3uTI v.gd/4Zxmba
Total Pageviews
Friday, 14 June 2024
给Win10右键菜单加入病毒扫描选项
Labels:
windows
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment