Could you let me know if this makes a difference

FIX

Open AVZ as before
Click “File” > “Custom scripts”

https://dl.dropboxusercontent.com/u/73555776/avzfix1.png

A dialogue will open
Copy and paste the following script into the marked space then press run

https://dl.dropboxusercontent.com/u/73555776/avzfix2.JPG

Script for insertion :


begin
SetAVZGuardStatus(True);
SearchRootkit(true, true);
 DelCLSID('{FFB699E0-306A-11d3-8BD1-00104B6F7516}');
 DeleteFile('c:\051e59436ad68e9a9db4e57bce61\wgasetup.exe','32');
ExecuteSysClean;
RebootWindows(true);
end.

Ensure that you copy from begin to end