如何在Windows 10上使用Microsoft Defender掃描文件或文件夾中的惡意軟件

Windows 10 Logo Hero - Version 3

On Windows 10, Microsoft Defender (formerly called “Windows Defender”) always scans files before you open them unless you’ve installed a third-party antivirus. You can also perform a quick scan of any file or folder, too. Here’s how.

在Windows 10上,除非安裝了第三方防病毒軟件,否則Microsoft Defender (以前稱為“ Windows Defender”)始終在打開文件之前先進行掃描。 您也可以對任何文件或文件夾進行快速掃描。 這是如何做。

First, find the file or folder you’d like scan. It can be located within File Explorer or on your Desktop. Using your mouse cursor, right-click on the item.

首先,找到您要掃描的文件或文件夾。 它可以位于文件資源管理器內或桌面上。 使用鼠標光標,右鍵單擊該項目。

Right-click on a file to scan it with Microsoft Defender on Windows 10

In the menu that pops up, select “Scan With Microsoft Defender.”

在彈出的菜單中,選擇“使用Microsoft Defender掃描”。

(On versions of Windows 10 prior to the May 2020 Update, this option will say “Scan With Windows Defender.”)

(在2020年5月更新之前的Windows 10版本中,此選項將顯示“使用Windows Defender掃描”。)

Select Scan with Microsoft Defender in the Right-Click menu on Windows 10

A Windows Security window will pop up, and the results of the scan will be shown near the top—just below the “Scan Options” heading. If everything is OK, you will see “No Current Threats.”

將彈出一個Windows安全性窗口,掃描結果將顯示在頂部附近-“掃描選項”標題下方。 如果一切正常,您將看到“沒有當前威脅”。

Microsoft Defender scan results

On the other hand, if malware is detected, Microsoft Defender will alert you with a message that says “Threats Found,” and it will list the file or files that are infected.

另一方面,如果檢測到惡意軟件,Microsoft Defender將通過一條消息“發現威脅”來警告您,并且它將列出被感染的文件。

To remove the threats, click the “Start Actions” button.

要消除威脅,請單擊“開始操作”按鈕。

Click Start Actions in Microsoft Defender

After clicking “Start Actions,” Microsoft Defender will remove the threats automatically, and everything should be back to normal. If you’d like more details on what threats were neutralized, click “Protection History” just below the scan results.

單擊“開始操作”后,Microsoft Defender將自動刪除威脅,并且所有內容應恢復正常。 如果您想了解有關消除了哪些威脅的更多詳細信息,請單擊掃描結果下方的“保護歷史記錄” 。

Good luck, and stay safe!

祝你好運,并保持安全!

翻譯自: https://www.howtogeek.com/679256/how-to-scan-a-file-or-folder-for-malware-with-microsoft-defender-on-windows-10/

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/278857.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/278857.shtml
英文地址,請注明出處:http://en.pswp.cn/news/278857.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

html中怎么獲取搜索框中的值,百度API 搜索框,獲取相應的地點的uid

在百度API的輸入框中怎么根據搜索到的地址獲取百度的uidbody, html{width: 100%;height: 100%;margin:0;font-family:"微軟雅黑";font-size:14px;}#l-map{height:300px;width:100%;}#r-result{width:100%;}關鍵字輸入提示詞條請輸入:// 百度地圖API功能function G(id…

adb 常用

adb抓日志命令:adb pull /data/log/android_logs 本地目錄 構造大文件:adb shell dd if/dev/zero of/mnt/sdcard/bigfile adb shell pm list package 查看所有包 adb shell pm path packageName 查看包名路徑 adb uninstall packageName 卸載應用 …

html 替代table,Iframe的缺點,div或者table成為替代者

1、在網頁中使用框架結構最大的弊病是搜索引擎的“蜘蛛”程序無法解讀這種頁面。當“蜘蛛”程序遇到由數個框架組成的網頁時,它們只看到框架而無法找到鏈接,因此它們會以為該網站是個死站點,并且很快轉身離去。對一個網站來說這無異于一場災難…

uac2.0驅動_關閉Vista中令人討厭的HP驅動程序UAC彈出更新檢查

uac2.0驅動If you are using Vista and have an HP printer, especially of the All-In-One variety, you’ve probably noticed that once a week or so you get this obnoxious User Account Control popup dialog out of the blue asking for permission to run some Hewlet…

一 流程控制之if判斷

既然我們編程的目的是為了控制計算機能夠像人腦一樣工作,那么人腦能做什么,就需要程序中有相應的機制去模擬。人腦無非是數學運算和邏輯運算,對于邏輯運算,即人根據外部條件的變化而做出不同的反映,比如: 1 如果&#…

nodejs 30行代碼 爬豆瓣電影數據

##用nodejs 寫爬蟲 關鍵模塊:cheerio、http,request。 consonl.log() 出來的數據 首先安裝相關的模塊: //我用了某寶的鏡像安裝 原來是 npm,-g 可以根據自己情況是全局按裝還是局域安裝 cnpm install -g jquerycnpm install -g cheerioc…

