Since Wednesday, I have on-going problem with my DistributedCOM (OS Win 10). So, here are error IDs I am getting all the time: 10010, 10016, and 7031 (Service Control Manager). What is the solution, how can I get rid of these errors?
open run windows and type regedit
1- Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole
2- Delete these four keys if they appear:
DefaultAccessPermission
DefaultLaunchPermission
MachineAccessRestriction
MachineLaunchRestriction.
- Reboot your computer.
also you can try to make new user and see if this errors will come again.
Hello,
This issue may occur due to corrupt or missing Windows files.
I would suggest you to run system file checker(SFC) and see if it helps.
Refer:
Does System File Checker work in Windows 10?
System file checker is a utility in Windows that allows users to scan for corruptions in Windows system files and restore corrupted files.
If it does not help, then run DISM tool and check.
Refer:
Fix Windows corruption errors by using the DISM or System Update Readiness tool
(Also holds good for Windows 10)
I hope this information helps.