Can't change parameters of rpcss
        Posted  
        
            by alexm
        on Server Fault
        
        See other posts from Server Fault
        
            or by alexm
        
        
        
        Published on 2010-05-06T20:51:43Z
        Indexed on 
            2010/05/06
            20:59 UTC
        
        
        Read the original article
        Hit count: 976
        
dcdiag reports following problem on client computers:
Starting test: Services
            Invalid service type: RpcSs on ********, current value
            WIN32_OWN_PROCESS, expected value WIN32_SHARE_PROCESS
         ......................... ******** failed test Services
Tried to change type of service by command
sc config rpcss type=share
and from regedit by putting type=20(dec) instead of type=10(hex)- no luck...
© Server Fault or respective owner