Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple windows worker service using .net 6

PowerShell command to run windows service

Create Windows Service

sc.exe create ".NET6 Timer Windows Service" binpath="...\WorkerService.exe"

Start Windows Service

sc.exe start ".NET6 Timer Windows Service"

Stop Windows Service

sc.exe stop ".NET6 Timer Windows Service"

Delete Windows Service

sc.exe delete ".NET6 Timer Windows Service"

About

Windows service using .net 6

Topics

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages