Windows Defender는 Windows에 내장된 보안 솔루션입니다. 맬웨어 및 기타 유형의 유해한 위협으로부터 시스템을 보호합니다. 따라서 다른 바이러스 백신 프로그램이 없는 경우 Windows Defender가 위협에 대한 유일한 보안이 됩니다.
Windows Defender가 작동하지 않으면 시스템이 많은 취약점에 노출됩니다. 일반적으로 위협 서비스가 중지되면 "다시 시작" 버튼을 클릭하면 되지만 항상 작동하지는 않습니다. 다행히도 이 문제를 해결하는 데 도움이 되도록 이 문서를 정리했습니다.
Windows Defender 작동이 중지되는 가장 일반적인 이유는 다음과 같습니다.
아래의 복잡한 솔루션을 사용하기 전에 다음 기본 수정 사항을 시도해 보세요.
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}<strong>Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}</strong>
<strong>ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows Defender</strong>
ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows Defender
사용자 계정 창에서 "추가"을 클릭하세요.
"
Microsoft 계정 없이 로그인(권장하지 않음)
"을 선택합니다.
새 프로필에 로그인한 후 테스트하여 Microsoft Defender Threat Service가 원활하게 실행되고 있는지 확인하세요. 그렇다면 이전 프로필이 손상되었다고 결론을 내리고 복구에 필요한 조치를 취할 수 있습니다.
<code><strong>REG DELETE "HKLMSOFTWAREPoliciesMicrosoftWindows Defender" /v DisableAntiSpyware</strong>
<strong>reg delete "HKCUSoftwareMicrosoftWindowsCurrentVersionPolicies" /f</strong>
<strong>reg delete "HKCUSoftwareMicrosoftWindowsSelfHost" /f</strong>
<strong>reg delete "HKCUSoftwarePolicies" /f reg delete "HKLMSoftwareMicrosoftPolicies" /f</strong>
<strong>reg delete "HKLMSoftwareMicrosoftWindowsCurrentVersionPolicies" /f</strong>
<strong>reg delete "HKLMSoftwareMicrosoftWindowsCurrentVersionWindowsStoreWindowsUpdate" /f</strong>
<strong>reg delete "HKLMSoftwareMicrosoftWindowsSelfHost" /f reg delete "HKLMSoftwarePolicies" /f</strong>
<strong>reg delete "HKLMSoftwareWOW6432NodeMicrosoftPolicies" /f</strong>
<strong>reg delete "HKLMSoftwareWOW6432NodeMicrosoftWindowsCurrentVersionPolicies" /f</strong>
<strong>reg delete "HKLMSoftwareWOW6432NodeMicrosoftWindowsCurrentVersionWindowsStoreWindowsUpdate" /f </strong>
REG DELETE "HKLMSOFTWAREPoliciesMicrosoftWindows Defender" /v DisableAntiSpywarecmd
를 입력하고 관리자 권한으로 실행을 클릭하세요. 🎜Windows🎜🎜🎜🎜다음 명령을 입력하고 각 명령 다음에 키를 누르세요. 🎜Enter🎜🎜reg delete "HKCUSoftwareMicrosoftWindowsCurrentVersionPolicies" /f🎜
🎜reg delete "HKCUSoftwareMicrosoftWindowsSelfHost" /f🎜<code>🎜reg 삭제 "HKCUSoftwarePolicies" /f reg 삭제 "HKLMSoftwareMicrosoftPolicies" /f🎜
🎜reg 삭제 "HKLMSoftwareMicrosoftWindowsCurrentVersionPolicies" /f🎜
🎜reg 삭제 "HKLMSoftwareMicrosoftWindowsCurrentVersionWindowsStoreWindowsUpdate" / f🎜
🎜reg 삭제 "HKLMSoftwareMicrosoftWindowsSelfHost" /f reg 삭제 "HKLMSoftwarePolicies" /f🎜
🎜reg 삭제 "HKLMSoftwareWOW6432NodeMicrosoftPolicies" /f🎜
🎜reg delete "HKLMSoftwareWOW6432NodeMicrosoftWindowsCurrentVersionPolicies" /f🎜
🎜reg delete "HKLMSoftwareWOW6432NodeMicrosoftWindowsCurrentVersionWindowsStoreWindowsUpdate" /f 🎜
🎜🎜🎜위 레지스트리 키를 삭제하면 조직 관리 설정이 비활성화되고 시스템에 더 많이 액세스할 수 있습니다. 제어. 이들 중 일부를 실행할 때 오류가 발생할 수 있지만 이는 항목이 PC에 없다는 의미일 뿐이므로 경보가 발생해서는 안 됩니다. 🎜🎜이러한 해결 방법을 모두 시도했지만 어느 것도 작동하지 않는 경우 시스템 복원을 수행하는 것이 좋습니다. 이렇게 하면 Windows에 문제가 없었던 이전 지점으로 롤백하는 데 도움이 될 수 있습니다. 🎜🎜아직 복원 지점을 만들지 않았다면 Windows를 새로 설치해 보세요. 이렇게 하면 문제 없이 Windows를 다시 시작할 수 있습니다. 이와 같은 질문의 경우 Windows 11에 바이러스 백신 프로그램이 필요한지 여부를 고려하는 것이 중요합니다. 🎜위 내용은 수정: Microsoft Defender 위협 서비스가 중지되었습니다.의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!