windows-server-2012 – dcomcnfg – 无法设置启动和激活权限 – Windows Server 2012

前端之家收集整理的这篇文章主要介绍了windows-server-2012 – dcomcnfg – 无法设置启动和激活权限 – Windows Server 2012前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我需要在组件服务/ DCOM配置下修改netman区域的启动和激活权限.但是,禁用此区域可防止任何更改.

>我在管理员组中
>我使用提升的管理员权限启动了dcomcnfg.

在此处修改设置需要做什么?

this blog post,

Look for HKEY_CLASSES_ROOT\AppID\{APPID-GUID}. That should tell you the name of the offending COM component. All you have to do now is go back to the Component Services snapin,find the name of that component,go the security properties of it,and edit the security ACL of that component such that what ever account the event log was bitching about is given whatever access it wanted. If you find that that the security properties of the component are greyed out so that you can’t edit it,that’s probably because TrustedInstaller has that on lockdown. Go back to the registry,find the corresponding reg key,take ownership/give yourself permissions to it as necessary,restart the service (or reboot the OS,) and then you will be able to modify the security settings on that COM component.

I saw this myself just yesterday with the “SMS Agent” DCOM application. The SMS (or SCCM) agent came preinstalled on the standard OS image that was being deployed to the machines I was working on.

这里发生的是您无法更改权限,因为权限与您无权更改的注册表项绑定,因为TrustedInstaller拥有它的所有权.您需要自己获取注册表项的所有权,以便您可以对其进行修改.

原文链接:https://www.f2er.com/windows/370478.html

猜你在找的Windows相关文章