日志清除

向日葵远控

20210525,路径看目标向日葵的安装目录来决定

@echo off
taskkill /f /im SunloginClient.exe
del /s /q C:\Windows\Prefetch\SUNLOGINCLIENT*.pf
del /s /q
%userprofile%\AppData\Roaming\Microsoft\Windows\Recent\SunloginClient*.lnk
rmdir /s /q C:\ProgramData\Oray\SunloginClient
rmdir /s /q %userprofile%\AppData\Roaming\Oray\SunloginClient
reg delete "HKCU\Software\Oray\SunLogin\SunloginClient" /f
reg delete
"HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run" /v
SunloginClient /f
del /s /q SunloginClient.exe