To enable media pack in windows enterprise N version OS.

Question

Hi Team,

We support china location where they use OS ” 1909 – Windows Enterprise N “.

Need to enable media pack feature in OS which is part of build using some automation method.

We have SCCM and Intune, co-managed environment.

Please advise,

Thanks.

Answers ( 4 )

  1. Have you tried to deploy this powershell with sccm or intune ?

    Get-WindowsCapability -online | Where-Object -Property name -like “*media*” | Add-WindowsCapability -Online

      0
      2021-03-20T23:36:39+05:30

      Thanks Anoop for your suggestion.

      I tried deploying the above script using intune, it deploys succeeds. But when i check in the end user machine, the installed mediapack is not showing up under settings->apps->optional features.

      Then i tried with below scripts also, but status is same.

      Get-WindowsCapability -online | Where-Object -Property name -like “*mediafeaturepack*” | Add-WindowsCapability -Online

      And have checked for registry path , look for windows feature, but didnt appear in both the scenario.

      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\WindowsFeatures\WindowsMediaVersion

      Request you advise in deploying this script successfully.

      0
      2021-03-24T01:04:10+05:30

      Hi Anoop,
      Any help or suggestion

Leave an answer

Sorry, you do not have permission to answer to this question .