如何使用卡巴斯基急救盤清理感染的PC

image

When you’re dealing with a PC that is completely infected in viruses, sometimes the best thing to do is reboot into a rescue disk and run a full virus scan from there. Here’s how to use the Kaspersky Rescue Disk to clean an infected PC.

當您要處理一臺完全被病毒感染的PC時,有時最好的辦法是重新啟動進入應急磁盤并從那里運行完整的病毒掃描。 這是使用卡巴斯基救援磁盤清理受感染PC的方法。

There’s lots of ways to clean an infected PC, like booting into an Ubuntu Live CD and scanning for viruses, but this is an extremely simple—and free—solution from a trusted anti-virus vendor.

有很多方法可以清除受感染的PC,例如引導至Ubuntu Live CD并掃描病毒,但這是受信任的防病毒供應商提供的極為簡單且免費的解決方案。

將映像下載并刻錄到光盤 (Download and Burn the Image to a Disc)

The first thing you’ll need to do is head over to the Kaspersky site and download the latest version of their rescue disk, and then use an application to burn that ISO image file to an optical disc—we prefer using ImgBurn (download from Ninite), but there’s plenty of ways to burn an ISO to a disc.

您需要做的第一件事是前往Kaspersky網站并下載其救援磁盤的最新版本,然后使用應用程序將該ISO映像文件刻錄到光盤上-我們更喜歡使用ImgBurn(從Ninite下載) ),但是有很多方法可以將ISO刻錄到光盤上。

image

使用Kaspersky Rescue磁盤清理感染的PC (Using the Kaspersky Rescue Disk to Clean an Infected PC)

Once you’ve got the disc in hand, put it into the PC and reboot—you should see a new screen that says “Press any key to enter the menu”, at which point you should probably press any key. To enter the menu, of course. If you don’t, it’ll boot normally into Windows.

拿到光盤后,將其放入PC并重新啟動-您應該看到一個新屏幕,顯示“按任意鍵進入菜單”,此時您應該按任意鍵。 當然要進入菜單。 如果不這樣做,它將正常啟動到Windows。

image

At this point you’ll be able to choose whether to use the Graphic or Text mode, and we’d recommend using the Graphic mode unless there’s some problem, which there really shouldn’t be.

在這一點上,您將能夠選擇使用“圖形”還是“文本”模式,除非有問題,否則我們建議您使用“圖形”模式。

image

You’ll be prompted to type the letter “a” to accept the agreement. What’s weird is that it didn’t work with a capital letter “A” for us, even though that’s what it shows in the screenshot.

系統將提示您輸入字母“ a”以接受協議。 奇怪的是,即使屏幕截圖中顯示的是大寫字母“ A”,我們也無法使用。

image

Within a few short seconds you should see the full working environment, with the Kaspersky Rescue Disk screen front and center.

在幾秒鐘內,您將看到完整的工作環境,并且卡巴斯基救援磁盤屏幕位于正面和中間。

image

The first thing you want to do is switch tabs over to the My Update Center, and then click the Start update button to load the latest anti-virus definitions from their web site—this is a critical step!

您要做的第一件事是將選項卡切換到“我的更新中心”,然后單擊“開始更新”按鈕以從其網站加載最新的防病毒定義-這是至關重要的一步!

image

Once done, switch back over to the Objects Scan tab, select the drives you want to scan, and then click the Start Objects Scan button.

完成后,切換回“對象掃描”選項卡,選擇要掃描的驅動器,然后單擊“啟動對象掃描”按鈕。

image

The scan will run, and clean up any viruses that it finds. You’ll be prompted when you do encounter a virus, and you’ll have to choose whether to clean or quarantine the files—the typical anti-virus behavior.

掃描將運行,并清除發現的所有病毒。 當您確實遇到病毒時,系統會提示您,并且必須選擇是清除還是隔離文件-典型的防病毒行為。

