begin
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
ClearQuarantine;
ClearQuarantineEx(true);
QuarantineFile('C:\Users\VaD\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\Google Chrome.lnk', '');
QuarantineFile('C:\Users\VaD\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\Launch Internet Explorer Browser.lnk', '');
QuarantineFile('C:\Users\VaD\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Internet Explorer.lnk', '');
QuarantineFile('C:\Users\VaD\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Accessories\System Tools\Internet Explorer (No Add-ons).lnk', '');
QuarantineFile('C:\ProgramData\Microsoft\Windows\Start Menu\Programs\OVGorskiy.ru.URL', '');
QuarantineFile('C:\Users\VaD\Favorites\OVGorskiy.ru.url', '');
QuarantineFile('C:\ProgramData\wjpHlqoM\wAAHzTsc0.bat', '');
QuarantineFile('C:\ProgramData\DpcVvAtI\WkHshkNgB5.bat', '');
QuarantineFileF('C:\ProgramData\wjpHlqoM', '*', true, '', 0, 0);
QuarantineFileF('C:\ProgramData\DpcVvAtI', '*', true, '', 0, 0);
DeleteFile('C:\ProgramData\wjpHlqoM\wAAHzTsc0.bat', '');
DeleteFile('C:\ProgramData\DpcVvAtI\WkHshkNgB5.bat', '');
DeleteFileMask('C:\ProgramData\wjpHlqoM', '*', true);
DeleteFileMask('C:\ProgramData\DpcVvAtI', '*', true);
DeleteDirectory('C:\ProgramData\wjpHlqoM');
DeleteDirectory('C:\ProgramData\DpcVvAtI');
CreateQurantineArchive(GetAVZDirectory + 'quarantine.zip');
end.