Nssm installs system services in Windows operating system
Because the Frp client was started using batch processing before, every time the computer is restarted, it needs to wait until you log in before it can be started. The purpose is to start the Frp client directly after the operating system starts. In order to solve this problem, use nssm to install the Frp client into the windows service and start it as a service. In this way, it can be started directly after the computer starts. ...