windows - Issue with starting as network service -


i have app trying start network service..

this how it: sc create "app" binpath= "app path" obj= .\networkservice password= ""

but keep getting error - "the account name invalid or not exist, or password invalid account name specified."

any pointers on wrong...

the problem network service account must specified "nt authority\networkservice" , no password needed.
is, use command:

sc create "app" binpath= "app path" obj= "nt authority\networkservice" 

Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -