Skip to main content

How to Manually remove a virus from your computer


This guide focuses on manually removing viruses and malware from your computer.


Step 1:
Press the keys [Windows] + [R] to open the windows run. Type msconfig then press enter 


Then look for suspicious files. Here we see one. It’s an unknown manufacturer, and it also has a startup key that we’ve never seen until recently. Uncheck it from startup and/or from services.


If you think you are being monitored. Open Command Prompt and do the following



Step 2
Boot into safe mode. This can be done by checking the box in the “boot” tab in msconfig.




Step 3
Run msconfig in safe mode and we can see it’s checked because the virus is persistent. The virus will not be running, however, due to the fact that we are currently in safe mode.



Step 4
Navigate to the registry. We are doing this in safe mode because some viruses disable the registry.
Note: Be sure your folder options are set to show hidden files and folders




Step 5:Navigate to the location of the virus. If you are not sure which one is a virus, locate to all of the following possible locations:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServicesOnce
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Runonce
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunServices
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run





Step 6
a) if you are unsure if it is a virus or not, right-click the suspected file{s} and click modify


Since you are unsure of the integrity of the file, put a “:” in front of the value data. This will disable the startup of the virus but it will still be in your computer.



b) if you are certain that you’ve found the virus (like I have in the picture) you can delete the registry entry.


Step 7
Be certain it is gone; it shouldn’t even be listed as a startup item anymore.




Step 8
To be certain, use CCleaner to scan the registry and fix any issues there are.





Hopefully, this should’ve gotten your computer rid of any viruses. It is recommended to download the latest version of an Anti-Virus program and scan your computer fully even after doing this.














Comments

Popular posts from this blog

ACRONIS TRUE IMAGE RECOVER

ACRONIS TRUE IMAGE when you take an image from a window with Acronis true image you have to plug in the external hard drive that you have your image in and also put the disk of Acronis true image, and boot from it and follow the following steps: 1- 2- 3- 4- 5- 6- 7- 8- 9- After when you click the proceed it starts to recover your token image.

Fiber Optic

O ptical f iber   Transmission media are the physical way that  device can connect on network, T ransmission media divided into two parts wired and wireless.each of them have its on types  The optical fiber or fiber optic is one of the most popular and used for transferring data throw content   Optical Fiber Anatomy  Core :   The glass or plastic center of an optical fiber.   Cladding : Glass or plastic surrounding the core of an optical fiber; the optical density of the cladding must be less than that of the core. Optical fibers use reflection to guide light through a channel. The difference in density of the two materials must be such that a beam of light moving through the core is reflected off the cladding instead of being refracted into it.   The composition of a typical fiber-optic cable The outer jacket is made of either PVC or Teflon. Inside the jacket are Kevlar str...

How to create barcode using barcode font in excel

The purpose of creating barcode is clear which is for more than one items to be read later either for searching items or inserting an item into a system like supermarkets, then for this purpose, we need an application to generate barcode for us or online websites which is either it's not free or generate barcode one by one which takes a long time, Creating such a function by Microsoft excel or any kind of sheet apps is cheap and fast and accurate all you need to have is  barcode font (you can find dozen of barcode font online) Microsoft Excel After you installed the font  insert the serails or asset name or whatever you want to make it barcode into the excel column and apply this function to the cell next to the serial  ="*"&[cell reference]&"*"  then hit the enter and you have to change this cell font to the barcode font and apply this function to all coming cells.