Categories
Stuff

Adding exe to services.msc

(path)\sc.exe create “Name of Service” binPath= “C:\Program.exe”

(path)\sc.exe delete “Name of Service”

(path)\sc.exe start “Name of Service”