2
So I am trying to run bitcoin daemon as a service on windows 10, so I don't have to keep starting it.
I have tried the following command:
sc create BitcoinServer binpath= "C:\Program Files\Bitcoin\daemon\bitcoind.exe -regetest" start=auto
Which creates a service, but when I try to start that, I get an error:
Is there any way to create a bitcoind regetest service?

That was a typo. Also, for some reason, I cannot run -daemon "-daemon is not allowed on this host machine" – Nate – 2017-11-01T13:57:04.370
1
Hmm, that's strange. Have you also tried the instructions here: https://bitcoin.org/en/full-node#windows-10 (in particular the "Start Your Node At Boot" section)?
– Andrew Chow – 2017-11-01T18:25:51.5131Error: -daemon is not supported on this operating system – Dmitry Gusarov – 2018-05-31T09:11:19.500