Windows 10/8에는 Windows Defender라는 기본 백신 프로그램이 내장되어 있습니다. 그러나 탐색기(Explorer)를 여는 것처럼 Windows Defender를 바로 실행할 수 있는 직접적인 바로가기는 제공되지 않습니다. 따라서 빠른 검사를 진행하려면 먼저 Windows Defender를 검색하고, 프로그램을 연 뒤에야 검사를 시작할 수 있어 다소 번거롭습니다.

컨텍스트 메뉴에 Windows Defender 기능 추가하기
이 글에서는 레지스트리 편집기(Registry Editor)를 사용해 Windows Defender의 주요 기능들을 바탕화면 우클릭 컨텍스트 메뉴에 추가하는 방법을 소개합니다. 이렇게 하면 별도의 검색 과정 없이 Windows Defender의 각종 기능에 즉시 접근할 수 있습니다.
참고: 레지스트리를 수정하기 전에는 반드시 레지스트리를 백업하거나 시스템 복원 지점을 생성하는 것이 좋습니다.
진행 방법은 다음과 같습니다.
1. Windows 키 + R을 눌러 실행 창을 열고, Regedt32.exe를 입력한 후 Enter 키를 눌러 레지스트리 편집기를 실행합니다.
컨텍스트 메뉴에 Windows Defender 추가 및 계단식 메뉴 만들기
2. 다음 경로로 이동합니다.
HKEY_CLASSES_ROOT\DesktopBackground\Shell\WindowsDefender

3. 오른쪽 창에서 다음 세 개의 문자열 값을 만들고 각각 해당하는 데이터를 입력합니다.
Icon: %ProgramFiles%\\Windows Defender\\EppManifest.dll
SubCommands: WD-Settings;WD-Update;WD-Update-QS;WD-QuickScan;WD-FullScan
MUIVerb: Windows Defender
설정(Settings) 옵션 추가
4. 이제 다음 위치로 이동합니다.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-Settings

5. 오른쪽 창에서 문자열 값에 아래 데이터를 입력합니다(문자열이 없으면 새로 만듭니다).
Default: 설정
HasLUAShield: <비워 둠>
Icon: %ProgramFiles%\\Windows Defender\\EppManifest.dll
6. 왼쪽 창의 다음 경로 아래에 command라는 하위 키를 생성합니다.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-Settings

오른쪽 창의 Default 문자열에 다음 데이터를 입력합니다.
"C:\\Program Files\\Windows Defender\\MSASCui.exe" -Settings
업데이트(Update) 옵션 추가
7. 다음 위치로 이동합니다.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-Update

다음 데이터를 입력합니다.
Default: 업데이트
Icon: %ProgramFiles%\\Windows Defender\\EppManifest.dll
8. 왼쪽 창의 다음 경로 아래에 command 하위 키를 생성합니다.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-Update
오른쪽 창의 Default 문자열에 다음 데이터를 입력합니다.
"C:\\Program Files\\Windows Defender\\MSASCui.exe" -Update
업데이트 후 빠른 검사(Update and Quick Scan) 옵션 추가
9. 다음 위치로 이동합니다.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-Update-QS

다음 데이터를 입력합니다.
Default: 업데이트 후 빠른 검사
Icon: %ProgramFiles%\\Windows Defender\\EppManifest.dll
10. 왼쪽 창의 다음 경로 아래에 command 하위 키를 생성합니다(6단계와 동일한 방법).
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-Update-QS
오른쪽 창의 Default 문자열에 다음 데이터를 입력합니다.
"C:\\Program Files\\Windows Defender\\MSASCui.exe" -UpdateAndQuickScan
빠른 검사(Quick Scan) 옵션 추가
11. 이번에는 다음 위치로 이동합니다.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-QuickScan

다음 데이터를 입력합니다.
Default: 빠른 검사
Icon: %ProgramFiles%\\Windows Defender\\EppManifest.dll
12. 왼쪽 창의 다음 경로 아래에 command 하위 키를 생성합니다(6단계와 동일한 방법).
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-QuickScan
오른쪽 창의 Default 문자열에 다음 데이터를 입력합니다.
"C:\\Program Files\\Windows Defender\\MSASCui.exe" -QuickScan
전체 검사(Full Scan) 옵션 추가
13. 마지막으로 다음 위치로 이동합니다.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-FullScan

다음 데이터를 입력합니다.
Default: 전체 검사
Icon: %ProgramFiles%\\Windows Defender\\EppManifest.dll
14. 왼쪽 창의 다음 경로 아래에 command 하위 키를 생성합니다(6단계와 동일한 방법).
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-FullScan
오른쪽 창의 Default 문자열에 다음 데이터를 입력합니다.
"C:\\Program Files\\Windows Defender\\MSASCui.exe" -FullScan
이제 바탕화면으로 가서 마우스 오른쪽 버튼을 클릭하면 이 글 첫 번째 이미지와 같은 컨텍스트 메뉴가 나타나는 것을 확인할 수 있습니다. 수동 방식의 장점은 필요한 옵션만 골라서 추가할 수 있다는 점입니다.
관련 글: Windows 10에서 Windows Security 계단식 컨텍스트 메뉴 항목을 추가하는 방법
참고 사항:
- 직접 작업하기 번거롭다면, 이 항목들을 손쉽게 추가하거나 제거할 수 있도록 미리 만들어진 레지스트리 수정 파일(.reg)을 활용할 수 있습니다.
- Ultimate Windows Tweaker 같은 유틸리티를 사용해서도 컨텍스트 메뉴에 Windows Defender 기능을 추가할 수 있습니다.
이 방법이 Windows 10에서 Windows Defender를 사용할 때 조금 더 편리함을 느끼는 데 도움이 되길 바랍니다.
