Windows 보안 센터에서 알림을 활성화 또는 비활성화하는 방법
Windows 보안 은 장치의 상태 및 보안에 대한 중요한 정보가 포함된 알림을 보냅니다. 원하는 정보 알림을 지정할 수 있습니다. 이 게시물에서는 Windows 10 의 Windows 보안 센터에서 알림을 활성화 또는 비활성화 하는 방법을 보여줍니다.(enable or disable Notifications from the Windows Security Center)
Windows 10 버전 1709 부터 중요하지 않은 알림(Hide non-critical notification) 숨기기 또는 모든 알림 숨기기(Hide all notifications) 정책 을 활성화할 수 있습니다 .
중요하지 않은 알림 숨기기 - 활성화된 경우 (Hide non-critical notification)Windows 보안(Windows Security) 에서 중요한 알림만 표시됩니다 . 로컬(Local) 사용자는 Windows Defender 보안 센터(Windows Defender Security Center) 의 중요한 알림만 볼 수 있습니다 . 일반 PC 또는 장치 상태 정보와 같은 다른 유형의 알림은 표시되지 않습니다.
모든 알림 숨기기(Hide all notifications) - 활성화된 경우 로컬 사용자는 Windows 보안(Windows Security) 의 알림을 볼 수 없습니다 . 이는 중요하지 않은 알림 숨기기(Hide non-critical notification) 정책 을 재정의합니다 .
중요한 시스템 보안 알림을 놓치고 싶지 않아 표시되지 않을 알림이 걱정된다면 이 게시물 끝에 있는 표에서 비활성화할 알림을 확인할 수 있습니다.
Windows 보안 센터(Windows Security Center) 에서 알림 활성화 또는 비활성화
레지스트리 작업이므로 필요한 예방 조치로 레지스트리를 백업(back up the registry) 하거나 시스템 복원 지점을 만드는 것이 좋습니다.
1] REG 파일 을 사용하여 Windows 보안(Windows Security) 에서 중요하지 않은 알림 활성화 또는 비활성화(Enable)
(To enable)Windows 보안(Windows Security) 에서 중요하지 않은 알림 을 활성화하려면 다음을 수행하십시오.
- Windows key + R 을 눌러 실행 대화 상자를 불러옵니다.
- 실행 대화 상자에서 메모장(notepad) 을 입력하고 Enter 키를 눌러 메모장을 엽니다.
- 아래 구문을 복사하여 텍스트 편집기에 붙여넣습니다.
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Notifications] "DisableEnhancedNotifications"=-
- 이제 메뉴에서 파일(File) 옵션을 클릭하고 다른 이름으로 저장(Save As) 버튼을 선택합니다.
- 파일을 저장할 위치(바탕 화면 권장)를 선택합니다.
- 확장자가 .reg(.reg) 인 이름을 입력하십시오 (예: Enable_NonCritical_Notification.reg ).
- 파일 형식(Save as type) 드롭다운 목록 에서 모든 파일(All Files) 을 선택 합니다.
- (Double-click)저장된 .reg 파일을 (.reg)두 번 클릭 하여 병합합니다.
- 메시지가 표시되면 Run > 예(Yes) ( UAC ) > Yes > 확인(OK) 을 클릭 하여 병합을 승인합니다.
- 이제 원하는 경우 .reg 파일을 삭제할 수 있습니다.
(To disable)Windows 보안(Windows Security) 에서 중요하지 않은 알림 을 비활성화하려면 다음을 수행하십시오.
- 메모장을 엽니다.
- 아래 구문을 복사하여 텍스트 편집기에 붙여넣습니다.
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Notifications] "DisableEnhancedNotifications"=dword:00000001
- 위와 같은 과정을 반복하되 이 경우 reg 파일을 Disable_NonCritical_Notification.reg 로 저장합니다 .
2] REG 파일 을 사용하여 Windows 보안 의 (Windows Security)모든 알림 (Disable All Notifications)활성화(Enable) 또는 비활성화
(To enable)Windows 보안(Windows Security) 의 모든 알림 을 활성화하려면 다음을 수행하십시오.
- Windows key + R 을 눌러 실행 대화 상자를 불러옵니다.
- 실행 대화 상자에서 메모장(notepad) 을 입력하고 Enter 키를 눌러 메모장을 엽니다.
- 아래 구문을 복사하여 텍스트 편집기에 붙여넣습니다.
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Notifications] "DisableNotifications"=-
- 이제 메뉴에서 파일(File) 옵션을 클릭하고 다른 이름으로 저장(Save As) 버튼을 선택합니다.
- 파일을 저장할 위치(바탕 화면 권장)를 선택합니다.
- 확장자가 .reg(.reg) 인 이름을 입력하십시오 (예: Enable_All_Notification_WSC.reg ).
- 파일 형식(Save as type) 드롭다운 목록 에서 모든 파일(All Files) 을 선택 합니다.
- (Double-click)저장된 .reg 파일을 (.reg)두 번 클릭 하여 병합합니다.
- 메시지가 표시되면 Run > 예(Yes) ( UAC ) > Yes > 확인(OK) 을 클릭 하여 병합을 승인합니다.
- 이제 원하는 경우 .reg 파일을 삭제할 수 있습니다.
(To disable)Windows 보안(Windows Security) 의 모든 알림 을 비활성화하려면 다음을 수행하십시오.
- 메모장을 엽니다.
- 아래 구문을 복사하여 텍스트 편집기에 붙여넣습니다.
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Notifications] "DisableNotifications"=dword:00000001
- 위와 같은 과정을 반복하되 이 경우 reg 파일을 Disable_All_Notification_WSC.reg 로 저장합니다 .
Windows 보안 알림
Purpose | Notification text | Toast Identifier | Critical? |
---|---|---|---|
Network isolation | Your IT administrator has caused Windows Defender to disconnect your device. Contact IT help desk. | SENSE_ISOLATION | Yes |
Network isolation customized | Company name has caused Windows Defender to disconnect your device. Contact IT help desk phone number, email address, url. | SENSE_ISOLATION_CUSTOM (body) | Yes |
Restricted access | Your IT administrator has caused Windows Defender to limit actions on this device. Some apps may not function as expected. Contact IT help desk. | SENSE_PROCESS_RESTRICTION | Yes |
Restricted access customized | Company has caused Windows Defender to limit actions on this device. Some apps may not function as expected. Contact IT help desk. | SENSE_PROCESS_RESTRICTION_CUSTOM (body) | Yes |
HVCI, driver compat check fails (upon trying to enable) | There may be an incompatibility on your device. | HVCI_ENABLE_FAILURE | Yes |
HVCI, reboot needed to enable | The recent change to your protection settings requires a restart of your device. | HVCI_ENABLE_SUCCESS | Yes |
Item skipped in scan, due to exclusion setting, or network scanning disabled by admin | The Microsoft Defender Antivirus scan skipped an item due to exclusion or network scanning settings. | ITEM_SKIPPED | Yes |
Remediation failure | Microsoft Defender Antivirus couldn’t completely resolve potential threats. | CLEAN_FAILED | Yes |
Follow-up action (restart & scan) | Microsoft Defender Antivirus found threat in file name. Please restart and scan your device. Restart and scan | MANUALSTEPS_REQUIRED | Yes |
Follow-up action (restart) | Microsoft Defender Antivirus found threat in file. Please restart your device. | WDAV_REBOOT | Yes |
Follow-up action (Full scan) | Microsoft Defender Antivirus found threat in file. Please run a full scan of your device. | FULLSCAN_REQUIRED | Yes |
Sample submission prompt | Review files that Windows Defender will send to Microsoft. Sending this information can improve how Microsoft Defender Antivirus helps protect your device. | SAMPLE_SUBMISSION_REQUIRED | Yes |
OS support ending warning | Support for your version of Windows is ending. When this support ends, Microsoft Defender Antivirus won’t be supported, and your device might be at risk. | SUPPORT_ENDING | Yes |
OS support ended, device at risk | Support for your version of Windows has ended. Microsoft Defender Antivirus is no longer supported, and your device might be at risk. | SUPPORT_ENDED and SUPPORT_ENDED_NO_DEFENDER | Yes |
Summary notification, items found | Microsoft Defender Antivirus successfully took action on n threats since your last summary. Your device was scanned n times. | RECAP_FOUND_THREATS_SCANNED | No |
Summary notification, items found, no scan count | Microsoft Defender Antivirus successfully took action on n threats since your last summary. | RECAP_FOUND_THREATS | No |
Summary notification, no items found, scans performed | Microsoft Defender Antivirus did not find any threats since your last summary. Your device was scanned n times. | RECAP_NO THREATS_SCANNED | No |
Summary notification, no items found, no scans | Microsoft Defender Antivirus did not find any threats since your last summary. | RECAP_NO_THREATS | No |
Scan finished, manual, threats found | Microsoft Defender Antivirus scanned your device at timestamp on date, and took action against threats. | RECENT_SCAN_FOUND_THREATS | No |
Scan finished, manual, no threats found | Microsoft Defender Antivirus scanned your device at timestamp on date. No threats were found. | RECENT_SCAN_NO_THREATS | No |
Threat found | Microsoft Defender Antivirus found threats. Get details. | CRITICAL | No |
LPS on notification | Microsoft Defender Antivirus is periodically scanning your device. You’re also using another antivirus program for active protection. | PERIODIC_SCANNING_ON | No |
Long running BaFS | Your IT administrator requires a security scan of this item. The scan could take up to n seconds. | BAFS | No |
Long running BaFS customized | Company requires a security scan of this item. The scan could take up to n seconds. | BAFS_DETECTED_CUSTOM (body) | No |
Sense detection | This application was removed because it was blocked by your IT security settings | WDAV_SENSE_DETECTED | No |
Sense detection customized | This application was removed because it was blocked by your IT security settings | WDAV_SENSE_DETECTED_CUSTOM (body) | No |
Ransomware specific detection | Microsoft Defender Antivirus has detected threats which may include ransomware. | WDAV_RANSOMWARE_DETECTED | No |
ASR (HIPS) block | Your IT administrator caused Windows Defender Security Center to block this action. Contact your IT help desk. | HIPS_ASR_BLOCKED | No |
ASR (HIPS) block customized | Company caused Windows Defender Security Center to block this action. Contact your IT help desk. | HIPS_ASR_BLOCKED_CUSTOM (body) | No |
CFA (FolderGuard) block | Controlled folder access blocked process from making changes to the folder path | FOLDERGUARD_BLOCKED | No |
Network protect (HIPS) network block customized | Company caused Windows Defender Security Center to block this network connection. Contact your IT help desk. | HIPS_NETWORK_BLOCKED_CUSTOM (body) | No |
Network protection (HIPS) network block | Your IT administrator caused Windows Defender Security Center to block this network connection. Contact your IT help desk. | HIPS_NETWORK_BLOCKED | No |
PUA detection, not blocked | Your settings cause the detection of any app that might perform unwanted actions on your computer. | PUA_DETECTED | No |
PUA notification | Your IT settings caused Microsoft Defender Antivirus to block an app that may potentially perform unwanted actions on your device. | PUA_BLOCKED | No |
PUA notification, customized | Company caused Microsoft Defender Antivirus to block an app that may potentially perform unwanted actions on your device. | PUA_BLOCKED_CUSTOM (body) | No |
Network isolation ended | No | ||
Network isolation ended, customized | No | ||
Restricted access ended | No | ||
Restricted access ended, customized | No | ||
Dynamic lock on, but bluetooth off | No | ||
Dynamic lock on, bluetooth on, but device unpaired | No | ||
Dynamic lock on, bluetooth on, but unable to detect device | No | ||
NoPa or federated no hello | No | ||
NoPa or federated hello broken | No |
위의 표는 Microsoft 에서 제공한 것 입니다.
Related posts
Windows 11/10에서 Security and Maintenance notifications을 끄는 방법
Windows 10에서 Windows Security Center를 열는 방법
Windows Security Center service을 시작할 수 없습니다
Windows 10에서 Windows Security Center을 활성화 또는 비활성화하는 방법
Action Center에서 Windows Spotlight 알림을 숨기는 방법
Windows 10에서 Notifications Area을 표시하거나 숨기는 방법
Windows 10에서 PowerShell Script을 사용하여 Security Questions을 비활성화하십시오
Windows 8.1 소개: 관리 센터 및 해당 메시지 구성
Windows 10에 Registry Editor를 사용하여 App Notifications을 해제하는 방법
Delete Files Permanently Windows에 대한 무료 File Shredder software를 사용하여
Windows 10에서 Firefox 알림을 비활성화하는 방법 Action Center
Restrict USB access Windows 10 Ratool와 컴퓨터
Windows 8 소개: 앱 알림을 구성하는 방법
Fix Discord Notifications Windows 11/10에서 작동하지 않습니다
"Windows 10 가져오기" 아이콘 및 알림을 비활성화하는 방법
Windows 10에서 이동식 저장소 클래스 및 액세스를 비활성화하는 방법
Windows 10 사용자를위한 Internet Security article and tips
Windows 10에서 관리 센터를 여는 방법
Old Notification History에서 Windows 10 보는 방법
Windows Security는 No Security Providers에서 Windows 10 말한다