Settings

How to enable or disable Windows Security Center in Windows 10

How to enable or disable Windows Security Center in Windows 10

The Windows Security Center makes it easier for you to view and control the security protections you choose and better understand the security features already protecting your Windows 10 device. In this post, we will show you how to manually enable or disable Windows Security Center via the registry in Windows 10.

Disabling the Windows Security Center service will not disable Windows Defender AV or disable Windows Defender Firewall.

However, Windows Defender AV will be disabled automatically when a third-party antivirus product is installed and kept up to date.

Warning: It is highly recommended to not disable the Windows Security Center - doing so, will significantly lower the protection of your device and could lead to malware infection.

Disable Windows Security Center

Since this is a registry operation, it is recommended that you back up the registry or create a system restore point as necessary precautionary measures.

The intended registry operation will modify the DWORD value in the registry keys below for Windows Defender Security Center Service and Security Center service respectively.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecurityHealthService
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc

To disable Windows Security Center for all users on Windows 10, do the following:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecurityHealthService] "Start"=dword:00000004 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc] "Start"=dword:00000004

To enable Windows Security Center for all users on Windows 10, do the following:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecurityHealthService] "Start"=dword:00000002 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc] "Start"=dword:00000002

That's it on how to enable or disable the Windows Security Center in Windows 10.

Як використовувати AutoKey для автоматизації ігор Linux
AutoKey - це утиліта автоматизації робочого столу для Linux та X11, запрограмована на Python 3, GTK та Qt. Використовуючи його сценарії та функціональ...
How to Show FPS Counter in Linux Games
Linux gaming got a major push when Valve announced Linux support for Steam client and their games in 2012. Since then, many AAA and indie games have m...
How to download and Play Sid Meier's Civilization VI on Linux
Introduction to the game Civilization 6 is a modern take on the classic concept introduced in the series of the Age of Empires games. The idea was fai...