DCOM registry values in xp (AppID\RunAs) not working

  • Thread starter Thread starter ooo_ooo
  • Start date Start date
O

ooo_ooo

Hello,
I wrote a COM object and I want it to run as NT AUTHORITY\SYSTEM or NT AUTHORITY\LOCAL SERVICE.
To do this, I just specified NT AUTHORITY\SYSTEM in the RunAs entry of my com object in the registry, like explaind here:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms680046(v=vs.85).aspx. But, this is not working.
I always get the error of "logon failure unknown user name or bad password" for those NT AUTHORITY "users".
I checked it on windows 7 AND IT WORKED, but on xp (sp3) i got that problem.
What I do wrong? Should I set a password for them?

Continue reading...
 
Back
Top