• 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

    • @goretsky I will keep those in mind for the calls we get and update our technicians with the list, im sure the list will grow and I hope there is a larger public statement on this.  Here is the statement from Huntress https://www.huntress.com/blog/klue-breach-investigation    
    • But we are talking about Elon Musk, no AT&T... I know big companies are evil, but Elon and his companies are in another level which is much more dangerous.
    • New PowerToys update fixes memory leaks and other issues by Taras Buria Another bug-fixing update is available for PowerToys version 0.100. After releasing version 0.100.1 with a bunch of bug fixes and patches, Microsoft pushed version 0.100.2 to address two important issues with one of Command Palette Dock's features. With PowerToys 0.100.2, Microsoft fixed the performance meter displaying incorrect values and memory leaks, which are particularly unwanted things in the current situation with overpriced PC hardware. Here is the changelog: Reverted a Performance Monitor dock refresh change that forced item refreshes on every metric update Fixed a memory leak in the Performance Monitor dock extension by reusing stable network upload/download band items instead of creating new list items on each refresh For those unfamiliar, Command Palette Dock is a relatively new addition to PowerToys. It is a taskbar-like tool that you can keep on top of the screen to pin various useful widgets, commands, and more. It can display time, weather, your PC's performance metrics, and more. Microsoft introduced the Command Palette Dock in March 2026 in PowerToys 0.98. Microsoft has dedicated documentation for Command Palette Dock, and you can check it out on the official Microsoft Learn website. You can update PowerToys to the latest version by going to Settings > General and clicking "Check for updates." Alternatively, you can download the installer from GitHub using this link. In other news, Microsoft is working on a new window-management utility for PowerToys. Called Alt Window Cycle, it will let you use the Alt + ` shortcut to switch between different windows in a single app. You can learn more about the tool here.
    • You did take leaf out of Trumps book already and had brexit - only to harm yourself. The same goes with this AI nonsense. The obvious solution for these companies is to move their head office to Brussels. I can see quite much irony there... 🙂
  • Recent Achievements

    • First Post
      OffsetAbs earned a badge
      First Post
    • Reacting Well
      OffsetAbs earned a badge
      Reacting Well
    • First Post
      Kolakid60 earned a badge
      First Post
    • One Month Later
      xvvxcvv earned a badge
      One Month Later
    • Week One Done
      xvvxcvv earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      422
    2. 2
      +Edouard
      181
    3. 3
      PsYcHoKiLLa
      136
    4. 4
      neufuse
      71
    5. 5
      Steven P.
      71
  • Tell a friend

    Love Neowin? Tell a friend!