바이러스 및 위협 방지(윈도우 보안 센터)에 등록된 안티바이러스 백신 프로그램 등록 해제하는 방법
- cmd.exe를 관리자 권한으로 실행
* 등록된 백신 리스트 확인
> WMIC /Node:localhost /Namespace:\\root\SecurityCenter2 Path AntiVirusProduct get * /value
* 변경 방법(삭제)
- Windows Management Instrumentation Tester 실행
> WBEMTEST
- 연결 버튼 클릭
- 네임스페이스에 "root/securitycenter2" 입력하고 연결 버튼
- 쿼리 버튼 클릭 -> 쿼리 입력
SELECT * from Antivirusproduct
- 결과중 선택하고 삭제 버튼
- 윈도우 재부팅
//-------------------------------------
Removing Old Antivirus Listings from Security Center
https://support.cloudradial.com/hc/en-us/articles/360049084271-Removing-Old-Antivirus-Listings-from-Security-Center
Open a command window as an administrator
Run the command:
WMIC /Node:localhost /Namespace:\\root\SecurityCenter2 Path AntiVirusProduct get * /value
Run the Windows Management Instrumentation Tester command:
WBEMTEST
Click the "Connect..." button
Enter:
root/securitycenter2
Click the "Connect" button
Click the "Query..." button
Enter:
SELECT * from Antivirusproduct
Select the antivirus to delete
Click the "Delete" button
'Tips' 카테고리의 다른 글
윈도우용 이북리더 비교 추천 - Calibre (0) | 2022.01.04 |
---|---|
Sumatra PDF 사용법 (0) | 2021.12.01 |
[Linux] .bashrc 의 aliase 명령에 옵션 인자 추가하는 방법 (0) | 2021.06.22 |
윈도우 작업 스케줄러의 작업 삭제 방법(명령행) (0) | 2021.06.22 |
PowerDirector 사용법 (0) | 2021.05.11 |