Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature currently requires accessing the site using the built-in Safari browser.
2016-04-06 13:12:42 ----D---- C:\ProgramData\s3l4
2016-04-06 12:30:36 ----D---- C:\ProgramData\s1bc
2016-04-06 12:30:00 ----D---- C:\ProgramData\s33o
2016-04-06 12:04:25 ----D---- C:\ProgramData\s4pk
2016-04-06 12:03:41 ----D---- C:\ProgramData\svk
Папки пустые.AlexeyA, посмотрите что в этих папках:
PDEngine.exe - PerfectDiskкакой процесс грузит?
это правильное решение, его и ставить не стоило.PDEngine.exe - PerfectDisk
сейчас как раз деинсталлирую PerfectDisk
я серьезно говорю. Сам пользуюсь только встроенным, почитайте например эту статьюпонял
var
LogPath : string;
ScriptPath : string;
begin
LogPath := GetAVZDirectory + 'log\avz_log.txt';
if FileExists(LogPath) Then DeleteFile(LogPath);
ScriptPath := GetAVZDirectory +'ScanVuln.txt';
if DownloadFile('http://dataforce.ru/~kad/ScanVuln.txt', ScriptPath, 1) then ExecuteScript(ScriptPath) else begin
if DownloadFile('http://dataforce.ru/~kad/ScanVuln.txt', ScriptPath, 0) then ExecuteScript(ScriptPath) else begin
ShowMessage('Невозможно загрузить скрипт AVZ для обнаружения наиболее часто используемых уязвимостей!');
exit;
end;
end;
if FileExists(LogPath) Then ExecuteFile('notepad.exe', LogPath, 1, 0, false)
end.