Does anyone know if there is a way to disable DCOM using a vbscript? I dont
want to disable the service, just uncheck the box that says Enable Dcom on
this computer.

Thanks
Gavin...

Re: Disable DCOM by mayayana

mayayana
Thu Jul 13 19:01:02 CDT 2006

I'm not certain about whether this is the only
setting on XP, but it allegedly does the trick on Win9x:

HKEY_LOCAL_MACHINE\Software\Microsoft\OLE

value: EnableDCOM
setting: Y or N. N to disable DCOM.

value: EnableRemoteConnect
setting: Y or N. N to disable remote WMI.

This might be a good place to confirm those settings:

http://www.winguides.com/

> Does anyone know if there is a way to disable DCOM using a vbscript? I
dont
> want to disable the service, just uncheck the box that says Enable Dcom on
> this computer.
>
> Thanks
> Gavin...
>
>



Re: Disable DCOM by Richard

Richard
Thu Jul 13 19:58:20 CDT 2006

I believe that works on all clients. See this link for details and
consequences:

http://support.microsoft.com/default.aspx?scid=kb;en-us;825750

--
Richard
Microsoft MVP Scripting and ADSI
Hilltop Lab - http://www.rlmueller.net

"mayayana" <mayaXXyana1a@mindXXspring.com> wrote in message
news:29Btg.7700$PE1.3622@newsread2.news.pas.earthlink.net...
> I'm not certain about whether this is the only
> setting on XP, but it allegedly does the trick on Win9x:
>
> HKEY_LOCAL_MACHINE\Software\Microsoft\OLE
>
> value: EnableDCOM
> setting: Y or N. N to disable DCOM.
>
> value: EnableRemoteConnect
> setting: Y or N. N to disable remote WMI.
>
> This might be a good place to confirm those settings:
>
> http://www.winguides.com/
>
>> Does anyone know if there is a way to disable DCOM using a vbscript? I
> dont
>> want to disable the service, just uncheck the box that says Enable Dcom
>> on
>> this computer.
>>
>> Thanks
>> Gavin...
>>
>>
>
>