Skip to content

Instantly share code, notes, and snippets.

@ShapeLayer
Created December 6, 2019 14:37
Show Gist options
  • Save ShapeLayer/449f4c536509ada0e76377ed9ffe0502 to your computer and use it in GitHub Desktop.
Save ShapeLayer/449f4c536509ada0e76377ed9ffe0502 to your computer and use it in GitHub Desktop.
@echo off
title 내 PC 지키미 점검 점수 팝업 보이지 않게 하기
:main
cls.
echo.
echo Kill Fuxxing MyPcAgent Toast
echo.
echo.
echo 내 PC 지키미의 점검 점수 팝업을 일시적으로 지우고 있습니다.
echo * 오류 메시지가 발생하더라도 창을 닫으면 다시 나타날 수 있습니다.
echo.
echo 마지막 시도 결과:
taskkill /f /im MyPcToast.exe
goto main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment