Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 744 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 744 Bytes
  ___          _                                  
 / _ \        | |                                 
/ /_\ \ _   _ | |_   ___    ___ __  __  ___   ___ 
|  _  || | | || __| / _ \  / _ \\ \/ / / _ \ / __|
| | | || |_| || |_ | (_) ||  __/ >  < |  __/| (__ 
\_| |_/ \__,_| \__| \___/  \___|/_/\_\ \___| \___|

Autoexec is a Windows service to launch an executable.

If you provide the console argument it will show you the output.

Installation steps for Autoexec Service:

Fill ExecutableFullPath and ExecutableArguments in Autoexec.exe.config

Execute the following command in Administrator mode:

sc create Autoexec displayname= "Autoexec" start= auto binpath= "YourPath\Autoexec.exe"