Main Forum > Tweaking.com Support & Help

Solved one problem made another --EDIT (ALL SOLVED!)

(1/2) > >>

dmccann:
 :cheesy: :smiley: Thank you for this program.  I have been trying to instal my hp 8600 plus software for days.  None of the fixes on hp's site worked.  As it appeared they were trying to force their way past file association and permission issues I decided to try your AIO software. Problem solved!!  The only thing is that every time after I run the AIO (this and previous versions) my Win 7 action center sends me a message that my Trend Micro Ti Max Antivirus is "On" but is reporting its status in a format that is no longer supported.  I can solve this by uninstalling and reinstalling the Trend Micro but I thought you would like to know about it.  Also the message at the start of AIO to disable your antivirus should give the user some idea of the time it will take to run AIO.  My Trend defaults to disable for 30 min. unless I exit all together.  Barely made it!

Shane:
Actually that should fix itself without having to reinstall anything :-)

Here is how it works. The AV writes itself to the WMI, which is what the security center pulls from to show the status. When my Repair WMI runs, and if the WMI is working, it will export the AV info out of WMI and then import it back in.

I did that because of what is happening here, the security center complains and it can freak a user out. But what happens is after a reboot or two or when the AV updates itself it writes itself back to the WMI anyways, it has to every time it does anything so it can report its status tot he security center.

So in your case I am curious to what status the AV is reporting to cause that. I have attached a screen shot and a zip file with a vbs script in it.

The vbs is script is a script that will read the AV info from the WMI. It will also show the current product state. I attached a screen shot of what it pulls up on my system.

The product state is suppose to be a number. Like these examples


--- Quote ---266240 -> 0x041000:
ANTIVIRUS + active + dat_files_up_todate

266256 -> 0x041010:
ANTIVIRUS + active + dat_files_NOT_up_todate

397312 -> 0x061000:
ANTIVIRUS + AUTOUPDATE + active + dat_files_up_todate

397584 -> 0x061110 (Windows Defender started on Win7):
ANTIVIRUS + AUTOUPDATE + ???? + dat_files_NOT_up_todate

393488 -> 0x060110 (Windows Defender stopped on Win7):
ANTIVIRUS + AUTOUPDATE + ???? + dat_files_NOT_up_todate
--- End quote ---

So I want to see what yours is reporting. My repair tool takes that info and puts it into a mof file so WMI can import it back in.

Shane

dmccann:
I think Trend Micro does something with their files so they can't be messed with (make it harder for fake AV infections to disable).  I noticed during the AIO operation there were about 1590 "failures" all having to do with Trend Micro.  I have attached a screen shot from what your tool is reporting.  I have not uninstalled and reinstalled yet to see if that corrects it.  It did last time.  I am not in a particular hurry to do it as the Trend software is in fact fully functional and scanning and updating normally..it just isn't telling windows about it.

Shane:
All AVs have that protection actually and it is normal to see the errors about access denied in the repairs for them, so no worries there.

Ok so WMI isnt reporting anything for the AV, lets try the anti spyware section.

Right click on that vbs file and click edit, once open in notepad change line 6

from
Set objItemAV = objWMIAV.ExecQuery("Select * from AntiVirusProduct")
to
Set objItemAV = objWMIAV.ExecQuery("Select * from AntiSpywareProduct")

And then save and run the vbs file again. This time it will check the anitspyware section of WMI :-)

Shane

dmccann:
Ok that returned a report.  Attache screen cap.

Navigation

[0] Message Index

[#] Next page

Go to full version