Hello,
I have a problem with menu start and blank shortcuts in desktop in Windows Server 2019.
In administrator account everything works fine, but when I log in to another user then the start menu does not work and the icons on the desktop are blank. It is impossible to run any shortcut and create a new folder, etc.
User can open explorer and manually opens files from disks.
In event manager i saw an EventID 10010 - The server did not register with DCOM within the required timeout.
I'm trying:
1. sfc /scannow
2. DISM commands
3. Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”} --
4. Deleting SharedAccess keys in HKLM
5. Creating new user with Administrator rights
6. Windows Server full updated
Nothing helped.
If anyone has any suggestions it would be appreciated.