begin
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
DeleteSchedulerTask('Andrey');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'Andrey', '32');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'Andrey', '64');
ExecuteRepair(1);
RebootWindows(false);
end.