utility to enable distributed com

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello;

I need to "enable distributed com on this computer"? I also need to set the
"default impersonation level:" to impersonate.

I know how to do it through control panel, administrative tools etc. What i
need to know is if there is a command line utility that can do this or is
there a registry setting that can be set to do this? The operating system is
windows 2000 workstation.
Any help would be appreciated. Thx.

Paul
 
Figured it out. Registry settings:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole]
"EnableDCOM"="y"
"LegacyAuthenticationLevel"=dword:00000001
"LegacyImpersonationLevel"=dword:00000003
 
Back
Top