Change Service Account settings

(imported topic written by brannonb91)

Give it to me straight!

I’m trying to change the RPC service login to the local system account and allow to interact with desktop. I know a restart is needed after that, but that’s ok. I’m more concerned with getting this done.

Here’s what I’m using to change the logon for the action:

waithidden cmd.exe /C sc config NameOfService= “.\LocalSystem” password= “”

I don’t know if it will “force” the allow to interact with the desktop option though.

Also, I need some kind of relevance to ensure this is set right, but have nothing at the moment.

Any help at all would be much appreciated as I’m not good at this stuff!

THANK YOU!

(imported comment written by BenKus)

Hi brannonb,

This relevance will tell you if a service can interact with a desktop is:

can interact with desktop of service whose (name of it = “nameofservice”)

Ben

(imported comment written by Vosh)

When I try that relevance I get the following error in the fixlet debugger.

q: can interact with desktop of service whose (name of it = “BESClient”)

E: The operator “name” is not defined.

(imported comment written by NoahSalzman)

Ben was typing from memory… it needs to be “display name” or “service name”. Here is the Relevance one would use to try and figure out the name-related properties of the object:

Q: properties whose (it as string contains “service” and it as string contains “name”)

A: service key value name of : string

A: service name of : string

A: display name of : string

A: service name of : string

A: name of : string