This is the command which I created a service of my program. Program normally uses a config file, but when I created this service, program could not start as a service.
C:\>sc create MalwareService binPath= "C:\Program Files\mbam.exe"
|
This is the command which I created a service of my program. Program normally uses a config file, but when I created this service, program could not start as a service.
| |||
|
feedback
|
|
You can't just run any random program as a service; there is a certain protocol the program has to follow. | |||
|
feedback
|