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

Friday, March 3, 2023

Windows 11 Local Security Authority Protection Is Off & Won't Turn Back On!?


If you have a Windows 11 computer and find that your Local Security Authority protection is turned off, and Windows won't turn it back on, no matter how many times you restart the system. There is a simple registry edit you can make to get things working again!

Hold down the Windows key on your keyboard + R at the same time, this brings up the Run dialog box. Type regedit and hit enter to bring up the registry editor. 

Inside the registry editor, in the list on the left side, navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

Once there, right-click anywhere on the list on the right side to bring up the context menu. Select New>DWORD (32-bit). Make sure you don't click QWORD (64-bit) by accident. If you're seeing a list that says "Modify" and some other options, left-click anywhere on the white space in the list to deselect whatever is selected there and right-click again.

Now name the new entry "RunAsPPLBoot", then right-click the "RunAsPPLBoot" entry and click Modify. The "Value" box should already be highlighted, enter 2 and click OK. Close the registry editor without modifying anything else, and restart your computer.

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