我在Windows Server 2012上运行Dism,运行DISM时出现错误3017。在日志中,我看到:
2017-05-26 17:31:03, Error                 DISM   DISM Package Manager: PID=956 TID=2676 Failed to get the State of the Feature - CDISMPackageFeature::Internal_GetCbsState(hr:0x800f0902)
2017-05-26 17:31:03, Error                 DISM   DISM Package Manager: PID=956 TID=2676 Failed to get the CBS State of the Feature - CDISMPackageFeature::get_State(hr:0x800f0902)
2017-05-26 17:31:03, Error                 DISM   API: PID=1748 TID=2316 Failed to get feature state - DismFeature_InternalToPublicEx(hr:0x800f0902)
2017-05-26 17:31:03, Error                 DISM   API: PID=1748 TID=2316 Failed to transform 2 feature from internal to public - IDismFeatureCollection_InternalToPublicEx(hr:0x800f0902)
2017-05-26 17:31:03, Error                 DISM   API: PID=1748 TID=2316 Transform feature collection internal to public failed - CGetFeaturesCommandObject::InternalExecute(hr:0x800f0902)
2017-05-26 17:31:03, Error                 DISM   API: PID=1748 TID=2316 InternalExecute failed - CBaseCommandObject::Execute(hr:0x800f0902)
2017-05-26 17:31:03, Error                 DISM   API: PID=1748 TID=2888 CGetFeaturesCommandObject internal execution failed - DismGetFeaturesExInternal(hr:0x800f0902)
我该如何解决这个问题?
谢谢。
                  0x800f0902应为CBS_E_BUSY,因此TrustedInstaller正忙。您尝试使用DISM运行哪个操作/命令?
                
                
                  
                    —
                    magicandre1981