html5結構與表現分離原則,網頁簡單布局之結構與表現原則分享

一般來說html結構 css表現 javascrip行為,網頁布局要考慮到結構,表現,行為分離原則,首先重點放在結構和語義化上面,再考慮CSS,JS等,便于后期維護和分析。結構與表現相關內容簡介html結構 css表現…

如何在Firefox 3中重新啟用about:config警告消息

If you’ve spent any time tweaking Firefox 3, you’ve probably seen the warning message telling you that you probably shouldn’t be changing any settings. Thankfully you can remove the checkbox and make the message go away… but what if you wanted it back?…

iaas層次化結構--從業務需求到設計需求

轉載于:https://www.cnblogs.com/anc-ox/p/10004571.html

清華經管計算機金融專業,非量化背景拿下MIT MFin的清華經管學姐,詳解MIT金融項目優劣和職業方向...

學員背景清華大學 經管學院主要獲錄Offer麻省理工大學金融碩士MIT MFin哥倫比亞大學公共管理碩士Columbia MPA來自清華經管F學姐,以非量化背景成功斬獲MIT金融和哥大MPA項目。她與大家分享了MIT金融項目的特色、優劣勢、錄取信息和未來的職業方向,同時也…

保存頁面供以后使用Firefox的閱讀列表擴展

I spend an enormous amount of time browsing the web looking for new ideas to write about, so one of the biggest problems for me is tagging articles for more careful reading later. Also, I’m sure any moment I’m going to reach a page that says “You’ve re…

使用EHCache需要注意的幾個問題(轉)

最近做一個小項目,需要對一批數據進行緩存,且要求持久化到磁盤。使用ehcache非常簡單和直觀,一般來說只需要配置ehcache.xml文件,接著直接使用Cacheable, Cacheput, CacheEvict即可。 三個注解的意思也很簡單,這里就不…

MySQL的常見存儲引擎介紹與參數設置調優(轉載)

原文地址:http://www.cnblogs.com/demon89/p/8490229.htmlMySQL常用存儲引擎之MyISAM特性:1、并發性與鎖級別2、表損壞修復check table tablenamerepair table tablename3、MyISAM表支持的索引類型①、全文索引②、前綴索引4、MyISAM表支持數據壓縮myisa…

計算機網絡udp實驗時間戳請求報文與應答報文的表格填寫,自考計算機網絡管理歷年(2007.1-2013.1)試題及答案(標有頁碼)...

33.假設某RMON MONTIOR矩陣組的matrixSDTable和matrixDSTable的內容如下表1和表2所示。表1. matrixSDTbalematirxSDSourceAddress matrixSDDestAddress matrixSDPkts m,atrixSDOctests matrixSDError 008000AB1258 00A0C5BA9C02 1274 1697133 11 ……………表2. matrixDSTablem…

如何在Twitter上阻止令人討厭的“今日熱門新聞@yourname”垃圾郵件

Lately I’ve noticed an annoying trend on Twitter—people constantly spamming your replies feed with these posts saying that you were the top story on somebody’s feed. Very irritating, but here’s how to get rid of it. 最近,我注意到Twitter上有一…

蕾絲的選購和保養秘訣

維秘柔情內褲性感/舒適/健康/透氣 復制代碼 維秘柔情不僅僅是商品質材料和考究的設計,更是一個堅守生活美學的理念,總有一款維秘柔情告訴你的身體密碼。從此之前所用,皆為將就。從此之前所見,皆為平常。 在內褲不再是遮掩的這個時…

Python -bs4介紹

https://cuiqingcai.com/1319.html Python -BS4詳細介紹Python 在處理html方面有很多的優勢,一般情況下是要先學習正則表達式的.在應用過程中有很多模塊是非常方便的,先嘗試使用BeautifulSoup和Urllib進行網頁的處理,僅供學習.首先列舉所需要導入的模塊:from bs4 import Beauti…

廣東工業大學計算機學院書記,計算機學院召開2018年工作總結大會

單 位:計算機學院2019年1月8日上午,計算機學院在工學一號館216會議室召開了學年工作總結大會。會議由學院陳平華副院長主持。會上,郭維喜書記對過去一學年學院各項工作給予了肯定,并從黨的建設、意識形態工作、思想宣傳工作、師德…

Numpy的常用方法

NumPy是用Python進行科學計算的基本軟件包。它包含以下內容: 一個強大的N維數組對象復雜的(廣播)功能用于集成C / C 和Fortran代碼的工具有用的線性代數,傅里葉變換和隨機數能力除了明顯的科學用途外,NumPy還可以用作通…

vista任務欄透明_增加Windows Vista任務欄預覽大小的賞金(付費!)

vista任務欄透明Ever since Windows Vista came out, I’ve been trying to figure out how to increase the size of the tiny Windows Vista taskbar preview windows. I’ve scoured the registry, used process monitor to try and find hidden registry keys, and looked …