How to run a windows service under non domain user account credentials -


i have windows service needs run under different domain user account , not under logged in domain account...is possible pass domain credentials service?

i tried using runas /netonly /user:domain\user "sc \localhost start servicename"


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -