Windows 10: Manage Optional Features in Windows 10

Discus and support Manage Optional Features in Windows 10 in Windows 10 Tutorials to solve the problem; How to: Manage Optional Features in Windows 10 How to Manage Optional Features in Windows 10 This tutorial will show you how to add or remove... Discussion in 'Windows 10 Tutorials' started by SaggyMaggyPoo, Jul 27, 2015.

  1. Manage Optional Features in Windows 10


    How to: Manage Optional Features in Windows 10

    How to Manage Optional Features in Windows 10

    This tutorial will show you how to add or remove optional features for all users in Windows 10.

    Starting with Windows 10 build 18963, Microsoft made a number of usability improvements to the Optional Features page in Settings (Settings > Apps & Features > Optional Features).
    • Multi-select: You can now select and install multiple optional features at the same time.
    • Better list management: You can now search through lists of optional features and sort them by Name, Size, and Install date.
    • More useful information: You can now see the install date for each optional feature in your ‘Installed features’ list. Microsoft also added feature dependencies to the description of each optional feature in the list of features available for install.
    • Easier page navigation: View the status of your latest installs/uninstalls/cancels right on the main page in the ‘Latest actions’ section. You can now add optional features and view your history via pop-up dialogues, so you never have to navigate away from the main page

    CONTENTS:




    OPTION ONE [/i] Manage Optional Features in Settings
    1. Open Settings, and click/tap on the Apps icon.

    2. Click/tap on Apps & features on the left side, and click/tap on the Optional features link on the right side. (see screenshot below)

    Manage Optional Features in Windows 10 [​IMG]

    3. Do step 4 (history), step 5 (add), step 6 (remove) below for what you would like to do.


    4. To See Optional Feature History
    A) Click/tap on the See optional feature history link. (see screenshot below)

    Manage Optional Features in Windows 10 [​IMG]

    B) You will now see the last 7 days of added and removed optional feature history. Go to step 7 below. (see screenshot below)

    Manage Optional Features in Windows 10 [​IMG]


    5. To Add an Optional Feature
    A) Click/tap on Add a feature. (see screenshot below)

    Manage Optional Features in Windows 10 [​IMG]

    B) Click/tap on an optional feature you want to add, click/tap on Install, and go to step 7 below. (see screenshot below)

    Manage Optional Features in Windows 10 [​IMG]


    6. To Remove an Optional Feature
    A) Click/tap on an added optional feature you want to remove, click/tap on Uninstall, and go to step 7 below. (see screenshot below)


    Manage Optional Features in Windows 10 [​IMG]


    7. When finished, you can close Settings if you like.





    OPTION TWO [/i] Manage Optional Features in Command Prompt
    1. Open an elevated command prompt.

    2. Copy and paste the command below into the elevated command prompt, and press Enter. This will give you a list of all optional features with their Capability Identity (name) and their current State as either Installed (added) or Not Present (removed). (see screenshots below)

    *note Make note of the name (ex: "XPS.Viewer~~~~0.0.1.0") of the optional feature (ex: "XPS Viewer") you want to add or remove.
    *Arrow DISM /Online /Get-Capabilities


    Manage Optional Features in Windows 10 [​IMG]

    Manage Optional Features in Windows 10 [​IMG]

    3. Do step 4 (add) or step 5 (remove) below for what you would like to do.


    4. To Add Optional Feature
    A) Copy and paste the command below into the elevated command prompt, press Enter, and go to step 6 below. (see screenshot below)

    *Arrow DISM /Online /Add-Capability /CapabilityName:name

    *note Substitute name in the command above with the actual name (ex: "XPS.Viewer~~~~0.0.1.0") of the optional feature from step 2 you want to add.

    For example: DISM /Online /Add-Capability /CapabilityName:XPS.Viewer~~~~0.0.1.0


    Manage Optional Features in Windows 10 [​IMG]


    5. To Remove Optional Feature
    A) Copy and paste the command below into the elevated command prompt, press Enter, and go to step 6 below. (see screenshot below)

    *Arrow DISM /Online /Remove-Capability /CapabilityName:name

    *note Substitute name in the command above with the actual name (ex: "XPS.Viewer~~~~0.0.1.0") of the optional feature from step 2 you want to remove.

    For example: DISM /Online /Remove-Capability /CapabilityName:XPS.Viewer~~~~0.0.1.0


    Manage Optional Features in Windows 10 [​IMG]

    6. You can now close the elevated command prompt if you like.





    OPTION THREE [/i] Manage Optional Features in PowerShell
    1. Open an elevated PowerShell.

    2. Copy and paste the command below into the elevated PowerShell, and press Enter. This will give you a list of all optional features with their FeatureName and their current State as either Enabled (added) or Disabled (removed). (see screenshots below)

    *note Make note of the name (ex: "Internet-Explorer-Optional-amd64") of the optional feature (ex: "Internet Explorer") you want to add or remove.
    *Arrow Get-WindowsOptionalFeature -Online


    Manage Optional Features in Windows 10 [​IMG]

    Manage Optional Features in Windows 10 [​IMG]

    3. Do step 4 (add) or step 5 (remove) below for what you would like to do.


    4. To Add Optional Feature
    A) Copy and paste the command below into the elevated PowerShell, press Enter, and go to step 6 below. (see screenshot below)

    *Arrow Enable-WindowsOptionalFeature –FeatureName "name" -All -Online

    *note Substitute name in the command above with the actual name (ex: "Internet-Explorer-Optional-amd64") of the optional feature from step 2 you want to add.

    For example: Enable-WindowsOptionalFeature –FeatureName "Internet-Explorer-Optional-amd64" -All -Online


    Manage Optional Features in Windows 10 [​IMG]


    5. To Remove Optional Feature
    A) Copy and paste the command below into the elevated PowerShell, press Enter, and go to step 6 below. (see screenshot below)

    *Arrow Disable-WindowsOptionalFeature –FeatureName "name" -Online

    *note Substitute name in the command above with the actual name (ex: "XPS.Viewer~~~~0.0.1.0") of the optional feature from step 2 you want to remove.

    For example: Disable-WindowsOptionalFeature –FeatureName "Internet-Explorer-Optional-amd64" -Online


    Manage Optional Features in Windows 10 [​IMG]

    6. If prompted to restart the computer to apply, type Y, and press Enter.

    That's it,
    Shawn


    Related Tutorials

    :)
     
    SaggyMaggyPoo, Jul 27, 2015
    #1
  2. Mohrocco Win User

    Manage Optional Features in Windows 10 Empty, Can't Install IE11

    Hello,

    On one of our machines with Windows 10 Pro, we had trouble with a site that uses an active x control. We tried to reset the IE settings and clear the cache, to get the control to load up again. However, I saw on one of the settings tabs that it was completely
    blank. So it seemed like IE was corrupt somehow.

    So I tried to reinstall IE by removing it, via Apps & Features, Manage Optional Features. At the time several items, such as recognition options and IE11 appeared. After removing IE11 and rebooting, I went back into Manage Optional Features to restore
    IE11. However, now there is nothing in the list to select. This machine did have the fall creators update recently installed.

    Does anyone know how to fix this? Or, at least, is there an offline installer for IE11 for Windows 10?

    Thanks

    Moved from: Windows / Windows 10 / Windows settings
     
    Mohrocco, Jul 27, 2015
    #2
  3. Manage Optional Features in Windows 10 Empty, Can't Install IE11

    Hi,

    There may have been some broken or corrupted system files on Internet Explorer 11
    that results to this issue. To help you with this, we recommend that you perform an in-place upgrade using an
    ISO file. This is to repair any broken system files while keeping your personal files, settings, and installed applications. To do this, follow the steps provided by
    PaulSey in this
    article
    .

    Let us know if the solution above works.
     
    Eileen Gal, Jul 27, 2015
    #3
  4. Brink
    Brink New Member

    Manage Optional Features in Windows 10

    I almost missed Insider Hub in the list as well. *Smile
     
    Brink, Jul 27, 2015
    #4
  5. 24C
    24c Win User
    Add me to the "did miss it" list...*Redface
     
  6. Cliff S New Member
    *Thumbs
    I pretty much use the Windows UWP apps all the time now, and I find WMP and IE11 to be security risks., that's why I want them gone, and as I said above I have never used XPS, so... bye bye*Wink
     
    Cliff S, Apr 4, 2018
    #6
  7. Cliff S New Member
    Hey Shawn, have you already tried uninstalling WMP and/or IE11 with the manage optional features?
    I was just wondering if it had any negative side effects, as I do not use either anymore, on this machine at least.

    I probably could get rid of XPS viewer too, as I have never, ever used it, unless you know a reason I should leave it on the system...
    I'm on 1803 RP in case these three are not showing up on your system.

    Manage Optional Features in Windows 10 [​IMG]
     
    Cliff S, Apr 26, 2018
    #7
  8. Manage Optional Features in Windows 10

    I removed IE from my 1803 a couple days ago. I have not ran into any issues. Edge still works fine without it. I do not know about WMP and XPS.
     
    Access Denied, Apr 26, 2018
    #8
  9. Cliff S New Member
    Thanks A.D.*Smile
     
    Cliff S, Apr 26, 2018
    #9
  10. Brink
    Brink New Member
    Hey Cliff, *Smile

    I tried, but it doesn't do anything for me when I click on the Uninstall button in Manage Optional Features.
     
    Brink, Apr 26, 2018
    #10
  11. Cliff S New Member
    I'll give it a shot, and nuke all three, and let you know then.
     
    Cliff S, Apr 26, 2018
    #11
  12. Cliff S New Member
    Ok I selected uninstall for all three, and they were still there.

    I then decided to reboot, and:
    Getting Windows Ready
    Working on updates xx%....
    Restarting
    Working on updates xx%
    Windows!

    Opened Start and all three are gone*Smile
     
    Cliff S, Apr 26, 2018
    #12
  13. Manage Optional Features in Windows 10

    Good to know they can be removed. WMP will cause a BSOD for me when using Bitdefender. I plan on using BD when I clean install 1803 from the MCT. Thanks Cliff *Smile
     
    Access Denied, Apr 26, 2018
    #13
Thema:

Manage Optional Features in Windows 10

Loading...
  1. Manage Optional Features in Windows 10 - Similar Threads - Manage Optional Features

  2. Windows 10 optional features

    in Windows 10 Gaming
    Windows 10 optional features: Is there a way to enable "windows optional features"? For me there is no such thing and online are only tutorials on how to enable apps inside the optional features. Main problem is my pc not having the program notepad. I already tried looking for a way to fix this but there...
  3. Windows 10 optional features

    in Windows 10 Software and Apps
    Windows 10 optional features: Is there a way to enable "windows optional features"? For me there is no such thing and online are only tutorials on how to enable apps inside the optional features. Main problem is my pc not having the program notepad. I already tried looking for a way to fix this but there...
  4. App > Optional Features > Windows Storage Management

    in Windows 10 Gaming
    App > Optional Features > Windows Storage Management: Hello,What capabilities does the Windows Storage Management have if installed as an optional feature? https://answers.microsoft.com/en-us/windows/forum/all/app-optional-features-windows-storage-management/2ccba1e5-b78f-4bee-8acf-ab99d80bd880
  5. App > Optional Features > Windows Storage Management

    in Windows 10 Software and Apps
    App > Optional Features > Windows Storage Management: Hello,What capabilities does the Windows Storage Management have if installed as an optional feature? https://answers.microsoft.com/en-us/windows/forum/all/app-optional-features-windows-storage-management/2ccba1e5-b78f-4bee-8acf-ab99d80bd880
  6. Windows 10 Optional Features

    in Windows 10 Installation and Upgrade
    Windows 10 Optional Features: HelloI found the below article exactly my problem while searching for a solution for Optional features that fail to install, no error, no progress on the bar, just hangs for a while and...
  7. Windows 10 "Optional" features

    in Windows 10 Customization
    Windows 10 "Optional" features: In Windows 10 settings, there is a list of "Optional" features, most, if not all, that I have no use for. If they are "Optional" as they say, how come I don't see a way to uninstall these "Options"? Example: 95.8 MB for "English US Speech Recognition". I NEVER talk to...
  8. how to manage optional features

    in Windows 10 Installation and Upgrade
    how to manage optional features: I have been getting plenty of recent notifications that say stuff like "This feature was unable to be installed" and I click on the notification for more information and it takes me to the "Manage Optional Features" page in settings and shows me that this has happened plenty...
  9. Manage Optional Features

    in Windows 10 Installation and Upgrade
    Manage Optional Features: I have been getting plenty of recent notifications that say stuff like "This feature was unable to be installed" and I click on the notification for more information and it takes me to the "Manage Optional Features" page in settings and shows me that this has happened plenty...
  10. Settings->System->Apps&Features->Manage Optional Features Question

    in Windows 10 Support
    Settings->System->Apps&Features->Manage Optional Features Question: I have a question, while I know that for foreign language keyboard input which is under Settings -> Time & Language -> Region & language, what is the purpose of the one under Settings -> System -> Apps & Features -> Manage Optional Features as it seems like you can add some...

Users found this page by searching for:

  1. windows 10 optional features Storage management