If you need to do some more work or research on the PC, you can access some tools directly from the menu below, which has a fully working web browser, command line, and a file manager.

如果您需要在PC上做更多的工作或進行研究,則可以直接從下面的菜單訪問一些工具,該菜單具有正常運行的Web瀏覽器,命令行和文件管理器。

image

You’ll be able to access your Windows partition through the /discs/C: folder, and do any other maintenance work you need to do.

您將可以通過/ discs / C:文件夾訪問Windows分區,并執行其他需要做的維護工作。

image

That’s pretty much all there is to it. Enjoy cleaning viruses.

這幾乎就是它的全部。 享受清潔病毒。

Download the Kaspersky Rescue Disk from support.kaspersky.com

從support.kaspersky.com下載卡巴斯基救援磁盤

翻譯自: https://www.howtogeek.com/howto/36403/how-to-use-the-kaspersky-rescue-disk-to-clean-your-infected-pc/

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

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

相關文章

2018.12.08 codeforces 946D. Timetable(背包)

傳送門 題意簡述:有一個人上n天課,每天有m個小時的時間安排表(一個01串),為1表示要上課,否則不上課,求出如果可以最多翹kkk節課這nnn天在校待的總時間的最小值(一天必須在所有課上完…

jQuery雜項進階(四)

文章目錄一、$ 的替換二、使用JSONP實現跨域三、jQuery 雜項方法、實用工具、回調對象、延遲對象參考 ☆四、jQuery 自身屬性參考 ☆五、jQuery 插件介紹和參考 ☆jQuery 樹型菜單插件(Treeview)jQuery Validate表單驗證,jQuery Password Validation(密碼…

什么是WLIDSVC.EXE和WLIDSVCM.EXE,它們為什么運行?

You’re no doubt reading this article because you’re wondering what those two processes are doing cluttering up Task Manager, and also wondering why they are in capital letters. You’ve come to the right place. 毫無疑問,您閱讀本文是因為您想知道…

[USACO10DEC] Treasure Chest

題目鏈接 90 Points:智障的區間 DP……設 dp[i][j] 表示區間 [i, j] 能取的最大價值,但我還是 sd 地開了第三維表示先取還是后取的價值。 交上去以為能 A,結果 #2 開心地 MLE……一看內存,64MB(把評測機吊起來打一頓&a…

工程化,模塊化,組件化,規范化

前端講究 工程化,模塊化,組件化,層層遞進。 一、工程化 工程化是整個工程的結構、樣式和動作分離,工程化是一種思想而不是某種技術(當然為了實現工程化我們會用一些技術)。各種規范、技術選型、項目構建優…

linux壓縮和解壓縮_Linux QuickTip:一步下載和解壓縮

linux壓縮和解壓縮Most of the time, when I download something it’s a file archive of some kind – usually a tarball or a zip file. This could be some source code for an app that isn’t included in Gentoo’s Portage tree, some documentation for an internal …

Spark架構與作業執行流程簡介

2019獨角獸企業重金招聘Python工程師標準>>> Spark架構與作業執行流程簡介 博客分類: spark Local模式 運行Spark最簡單的方法是通過Local模式(即偽分布式模式)。 運行命令為:./bin/run-example org.apache.spark.exam…

Spring boot整合Mongodb

最近的項目用了Mongodb,網上的用法大多都是七零八落的沒有一個統一性,自己大概整理了下,項目中的相關配置就不敘述了,由于spring boot的快捷開發方式,所以spring boot項目中要使用Mongodb,只需要添加依賴和…

nodejs和Vue和Idea

文章目錄Vue環境搭建Idea安裝Idea中配置Vue環境Node.js介紹npm介紹Vue.js介紹[^3]Idea介紹Vue環境搭建 概述:vue環境搭建:需要npm(cnpm),而npm內嵌于Node.js,所以需要下載Node.js。 下載Node.js&#xff1…

Spring MVC上下文父子容器

2019獨角獸企業重金招聘Python工程師標準>>> Spring MVC上下文父子容器 博客分類: java spring 在Spring MVC的啟動依賴Spring框架,有時候我們在啟動Spring MVC環境的時候,如果配置不當的話會造成一些不可預知的結果。下面主要介紹…

12.7 Test

目錄 2018.12.7 TestA 序列sequence(迭代加深搜索)B 轟炸bomb(Tarjan DP)C 字符串string(AC自動機 狀壓DP)考試代碼AC2018.12.7 Test題目為2018.1.4雅禮集訓。 時間:4.5h期望得分:010010實際得分:010010 A 序列sequence(迭代加深搜索) 顯然可…

word文檔中統計總頁數_如何在Google文檔中查找頁數和字數統計

word文檔中統計總頁數Whether you’ve been given an assignment with a strict limit or you just like knowing how many words you’ve written, Google Docs has your back. Here’s how to see exactly how many words or pages you’ve typed in your document. 無論您是…

vue 入門notes

文章目錄vue一、js基礎二、封裝緩存三、組件1、組件創建、引入、掛載、使用2、組件間的傳值- 父組件主動獲取子組件的數據和方法(子組件給父組件傳值):- 子組件主動獲取父組件的數據和方法(父組件給子組件傳值)&#x…

spring集成 JedisCluster 連接 redis3.0 集群

2019獨角獸企業重金招聘Python工程師標準>>> spring集成 JedisCluster 連接 redis3.0 集群 博客分類&#xff1a; 緩存 spring 客戶端采用最新的jedis 2.7 1. maven依賴&#xff1a; <dependency> <groupId>redis.clients</groupId> <artifact…

html-盒子模型及pading和margin相關

margin: <!DOCTYPE html> <html lang"en"> <head><meta charset"UTF-8"><title>Title</title><style>* {margin: 0;padding: 0;}/*margin 外邊距 元素與其他元素的距離&#xff08;邊框以外的距離&#xff09;一…

火狐瀏覽器復制網頁文字_從Firefox中的網頁鏈接的多種“復制”格式中選擇

火狐瀏覽器復制網頁文字Tired of having to copy, paste, and then format links for use in your blogs, e-mails, or documents? Then see how easy it is to choose a click-and-go format that will save you a lot of time and effort with the CoLT extension for Firef…

vscode配置、使用git

文章目錄一、下載、配置git二、vscode配置并使用git三、記住密碼一、下載、配置git 1、git-win-x64點擊下載后安裝直接安裝&#xff08;建議復制鏈接用迅雷等下載器下載&#xff0c;瀏覽器太慢&#xff0c;記住安裝位置&#xff09;。 2、配置git環境變量&#xff1a; 右鍵 此…

BTrace功能

2019獨角獸企業重金招聘Python工程師標準>>> BTrace功能 一、背景 在生產環境中可能經常遇到各種問題&#xff0c;定位問題需要獲取程序運行時的數據信息&#xff0c;如方法參數、返回值、全局變量、堆棧信息等。為了獲取這些數據信息&#xff0c;我們可以…

.NET(c#) 移動APP開發平臺 - Smobiler(1)

原文&#xff1a;https://www.cnblogs.com/oudi/p/8288617.html 如果說基于.net的移動開發平臺&#xff0c;目前比較流行的可能是xamarin了&#xff0c;不過除了這個&#xff0c;還有一個比xamarin更好用的國內的.net移動開發平臺&#xff0c;smobiler&#xff0c;不用學習另外…

如何在Vizio電視上禁用運動平滑

Vizio維齊奧New Vizio TVs use motion smoothing to make the content you watch appear smoother. This looks good for some content, like sports, but can ruin the feel of movies and TV shows. 新的Vizio電視使用運動平滑來使您觀看的內容顯得更平滑。 這對于某些內容(例…