• 0

iCloud for Windows and Media Feature Pack on Windows 11 [N version of Windows?!]


Question

Apparently, iCloud on Windows (via Microsoft Store) had an update, and now it's asking for a Media Feature Pack for N-versions of Windows.

 

But... I don't have any. I'm running Windows 11 Pro.

image.png.9d4ceb025ff1058959212b5550fbc3d5.png

The help-file of Apple states to 'Turn on Windows Media Player' from the old Control Panel, but this box has been ticked on on.

image.png.2d401ff4438280c45b99c0320bd45038.png

 

Plus is already added via System > Optional features as suggested by Microsoft:

image.png.dc221491158d9270998832e3efebe875.png

 

What to do to make this message disappear?

11 answers to this question

Recommended Posts

  • 0
On 12/06/2024 at 01:56, kiddingguy said:

Apparently, iCloud on Windows (via Microsoft Store) had an update, and now it's asking for a Media Feature Pack for N-versions of Windows.

 

But... I don't have any. I'm running Windows 11 Pro.

image.png.9d4ceb025ff1058959212b5550fbc3d5.png

The help-file of Apple states to 'Turn on Windows Media Player' from the old Control Panel, but this box has been ticked on on.

image.png.2d401ff4438280c45b99c0320bd45038.png

 

Plus is already added via System > Optional features as suggested by Microsoft:

image.png.dc221491158d9270998832e3efebe875.png

 

What to do to make this message disappear?

Please note in System > Optional Features Windows Media Player ≠ Windows Media Feature Pack.

Something you may have luck with is using the powershell command "add-optionalfeature". When i get back to my desk i can write out the whole command.

Edit: the command i use to enable MFP during imaging is as follows:

get-windowscapability -online | where-object -property name -like "Media.MediaFeaturePack" | add-windowscapability -online

Edited by satukoro
  • Like 1
  • Thanks 1
  • 0

you could try downloading and installing it from microsoft:-

 

https://www.microsoft.com/en-us/software-download/mediafeaturepack

or via powershell

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

 

  • 0
On 12/06/2024 at 15:12, TheReaperMan said:

you could try downloading and installing it from microsoft:-

 

https://www.microsoft.com/en-us/software-download/mediafeaturepack

or via powershell

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

 

Thx. Kinda funny that on other W11 computer I don't get this message. With - as it seems - the same MS Store version of iCloud :wacko:

  • 0
On 12/06/2024 at 15:12, TheReaperMan said:

you could try downloading and installing it from microsoft:-

 

https://www.microsoft.com/en-us/software-download/mediafeaturepack

or via powershell

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

 

The regular download-link gives:

image.png.fe95ca65bb2b9f7886999a7b88ba1675.png

 

And the PowerShell command doens't do anything. Even after a restart.

Is this a bug of some kind?? Can I just ignore this?

  • 0
On 12/06/2024 at 20:43, kiddingguy said:

The regular download-link gives:

image.png.fe95ca65bb2b9f7886999a7b88ba1675.png

 

And the PowerShell command doens't do anything. Even after a restart.

Is this a bug of some kind?? Can I just ignore this?

That just means you already have it installed or it is not for the version of windows you have.

Could it be a bug or an issue with the store version of iCloud. I have had similar issues with software in the past and had to install the non windows store version.

 

  • 0

Here's how to get things working:

Check your Windows version: Open Settings > System > About. Look for "Windows 11 Home N" or "Windows 11 Pro N" to confirm it's an N version.

Install Media Feature Pack:

Go to [Microsoft website for Media Feature Pack] (search for "Media Feature Pack for N versions of Windows 11").

Download and install the appropriate version (32-bit or 64-bit) depending on your system.

Restart your computer.

Download and install iCloud for Windows: Head over to [Apple iCloud for Windows download page] and download the installer.

If you're not using an N version of Windows 11:

Great news! You don't need the Media Feature Pack. Simply download and install iCloud for Windows directly from Apple's website.

Bonus tip: If you encounter issues with iCloud after installing the Media Feature Pack, try enabling the "Windows Media Player (legacy)" option within the Media Features section in Settings > Apps & features > Optional features > Add an optional feature.

By following these steps, you should be able to get iCloud for Windows up and running smoothly on your Windows 11 system, regardless of whether it's an N version or not.

  • 0
