Hello,
Using image mcr.microsoft.com/windows/servercore:ltsc2022 or mcr.microsoft.com/windows/servercore:ltsc2019, I cannot enable any of the font features except the first one ServerCoreFonts-NonCritical-Fonts-MinConsoleFonts. I get the following error:
C:\>dism /online /enable-feature /featurename:ServerCoreFonts-NonCritical-Fonts-BitmapFonts /LimitAccess
Deployment Image Servicing and Management tool
Version: 10.0.17763.3406
Image Version: 10.0.17763.3406
Enabling feature(s)
[==========================100.0%==========================]
Error: 0x800f081f
The source files could not be found.
Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location,
see http://go.microsoft.com/fwlink/?LinkId=243077.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
Any ideas on what's wrong?