Home  >  Article  >  System Tutorial  >  Solution to the problem that the Windows Defender Security Center display page is unavailable in Win10

Solution to the problem that the Windows Defender Security Center display page is unavailable in Win10

PHPz
PHPzforward
2024-03-16 14:37:081149browse

Security Center is a security protection system that comes with the computer, but many users have found that the page is unavailable when setting it up. So what is going on? Users can enter the user account control window and set it up. Let this site carefully introduce to users Win10 the solution to the problem that the Windows defender security center display page is unavailable.

Win10 Windows defender security center display page is not available solution

1. First, press the [Win S] key combination on the keyboard to open Windows Search, and then enter [in the search box] cmd] command, and then click [Run as administrator] command prompt application.

Win10 Windows defender安全中心显示页面不可用的解决方法

#2. User Account Control window, do you want to allow this application to make changes to your device? Click [Yes].

Win10 Windows defender安全中心显示页面不可用的解决方法

3. In the administrator command prompt window, enter and press Enter to execute the following command:

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\ Windows Defender” /v “DisableAntiSpyware” /d 1 /t REG_DWORD /f

Under normal circumstances, it will prompt that the operation was successfully completed.

Win10 Windows defender安全中心显示页面不可用的解决方法

4. After the previous command is executed, continue to enter the following command:

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender” / v “DisableAntiSpyware” /d 0 /t REG_DWORD /f

5. Of course, you can also use the reg registry file to modify it directly. The specific content is as follows:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]

“DisableAntiSpyware”=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection]

"DisableBehaviorMonitoring"=dword:00000000

"DisableIOAVProtection"=dword:00000000

"DisableOnAccessProtection"=dword:00000000

"DisableRealtimeMonitoring" =dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecurityHealthService]

“Start”=dword:00000002

Win10 Windows defender安全中心显示页面不可用的解决方法

Write the above text into a notepad, then press [Ctrl S] to save, close the text file, modify the extension of the notepad file to .reg, and finally double-click to run the file.

The above is the detailed content of Solution to the problem that the Windows Defender Security Center display page is unavailable in Win10. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:xpwin7.com. If there is any infringement, please contact admin@php.cn delete