I have a self-starting service, but I want to start it manually instead. However, as long as the service is running, it continues to monitor its startup type status, and as soon as I change it to manual startup, it automatically changes back to auto startup.
Of course, I could stop the service and then change the start type, but when I need the service to run again, it will change itself to start automatically.
Is there any way to prevent the service from changing itself to auto-start?