Automatic enabling of DCOM.

  • Thread starter Thread starter J O Holloway
  • Start date Start date
J

J O Holloway

Is there a way to automate the enabling of DCOM on a server? I've been
trying to find switches for dcomcnfg, or some wsh method, but so far have
failed. Any help or pointers much appreciated. TIA.
 
In said:
Is there a way to automate the enabling of DCOM on a server? I've
been trying to find switches for dcomcnfg, or some wsh method, but
so far have failed. Any help or pointers much appreciated. TIA.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole\
"EnableDCOM"="Y"
REG_SZ

may be what you want.
 
Back
Top