Providing Free and Editor Tested Software Downloads
< HOME | TUTORIALS | GEEK-CADE| WEB TOOLS | YOUTUBE | NEWSLETTER | DEALS! | FORUMS | >

MajorGeeks.com - If your computer could ask you for it, it would.

Software Categories

All In One Tweaks
Android
Antivirus & Malware
Appearance
Back Up
Browsers
CD\DVD\Blu-Ray
Covert Ops
Drivers
Drives (SSD, HDD, USB)
Games
Graphics & Photos
Internet Tools
Linux Distros
MajorGeeks Windows Tweaks
Multimedia
Networking
Office & Productivity
System Tools

Other news

· How To and Tutorials
· Life Hacks and Reviews
· Way Off Base
· MajorGeeks Deals
· News
· Off Base
· Reviews

spread the word

· YouTube
· Facebook
· Instagram
· Twitter
· Pintrest
· RSS/XML Feeds
· News Blur
· Yahoo
· Symbaloo

about

· Top Freeware Picks
· Malware Removal
· Geektionary
· Useful Links
· About Us
· Copyright
· Privacy
· Terms of Service
· How to Uninstall

top downloads

1. GS Auto Clicker
2. Macrium Reflect FREE Edition
3. Smart Defrag
4. MusicBee
5. Sergei Strelec's WinPE
6. Microsoft Visual C++ 2015-2022 Redistributable Package
7. K-Lite Mega Codec Pack
8. Sergei Strelec's WinPE 64-Bit for Windows 10 and 11
9. Visual C++ Redistributable Runtimes AIO Repack
10. ImgBurn
More >>

top reads

Star 4 Ways To Check System Uptime in Windows 11

Star 6 Ways To Clear Clipboard History

Star How To Enable and Install the Built-In System Monitor (Sysmon)

Star Network Location - What Is It and How To Add It?

Star 4 Ways To Run a Manual Scan With Microsoft Defender

Star How To Easily Backup and Import Windows Defender Firewall Rules

Star How To Install and Restore WMIC in Windows 11

Star How To Bring Back the Classic File Explorer with Ribbon in Windows 11

Star How To Limit Max CPU Usage for Microsoft Defender Scans in Windows 11

Star Recently Opened Files - How To Hide or Show Them In Jump Lists, File Explorer, and Start Menu


MajorGeeks.Com » Overview » 4 Ways To Add/Remove Optional Windows Features

4 Ways To Add/Remove Optional Windows Features

By selma čitaković

on 05/11/2026

Hop into IObit’s Easter Sale and save up to 90% on top utilities, plus score 3 FREE months before the deal disappears! 🐰🌷🏆

{$insert['content_title']


Windows 11 has lots of optional features or FODs (Features on Demand) that you might not know about. This includes various language packs, deprecated tools like WMIC, the legacy Windows Media Player, RSAT, and numerous other add-ons. Some are pretty obscure!

If you're curious about them, I can show you where to find them. But first, make sure you sign in as an administrator. You'll need elevated privileges to install or uninstall optional features.

Via Settings



The arguably easiest way to get on-demand features is through the Settings. Here's how:

  1. Go to Settings > System > Optional features.
  2. Click the View features button.
  3. Click the See available features link at the top.
  4. Find the feature you want to add, click the checkbox next to it, and hit the Add button.
  5. Wait for the process to finish.


Now, to remove an installed feature:

  1. Navigate to the same section (Settings > System > Optional features) and click the View features button.
  2. It should show you the features you've already added. Find the one you want to uninstall, click its checkbox, and hit Remove.
  3. Wait for it to finish.


image1.png


Via Windows Features



You can also use OptionalFeatures.exe. However, the features listed here may differ from those in the first method. So, I recommend checking out both if you can't find what you need in the Settings.

  1. Press Win + R, type OptionalFeatures.exe, and press Enter.
  2. Check the feature you want to add, and click OK. Alternatively, if you want to remove it, uncheck it and hit OK.
  3. You may be prompted to restart to complete the changes. Click the Restart now button.


image2.png


Via PowerShell



If you prefer using commands, try this approach:

  1. Type PowerShell in Windows Search, and select Run as Administrator.
  2. First, paste this command and press Enter: Get-WindowsOptionalFeature -Online | FT
  3. You'll see a list of the features that are currently enabled or disabled. Copy the name of the one you want to add or remove. You'll need that info in a moment.
  4. To add a feature, type the following command and press Enter: Enable-WindowsOptionalFeature -Online -FeatureName "*name*" -All
  5. Or, to remove it: Disable-WindowsOptionalFeature -Online -FeatureName "*name*"
  6. In both cases, make sure you replace the placeholder *name* with the actual feature name.
  7. You may be prompted to restart. Type Y in the terminal and press Enter to restart immediately.


image5.png


Via DISM



You can use DISM.exe to enable or disable on-demand features and packages. Here are the steps:

  1. Type either PowerShell or Command Prompt in Windows Search, and click on Run as Administrator.
  2. First, let's check the current state of the optional features. Paste this command and press Enter: DISM /Online /Get-Features /Format:Table
  3. You should see a formatted list of features. Copy the name of the one you want to add/remove, as you'll need it in just a bit.
  4. To add a feature, use this command and press Enter: DISM /Online /Enable-Feature /FeatureName:"*name*" /All
  5. Or, if you want to remove it: DISM /Online /Disable-Feature /FeatureName:"*name*"
  6. Remember that name you copied? Replace the placeholder *name* in the command with it.
  7. If prompted to restart, type Y.


image3.png


Additionally, you can use the same command-line tool to get (or remove) capabilities, which are basically just like features. Since the steps are the same as before, but with different commands, I'll keep this short:

  1. Type DISM /Online /Get-Capabilities /Format:Table in an elevated terminal and hit Enter. Copy the name of the feature you need.
  2. To add a feature, type this and press Enter: DISM /Online /Add-Capability /CapabilityName:*name*
  3. To remove it: DISM /Online /Remove-Capability /CapabilityName:*name*
  4. Replace *name* with the one you copied previously.
  5. Type Y to restart your computer if prompted.


Finally, you can go to Settings > System > Optional features > Optional features history to easily keep track of all the add-ons you've installed or uninstalled.

selma citakovic
selma citakovic
Selma is a gamer, geek and gremlin hunter with a passion for cyber security and smashing Windows bugs before they bite. She’s IBM-certified, loves real freeware, despises bloatware, and powers most of her troubleshooting with an unhealthy amount of coffee.

comments powered by Disqus


© 2000-2026 MajorGeeks.com
Powered by Contentteller® CMS System