8000 GitHub - MehdiMst00/WindowsWorkerService: Windows service using .net 6
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MehdiMst00/WindowsWorkerService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0