HowTos

Have problems with Windows Defender Security? Here’s a fix

Windows 11 has had so many issues lately. One of the major issues that I faced is the Windows Defender App Link Issue.

Whenever you attempted to open the Defender app, it continuously asked for an app from the Microsoft Store, but when you search and open it from the Microsoft Store, it says “app not found.”.

Here is the fix you may be looking for.

Step 1: Go on search and type “Windows Power Shell”, as you see the application right-click on the icon and click on Run as administrator.

Step 2: Now copy and paste

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

As you hit enter it will work, now you just have to open your Windows Defender, yeahhey, now you will be able to access and use the features.

That’s it.

Isn’t it so easy and quick to fix?

Tuts

About Author

Tutsmaster.org provides tutorials related to tech and programmings. We are also setting up a community for the users and students.

You may also like

Create a Website Using HTML on Notepad
HowTos

How to Create a Website Using HTML on Notepad

  • October 13, 2019
Write a code for creating a website using HTML or HTML5? This basic build block concept is required for web
install php on windows
HowTos Programming

How to Install PHP on Windows – PHP Tutorials

  • January 27, 2020
PHP is a server-side scripting language that allows your website to be dynamic. As you know PHP stands for Hypertext Preprocessor.