Showing posts with label windows defender. Show all posts
Showing posts with label windows defender. Show all posts

Thursday, September 1, 2022

Fix the "Virus Scan Failed" download error in Google Chrome, and the "Couldn't Download Virus Scan Failed" error in Microsoft Edge

Fix the "Virus Scan Failed" download error in Google Chrome, and the "Couldn't Download Virus Scan Failed" error in Microsoft Edge

  1. Locate the following registry subkeys:
    \HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Attachments
  2. If you do not see the "Attachments" subkey, create it by right-clicking on "Policies", selecting "New", then clicking "Key", and then typing "Attachments" as the key name.
  3. Right-click "Attachments", select "New", and then click "DWORD (32-bit) Value".
  4. Type "ScanWithAntiVirus" as the value name, and then press Enter.
  5. Right-click the new "ScanWithAntiVirus" DWORD value, and then click "Modify".
  6. In the "Value data" box, type 1, and then click OK.
  7. Exit the Registry Editor.
  8. Restart your computer, and then log back into Windows to have the registry change take effect!

The download error(s) should be now resolved in both Google Chrome and Microsft Edge!

Jon Pienkowski
Pacific Northwest Computers
www.pnwcomputers.com
www.linktr.ee/pnwcomputers
360-624-7379

Monday, May 30, 2022

Windows Security Center Stops Working - Windows 11

I have run into a problem repeatedly recently. On a client computer running Windows 11, if I go to open the Windows Security Center, it won't open and I will get the following message/error:

Some websites will recommend the following:

"Go to the Settings. Select App > Apps & features and type in ‘security’ in search menu box. An icon for Windows Security will pop open. From there, click on the options (three dots) and select Advanced options. Now scroll down to Reset section and click on Reset.

You’ll get a confirmation asking if you really want to reset the app, along with your whole app data. Click on Reset to go with it."

However, so far what I have found is that "Windows Security" is not in the application list at all! 

So how can I reset the app?

Well, what I have found was a simple command you can run from the Windows PowerShell (with administrative privileges) that ultimately solved the problem for me, as well as for some of my clients who have run into this same issue as well.

  • Using Windows' search, just type in "PowerShell"



  • Right-click on its icon, and select "Run as Administrator"
  • Next, copy and paste (or type in) the following script:

Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage

  • Hit Enter, and you should get a screen like this:


That should do the trick!
Your Windows Security Center should now be working again!

Pacific NW Computers
www.pnwcomputers.com
360.624.7379