Skip to main content

File contained a virus and was deleted

We are seeing a “this file contained a virus and was deleted” message, when trying to download a program using Internet Explorer 8, 9 or 10 or others browser then your computer is infected with a ZeroAccess rootkit.

Don't panic. You can solve it very easy way .


Primarily, Trojan ZeroAccess is a kernel-mode rootkit, similar in ethos to the TDL family of rootkits. It uses advanced techniques to hide its presence, is capable of functioning on both 32 and 64-bit flavors of Windows from a single installer, contains aggressive self defense functionality and acts as a sophisticated delivery platform for other malware.

Her is the Solutions:

Rename Windows Defender folder to stop the “file contained a virus and was deleted” notification .

Click on the Start button, select Computer, click on Local Disk (C:), and the click on Program Files.


File-contained-virus-deleted

In the Program Files folder, right-click the Windows Defender folder and select Rename from the context menu.

Add a unique variation to the filename, such as .old or panic (for example, Windows Defender.old, Widnows Defender.panic) or something.

File-contained-virus-deleted



-- Cheers !!!

Comments

Popular posts from this blog

ORA-01033 Oracle initialization or shutdown in progress

ORA-01033 Oracle initialization or shutdown in progress When you connect oracle 12c plug gable database, Thus time you have get oracle initialization or shutdown in progress error. This error occurred because pluggable database are not initialized. To fix this error connect as sysdba and run  ALTER PLUGGABLE DATABASE ALL OPEN    command. ALTER PLUGGABLE DATABASE ALL OPEN Thanks.

Checking operating system version: must be 5.0, 5.1 or 5.2 Actual 6.1 Failed

This error occurred when we are installing old oracle software in latest OS (Operating System).   Basically Its’s occurring on windows platform.

AFTER LOGON Trigger not perfectly working

AFTER LOGON not perfectly working.  I have tried it on single instance oracle 12c database it's perfectly work but it's not perfectly working on multi instance Oracle 12c database. I have submitted this matter in oracle forum but not found any perfect answer. Do you know why  it's not working ???