Hi, You mean that only the built-in administrator user is normal, and even the newly created administrator account, desktop icon is not normal, right? Have you tried to delete Tile cache and check the result. Open below locations and confirm that if icon of applications are correctly displays: %ProgramData%\Microsoft\Windows\Start Menu\Programs %AppData%\Microsoft\Windows\Start Menu\Programs
Please check below:
- HKEY_CLASSES_ROOT\lnkfile\shellex\IconHandler, make sure it has subentry as below: Name: (Default) Type: REG_SZ Data: {00021401-0000-0000-c000-000000000046}
- Stop explorer.exe via Task Manager.
- Deleted iconcache database:
cd %userprofile%\\appdata\\local attrib -h IconCache.db del IconCache.db
Also I saw you found the EventID 10010 in Event Viewer. It refers to DCOM permission. Have you seen the APPID or CLSID? Try to add the DCOM permission in Registry. Some steps below to add the permission. https://social.technet.microsoft.com/Forums/windowsserver/en-US/4763f80d-d113-4ddc-8578-01bbf4152e31/event-id-10016-dcom-error-source-microsoftwindowsdistributedcom-level-error?forum=winserverDS
Hope this helps and please help to accept as Answer if the response is useful. Best Regards, Carl