Steps to restore Windows Security on Windows 10
Improper customization of Windows Security can pose a security risk to users. To solve this problem, you need to restore Windows Security to default so that they maximize Windows protection.
1. How to restore Windows Security in Settings
Windows 10's Settings allows you to reset all system software, and restoring Windows Security needs to be done as follows:
Step 1: At the main screen of the Desktop, you in turn select Start Menu => Windows Security => More => App Settings to open the settings.
Step 2: In the settings window, scroll down to find the Reset item and confirm Reset so that the system automatically activates Windows Security restore.
2. How to Restore Windows Security in PowerShell
PowerShell is the modern script of Windows 10, with PowerShell, users can easily interfere with many things on Windows.
Step 1: you right click on a MenuStart and select Windows PowerShell (admin) to open.
Step 2: Then, you proceed to enter the command below and press Enter to open.
Get-AppxPackage *Microsoft.Windows.SecHealthUI* | Reset-AppxPackage
After entering the command, the system will proceed to run the command to restore Windows Security to the computer.
3. How to Restore Windows Security in Command Prompt
Similar to PowerShell, Command Prompt is also a scripter, but they were released a long time ago on Windows. To reactivate Windows Security, you need to do the following:
Step 1: You proceed to open MenuStart , enter Cmd and select Run as administrator to open.
Step 2: When the Command Prompt window appears, enter the following command to restore Windows Security.
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *Microsoft.Windows.SecHealthUI*).InstallLocation + 'AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
In this article, TipsMake has shown you how to restore Windows Security on Windows 10 quickly and effectively. Good luck!
You should read it
- How to open Windows Security in Windows 10
- Features that make Windows 11 the most secure version of Windows ever
- 5 simple steps to help increase safety and security of Windows 10
- Security features coming to Windows 11
- How to create security questions nobody can guess
- Still using Windows 7? This is the reason security should upgrade to Windows 10
- How to enable / disable notifications from Windows Security Center in Windows 10
- How to fix BlueKeep security error for Windows 2003, Windows XP, Windows 7, Windows Server 2008
May be interested
- How to disable Windows Registry on Windows 10the windows registry is one of the most important tools in windows 10. since it can profoundly change the way your operating system works, allowing every user on your pc to access it isn't a big deal. good opinion.
- Steps to initially set up a new SSD on Windows 10before you start using an ssd as secondary storage, you need to initialize it correctly. failure to do so may result in the operating system failing to detect the ssd.
- How to increase font sharpness on Windows 10how to increase font sharpness on windows 10? instructions to fix blurred text on windows 10 with the cleartype tool, increase the definition of text on windows 10...
- Steps to recover lost Taskbar icon on Windows 10pinning favorite apps to the taskbar can be very helpful. it saves you the hassle of searching for apps or having to use the start menu to open them. however, what happens when the pinned icons on your taskbar suddenly disappear?
- Steps to turn off News and Interests on Windows 10news and interests is turned on by default, and that's not something everyone wants, as the add-on can cause unnecessary distractions. if you feel the utility is not for you, the good news is that windows 10 includes options to disable the feature.
- Microsoft released the first build of Windows 10 without Internet Explorermicrosoft has just released the first build of windows 10 without the familiar name internet explorer for windows insider users in the dev channel, marking the necessary end of a 'ghost' that has existed and haunts people. used windows for many years.