var
SL : TStringList;
begin
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
QuarantineFile('C:\Users\0\AppData\Local\Browserupdphenix\Browserupdphenix.exe', '');
DeleteSchedulerTask('Browserupdphenix');
DeleteFile('C:\Users\0\appdata\local\browserupdphenix\browserupdphenix.exe', '');
DeleteFile('C:\Users\0\AppData\Local\Browserupdphenix\Browserupdphenix.exe', '64');
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1001', 1);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1004', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1201', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1804', 1);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '2201', 3);
CreateQurantineArchive(GetAVZDirectory + 'quarantine.zip');
ExecuteSysClean;
ExecuteRepair(13);
SL:= TStringList.Create;
SL.Add('202.43.6.68 de-021.whiskergalaxy.com #added by Windscribe, do not modify.');
SL.Add('104.234.186.55 no-012.whiskergalaxy.com #added by Windscribe, do not modify.');
SL.Add('185.226.105.101 us-east-069.whiskergalaxy.com #added by Windscribe, do not modify.');
SL.Add('151.80.169.28 zelenka.guru');
SL.Add('127.0.0.1 vortex-win.data.microsoft.com');
SL.Add('127.0.0.1 settings-win.data.microsoft.com');
SL.SaveToFile('%WINDIR%\system32\drivers\etc\hosts');
SL.Free;
ExecuteWizard('SCU', 2, 3, true);
RebootWindows(true);
end.