begin
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
ClearQuarantine;
ClearQuarantineEx(true);
QuarantineFile('C:\Users\Танюша\AppData\Local\Microsoft\Start Menu\Вoйти в Интeрнeт 2inf.net.lnk', '');
QuarantineFile('C:\Users\Танюша\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu\Вoйти в Интeрнeт 2inf.net.lnk', '');
QuarantineFile('C:\Users\Танюша\Favorites\Links\Интернет.url', '');
QuarantineFile('C:\Users\Танюша\AppData\Local\Microsoft\Start Menu\Вoйти в Интeрнeт 2inf.net.exe', '');
QuarantineFile('C:\Users\Танюша\AppData\Local\Microsoft\Start Menu\Вoйти в Интeрнeт 2inf.net.ico', '');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run-', 'fjhfyolpem');
CreateQurantineArchive(GetAVZDirectory + 'quarantine.zip');
ExecuteSysClean;
RebootWindows(true);
end.