I need to run dnscrypt-proxy:
1. run automatically at startup or at my logon
2. windowless (not attached to cmd.exe)
3. as another user (not as my username)
If I use cmd.exe's runas
, then dnscrypt-proxy.exe will also close when I close cmd.exe. It will not detach from cmd.exe:
runas /savecred /user:anotheruser "path-to\dnscrypt-proxy.exe"
Running dnscrypt-proxy.exe as a service will run it detached but how can I make it also run as another user?
I would like to use whatever programs that already come with Windows 10 Home rather than relying on third party software.