Skip to content

hexalinq/winsvcwrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple wrapper to run any executable as a Windows service

Usage

Copy the wrapper (winsvcwrapper.exe) to your Windows directory and create a service using the following command:
sc create MyService start= auto binPath= "C:\Windows\winsvcwrapper.exe cmd /c win32calc"
Replace MyService with the desired service name and cmd /c win32calc with the path and command line arguments of the executable you are trying to run.

License

MIT

About

Run any executable as a Windows service

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages