Table of Contents
This updated guide examines Remove Viruses from Windows PC with Ubuntu Live USB and organizes the essential facts, background, and practical takeaways in clear American English.
Every Microsoft Windows user knows how easily the operating system is vulnerable to malware and viruses. If your Windows PC is infected with a virus, there are several ways to 'clean up' the PC.
If Windows can boot, at least you have the opportunity to launch your favorite antivirus program and start cleaning. But, what if the virus infection is so serious that Windows cannot boot? Your entire private data is at risk.
In this guide, Tipsmake.com will show you how to clean your Windows computer from infected viruses by using a CD or Ubuntu Live USB and ClamAV antivirus software. ClamAV is a free and open source antivirus program that can be used on Ubuntu.
If you have a CD or Ubuntu Live USB, you can use it to clean your Windows PC. In case you don't have one, you can create such a tool by following the instructions in the article: How to create a Live USB or ReactOS CD.
Remove viruses from Windows PC with Ubuntu Live USB
Before you begin, make sure that you have changed the BIOS settings on your computer to boot from USB or CD first. Now, start by inserting the Ubuntu Live drive (USB or CD) into the computer and then turning on the power.
Step 1 : When the Ubuntu Install window appears, select the 'Try Ubuntu' option.

Step 2 : When the live Ubuntu session starts successfully, open a terminal and use the following command to update the Ubuntu repository.
sudo apt update

Step 3 : To install ClamAV antivirus software on Ubuntu, you can use the following command:
sudo apt install clamav

Step 4 : After the ClamAV antivirus software is installed successfully, you need to know the location of the Windows drive to perform the scan. You can find your Windows drive location by opening Ubuntu File Explorer and searching for Windows drive.

Step 5 : After locating the Windows drive, right-click on the tab named Windows drive from the top panel in File Explorer and select the Properties option .

Step 6 : When the Properties window opens successfully, get the path and the drive letter from here, as you can see in the screenshot below.

Step 7 : Now go back to the terminal, look for the Windows drive path, as shown in the screenshot below.

Step 8 : Next, you can start scanning your Windows drive with the following command:
clamscan -r --bell -i WIN_DRIVE_PATH
The previous ClamAV scan command means searching for all infected files and giving notice when found.

After the ClamAV scan command finishes successfully, you will get a summary of the scanning process, as you can see in the screenshot above.
Here are some ClamAV scan options:
- -r - Optionally perform recursive scans.
- –Exclude =.avi - The option to exclude a set pattern to skip things like videos or music files.
- –Scan-mail = yes / no - Option to include mail files found during system scan.
- –Remove = yes / no - Option to delete all scanned files or not. Be careful when using this option!
Step 9: To know more about the ClamAV scanning options, use the next command.
clamscan --help

Hope you enjoy cleaning up your Windows system with Ubuntu Live USB.
Hope you are succesful.
FAQ
What is Remove Viruses from Windows PC with Ubuntu Live USB about?
It provides a structured overview of Windows PC, explains the main context, and highlights practical takeaways for readers.
Why does this topic matter?
Understanding the main concepts helps readers evaluate the issue, avoid common mistakes, and make better-informed decisions.
How should readers use this information?
Use the guidance as a practical starting point, confirm details that may have changed, and follow current product, safety, or security recommendations.
Reader Comments 0
Sign in with email or Google to join the discussion.