I'm looking for information about the Win32_Service->Create method. Specifically, it seems to set Service->AcceptStop to False when it's used to create a service. I need to know where and how this is done, or, at least, how I can change what appears to be the default setting used by the Create method.
I need to be able to create a service with AcceptStop set to True. I also need to be able to change AcceptStop's value.
I know I can retrieve its value with a WQL statement, is it possible perhaps to also CHANGE the value via WQL?