Jump to content

zfx0

Members
  • Posts

    3
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by zfx0

  1. Your Windows Defender AV definition probably has a lower VScanID value in the table which gives it higher priority to show on the AV tile. The below SQL statement will set the VScanID value to 999 which will then allow all other AV definitions to have a higher priority over Windows Defender. Once you run a "Resend Everything" command it should update the AV tile.

    UPDATE virusscanners
    SET
        VScanID = '999'
    WHERE
        name = 'Windows Defender 10';
×
×
  • Create New...