Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Thursday, March 9, 2017 1:10 PM | 1 vote
Hi everyone,
After the anniversary update, all our Windows 10 Education OS have DCOM errors.
I've tried several suggestions.
*Deleting certain reg files within ‘HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole’
*Taking ownership of the affected AppID within regedit and then adding the relevant permissions on DCOM config.
This has not resolved the issue - however even on one machine I can't even change the DCOM settings as the security tab within properties is grey out when selected. (I've activated the built-in administrator account & it's still grey-ed out)
Reference:
Event ID 10016 - Runtime broker service - it's a permission related issue
Event ID 10005 - Cannot start service UsoSvc
Event ID 10010 - The server {*reg-file} did not register with DCOM
Ever since the DCOM errors all our roaming profiles are taking a very long time to log in. This doesn't effect local users using folder re-direction with the DCOM issues. I understand this maybe a separate issue altogether but right now that's the only thing that stands to be causing the issue.
I know I've raised quite a few issue's within one post but right now am open to any suggestions regarding any of the issues raised.
Thank you in advance.
All replies (3)
Friday, March 10, 2017 11:15 AM ✅Answered
I figured out the fault for 10016.
All along I have been editing HKCR\CLSID but the permissions needs to be also changed at HKCR\AppID
After trial & errors they all relate to permission issues.
Thursday, March 9, 2017 1:35 PM
Hello
For this issue,try the following steps to leave homegroup.
1.Click the Start Button, type "cmd" in the search,click on cmd.exe and select Run as administrator.
2.In Command Prompt, type the following commands and press Enter one by one:
Net stop p2pimsvc
3.Access the following folder and clear all files inside:
C:\Windows\ServiceProfiles\LocalService\AppData\Roaming\PeerNetworking
4.Then,in Command Prompt,type the following commands:
Net start p2pimsvc
Regards, Regin Ravi
Thursday, March 9, 2017 1:46 PM
Hi Regin,
When i ran the command "net stop p2pimsvc" i get the following message:
The Peer Networking Identity Manager service is not started.
More help is available by typing NET HELPMSG 3521.
I tried going to the folder "C:\Windows\ServiceProfiles\LocalService\AppData\Roaming\PeerNetworking" - However peernetworking doesn't exist.
P2pimsvc starts no problem, I went and had a look at the services.msc and currently it set to manual & it doesn't start the moment a user logs in.
Reference:
I just did a clean os install on a machine (not-domain joined & no other software installed) & I still get dcom errors.