[SOLVED] Windows Server 2019 fail to update : Can not identify matching versions for component machine.inf.Resources culture [l:5]'ja-JP'

Hmm, not completely sure why the Start Menu has broken, the error code being thrown is just a generic internal application error. However, since the Start Menu is technically like a store app now, I wonder if the following will work:

Please open a command prompt window and then enter the following command:

Rich (BB code):
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *ShellExperienceHost*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
 
Hello, the server is fully up to date now, thanks.
However I can't seems to fix the issue with the ShellExperience Host.
 
Ok so the issue came from the permission of C:\Windows\System32\slc.dll
It's now working as intended.
Would it be possible to check why DISM is failing ? Thanks
 
So there's a few files that ended like this :
1664200810902.png
That's causing some issue, currently restoring correct permission (inheritance) after checking with AccessEnum.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top