Со своего компьютера пыталась справиться, но...
Касперский написал, что после перезагрузки пройдёт, но ничего не получается
Dr.web посоветовал код, но перейти на латинский алфавит не получается.
Может вы посоветуете что-нибудь.
Помогите, пожалуйста
Код: Выделить всё
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WinlogonКод: Выделить всё
C:\WINDOWS\system32\userinit.exe,Код: Выделить всё
Explorer.exeКод: Выделить всё
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WindowsКод: Выделить всё
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
QuarantineFile('C:\WINDOWS\lmkrnl.exe','');
QuarantineFile('C:\WINDOWS\system32\..\suka.old, '');
DeleteFile('C:\WINDOWS\system32\..\suka.old');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows NT\CurrentVersion\Drivers32','midi9');
DeleteFile('C:\WINDOWS\lmkrnl.exe');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
ExecuteRepair(11);
ExecuteRepair(16);
ExecuteRepair(17);
RebootWindows(true);
end.Код: Выделить всё
begin
CreateQurantineArchive('c:\quarantine.zip');
end.Код: Выделить всё
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
QuarantineFile('C:\WINDOWS\lmkrnl.exe','');
QuarantineFile('C:\WINDOWS\system32\..\suka.old, '');
DeleteFile('C:\WINDOWS\system32\..\suka.old');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows NT\CurrentVersion\Drivers32','midi9');
DeleteFile('C:\WINDOWS\lmkrnl.exe');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
ExecuteRepair(11);
ExecuteRepair(16);
ExecuteRepair(17);
RebootWindows(true);
end.Код: Выделить всё
begin
CreateQurantineArchive('c:\quarantine.zip');
end.Код: Выделить всё
begin
SearchRootkit(true, true);
SetAVZGuardStatus(true);
QuarantineFile('C:\Program Files\VirtualNetwork\VirtualNetwork.dll','');
DeleteFile('C:\Program Files\VirtualNetwork\VirtualNetwork.dll');
DelBHO('{539CA3DC-95E8-402f-946D-C7D5584D321A}');
DelBHO('{1E796980-9CC5-11D1-A83F-00C04FC99D61}');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.Код: Выделить всё
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.