How to remove any virus from your device

Father

Professional
Messages
2,601
Reaction score
834
Points
113
This article is presented for informational purposes only and does not carry a call to action. All information is aimed at protecting readers from illegal actions.

Let's get started:

1. Run the command prompt as an Administrator.

2. Enter the command:
Code:
attrib

• If you see files with the extension "exe" / "inf", then delete the file with the following command:
Code:
del "File"

3. Enter the command:
Code:
cd C:\Windows\System32
and then:
Code:
attrib

• This section contains system data. If you see any suspicious files, please Google them. After all, if you delete important data, the system may crash.

4. If you are completely sure that the file is dangerous, then write the already familiar command:
Code:
del "File"

It's done!
 
Top