MASIGNCLEAN104

Ways to Enable or Disable Optional Windows Features on Windows 10

iklan banner

Windows operating systems come upward amongst a lot of features. These features are sometimes are non intended to hold upward used straight past times normal customers. This way that entirely a pocket-size percent of the huge user base of operations of the operating arrangement leverages the role of these features. But still, they add together closed to major value to the characteristic listing of the operating system. These features are constitute nether the pick called – Turn Windows Features on in addition to offThis way that if the user wants, he tin only type in Turn Windows Features on in addition to off in the Search box in addition to enable whatever characteristic that the user wants to.

Windows operating systems come upward amongst a lot of features Ways to Enable or Disable Optional Windows Features on Windows 10

Enable or Disable Optional Windows Features

The simplest way is to opened upward the Control Panel > Uninstall a Program, in addition to and thus inward the left side choose Turn Windows features On or Off. In this post, nosotros volition hold upward discussing other ways to enable or disable Optional Windows Features on Windows 10. We volition hold upward checking out the next three methods:

  1. Using Windows Powershell.
  2. Using Command Prompt.
  3. Using an external installation source.

1] Using Windows Powershell

Windows Powershell is indeed a really powerful tool. You tin create a lot of things amongst this ascendancy trouble too. While using this, nosotros volition hold upward commencement populating the listing of available features, in addition to thus nosotros volition hold upward downloading the desired feature, in addition to finally, nosotros volition hold upward talking near enabling in addition to disabling that feature.

So first, inward companionship to populate the listing of features, come inward this command,

Get-WindowsOptionalFeature -Online

After that, inward companionship to install whatever characteristic from the listing of features, come inward this command:
Windows operating systems come upward amongst a lot of features Ways to Enable or Disable Optional Windows Features on Windows 10

Get-WindowsOptionalFeature -Online -FeatureName *Type characteristic name*

Then, inward companionship to enable whatever downloaded feature, come inward this command,

Enable-WindowsOptionalFeature -Online -FeatureName “Type characteristic name” -all

Finally, inward companionship to disable whatever enabled feature, come inward this command,

Disable-WindowsOptionalFeature -Online -FeatureName “Type characteristic name”

2] Using Command Prompt

Start past times pressing WINKEY + X button combo or right-click on the Start push in addition to click on Command Prompt (Admin) or only search for cmd in the Cortana search box, correct click on the Command Prompt icon in addition to click on Run every bit Administrator. Click on Yes for the UAC or User Account Control prompt that you lot get.

Now, type inward the next ascendancy to populate the listing of the available features:

Windows operating systems come upward amongst a lot of features Ways to Enable or Disable Optional Windows Features on Windows 10

DISM /online /get-features /format:table | more

All you lot postulate to create directly is re-create the refer of the characteristic that you lot postulate to enable.

Now, inward companionship to enable the feature, come inward the next command:
Windows operating systems come upward amongst a lot of features Ways to Enable or Disable Optional Windows Features on Windows 10

DISM /online /enable-feature /featurename:[Enter the refer of the characteristic here] -All

Now, inward companionship to disable whatever characteristic that is enabled on your computer, you lot postulate to follow closed to split upward steps.

First, you lot postulate to banking corporation jibe what all features are enabled. To populate a listing of enabled features, come inward this command,
Windows operating systems come upward amongst a lot of features Ways to Enable or Disable Optional Windows Features on Windows 10

DISM /online /get-features /format:table | discovery “Enabled" | more

Now, inward companionship to disable the Enabled feature, come inward this command,
Windows operating systems come upward amongst a lot of features Ways to Enable or Disable Optional Windows Features on Windows 10

DISM /online /disable-feature /featurename:[Enter the refer of the characteristic here] -All

As a bonus, if you lot want to banking corporation jibe data inward especial near a specific feature, come inward this command,

DISM /online /get-featureinfo/featurename:[Enter the refer of the characteristic here]

3] Using an external installation source

You tin also fetch the latest features from an updated offline source.

This origin tin hold upward an ISO or whatever other type of icon or only a folder.

For that, all you lot postulate to create is determine if you lot want to role the Command Prompt or Windows Powershell.

If you lot are using the Command Prompt, come inward this command,

Dism.exe /online /enable-feature /featurename:< /All /Source:<Enter the path of the characteristic here>

And if you lot tend to role Windows Powershell ascendancy line, you lot tin create it too. Just come inward this command,

Install-WindowsFeature  –Source “<Enter the path of the characteristic here>”

To become the latest features, you lot postulate to get the latest version of the icon of the operating system that you lot are trying to install the characteristic from.


Source: https://www.thewindowsclub.com/
Share This :