바이러스 및 위협 방지(윈도우 보안 센터)에 등록된 안티바이러스 백신 프로그램 등록 해제하는 방법



    - 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

 

반응형
Posted by codens