com - How to delete an entry from DCOM config? -


need understand specific registry entries corresponds entry showing in dcom config(dcomcnfg).

if want delete object's entry dcom config, how can achieved?

every com entry refered it's guid in registry. find references entry, right clic/properties (in dcomcnfg), guid, , run search in regedit.

you find, @ least: - hkcr\appid{guid} - hkcr\clsid{guid}

additionnal entries / replacement in wow6432node, display name, , dll-specific registration, can found using guid.

i recommend careful deleting entries though.


Comments