On 13/06/2024 at 09:18, kiddingguy said:

For some apparent strange thing… the download message disappeared. Don’t know if it’s intentional or by mistake?!

So the requirement has now disappeared and you are able to install icloud?

Maybe it required a reboot for it to confirm it had been installed 

  • 0

It look like with the steps of https://discussions.apple.com/thread/255535372?answerId=260360435022&sortBy=best#260360435022 it worked. For now.

Plus installing the:

* VP9 Video Extensions
* Web Media Extensions
* HEIF Image Extensions
* HEVC Video Extensions [paid]

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • finally [Taskbar] Taskbar customization just got easier. As we continue to make improvements to the Taskbar experience mentioned last month, we've introduced a dedicated Taskbar Size setting, making it simpler to find, understand, and personalize your ideal taskbar experience.
    • Let me get this straight... It was a web interface for Gmail, so if privacy at Google wasn't concerning enough you'd be going through two companies. And their big feature was the very thing that would make people consider dumping Gmail.
    • Microsoft's fast coding model MAI-Code-1-Flash comes to Copilot Business and Enterprise by Karthik Mudaliar Microsoft’s recently announced MAI-Code-1-Flash model is now generally available to GitHub Copilot Business and Copilot Enterprise customers. With this support, organizations can have more centralized policy controls and billing while finally being able to use Microsoft’s lightweight, first-party coding model. According to GitHub’s announcement, Business and Enterprise plan administrators must enable the MAI-Code-1-Flash policy in Copilot settings before developers can access the model. Microsoft says that MAI-Code-1-Flash is for fast, iterative coding work rather than the most demanding architectural or debugging tasks. GitHub’s official model comparison page says that the model is great for "general-purpose coding and writing," while it excels at fast, accurate code completions and explanations Microsoft introduced MAI-Code-1-Flash on June 2 as part of a broader collection of internally developed MAI models. GitHub subsequently expanded support to Copilot CLI, the Copilot cloud agent, GitHub.com chat, GitHub Mobile, Visual Studio, JetBrains IDEs, Eclipse, and Xcode, but said support for managed Business and Enterprise customers was still on the way. In Microsoft’s own benchmark testing, MAI-Code-1-Flash scored 51.2% on SWE-Bench Pro, compared with 35.2% for Anthropic’s Claude Haiku 4.5. Microsoft also claimed that the model used up to 60% fewer tokens on SWE-Bench Verified. Do note that these are vendor-run results rather than independent measurements. The model is billed at provider list pricing under GitHub’s usage-based system. GitHub currently lists MAI-Code-1-Flash at $0.75 per million input tokens, $0.075 per million cached input tokens, and $4.50 per million output tokens. For organizations, the main incentive to use MAI-Code-1-Flash is likely to be efficiency rather than maximum capability. A smaller model that responds quickly and limits unnecessary output is quite useful for repetitive agent tasks at scale, especially after GitHub Copilot’s move toward usage-based billing. The "Flash" model is recommended for fast work and not necessarily for huge repositories with loads of context. It's better if teams compare their output with other larger models, especially if they're working on security-sensitive changes and complex, multi-file work.
    • yes AND no the "original" or plain/normal Optiplex 7010 won't be getting any more new firmware updates BUT the Optiplex SFF/SFF Plus {small form factor}, Micro/Micro Plus & Tower/Tower Plus 7010 editions DO get new updates such as this new one   and here are similar guides from the Dell web site for Dell systems: https://www.dell.com/support/kbdoc/en-us/000390990/secure-boot-transition-faq https://www.dell.com/support/kbdoc/en-us/000347876/microsoft-2011-secure-boot-certificate-expiration
  • Recent Achievements

    • One Year In
      bernmeister earned a badge
      One Year In
    • Week One Done
      Scoobystu earned a badge
      Week One Done
    • Week One Done
      tuben earned a badge
      Week One Done
    • First Post
      OffsetAbs earned a badge
      First Post
    • Reacting Well
      OffsetAbs earned a badge
      Reacting Well
  • Popular Contributors

    1. 1
      +primortal
      462
    2. 2
      +Edouard
      213
    3. 3
      PsYcHoKiLLa
      157
    4. 4
      Steven P.
      73
    5. 5
      FloatingFatMan
      71
  • Tell a friend

    Love Neowin? Tell a friend!