Skip to content

How to Install Server Core App Compatibility Feature on Demand Print

  • 0

How to Install Server Core App Compatibility Feature on Demand

Applies to: Windows Server 2019, 2022 and 2025.

App Compatibility Feature on Demand adds selected binaries and tools to Server Core without installing the Desktop Experience shell.

Work from console access or a tested recovery path. Changes to remote access, licensing or domain membership can lock out administrators if prerequisites are wrong. Managed Windows VPS options are available at networkmanager.info.

Prerequisites

  • Confirm the required tool is in the package.
  • Use a feature source matching release and language.
  • Create a recovery point.
  • Do not treat the package as a Core-to-GUI conversion.

Step-by-step procedure

Step 1: Check current state

Query the capability.

Get-WindowsCapability -Online | Where Name -Like 'ServerCore.AppCompatibility*'

Step 2: Provide source when required

Mount the matching Languages and Optional Features media if approved update sources cannot supply the payload.

Step 3: Install

Add the capability online.

Add-WindowsCapability -Online -Name ServerCore.AppCompatibility~~~~0.0.1.0

Step 4: Restart if requested

Review RestartNeeded and reboot during maintenance.

Step 5: Test the required tool

Validate only the supported utility needed by the workload.

Verification

Capability state should be Installed.

Get-WindowsCapability -Online -Name ServerCore.AppCompatibility~~~~0.0.1.0

Rollback

Use Remove-WindowsCapability after confirming no supported procedure depends on the package, then restart if requested.

Version and operational notes

Available components and sources differ by release. Match Windows Server 2019, 2022 or 2025 media exactly.

Official references

For managed deployment and support, visit https://networkmanager.info/.


Was this answer helpful?

« Back