We're not talking about buckets and wipers here
How to Create a Windows Service with C# and Visual Studio!
Sometimes you need an app or script to keep running whether you’re logged in to your computer or not. Maybe it’s a PowerShell script monitoring ports or a web server hosting a page on your home network.
The point is that if you want a process, script, or program to keep running as long as the computer is on, you need to create a Windows service.
To create a Windows service in Windows 10, there are a few requirements: