mrexodia / TitanHide

Hiding kernel-driver for x86/x64.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"sc start TitanHide " return "Failed 2"

shenhuiqi opened this issue · comments

i use win xp sp3 and run in vmware workstation
image

commented

@shenhuiqi

  1. you need to either install the service with the full path or add the exe file's path to PATH in system environment variables.
SC CREATE "Service-Name" binpath="D:\full-path-to-service\service.exe"

or

  1. add D:\full-path-to-service\ to PATH variable and use
SC CREATE "Service-Name" binpath="service.exe"