배치파일 내용
@echo off
set “target_folder=C:\Windows\System32\spool\drivers\x64\3”
echo Deleting files in %target_folder%…
cd /d “%target_folder%”
REM 특정 확장자 파일 삭제
del E_YUBWAE.EXE /q /s
del E_YANWAE.EXE /q /s
echo Deletion completed.
pause
2가지 항목 삭제.
E_YANWAE.EXE – Status monitor 3
E_YUBWAE.EXE – S/W Updater
출처: https://richnam.com/693 [engram:티스토리]
댓글