-
help
hello
1 when I want to open CDEor F a window opend which allow you to choose the program needed to open the folder
2 when I want to open a zipped file (rar) , it open a word file which we cant read
3 when I start windows a message saying : cant find RunVer.exe or something like that
-
1. Please, disable System Restore and antivirus (if you have).
2. Execute this script in AVPTool:
[CODE]begin
SetAVZGuardStatus(True);
RegKeyIntParamWrite('HKLM','SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer','NoDriveTypeAutoRun', 221);
RegKeyIntParamWrite('HKEY_LOCAL_MACHINE', 'System\CurrentControlSet\Services\CDROM','AutoRun', 0);
SetServiceStart('Schedule', 4);
QuarantineFile('C:\WINDOWS\system32\RunVer.exe','');
DeleteFile('C:\WINDOWS\system32\RunVer.exe');
DeleteFileMask('C:\WINDOWS\Tasks', '*.job', false);
RegKeyParamDel('HKEY_USERS','S-1-5-21-1078081533-1645522239-839522115-1003\Software\Microsoft\Windows\CurrentVersion\Run','RunVer');
RegKeyParamDel('HKEY_USERS','.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Run','RunVer');
RegKeyParamDel('HKEY_USERS','S-1-5-18\Software\Microsoft\Windows\CurrentVersion\Run','RunVer');
DeleteFile('C:\autorun.inf');
DeleteFile('D:\autorun.inf');
DeleteFile('E:\autorun.inf');
DeleteFile('F:\autorun.inf');
DeleteFileMask('%tmp% ','*.* ',true );
BC_ImportDeletedList;
ExecuteSysClean;
ExecuteWizard('TSW', 3, 3, true);
ExecuteWizard('SCU', 3, 3, true);
BC_Activate;
RebootWindows(true);
end.[/CODE]
3. After reboot execute this script in AVPTool:
[CODE]begin
CreateQurantineArchive('C:\quarantine.zip');
end.[/CODE]
Upload file C:\quarantine.zip, by link [url]http://virusinfo.info/upload_virus.php?tid=67428[/url]
4. Make a new log of AVPTool.
Page generated in 0.00186 seconds with 10 queries