I cannot delete setup_blazemp file on my desktop and my hidden files has dissappear. Anti and malware not helping. I have attached avz & highjacklogs.
Printable View
I cannot delete setup_blazemp file on my desktop and my hidden files has dissappear. Anti and malware not helping. I have attached avz & highjacklogs.
I have seen in your logs a running driver from trendmicro internet security and also process from nod32 smart security- not good, you should use only one internet security. Continuing using both may lead to more strange things, that you had already mentioned.
Please send us quarantine, according to rules.
Try to delete your setup_blazemp in safe mode.
Did not know about trendmicro. Thank you for your help.
I see, you can try this script for removing trendmicro driver.
Remember to disable a nod antivirus, and only then execute this script in avz:
[CODE]begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
DeleteFile('C:\WINDOWS\system32\drivers\tmcomm.sys');
BC_DeleteSvc('tmcomm');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.[/CODE]