MASIGNCLEAN104

Generate list of Disabled Features in Windows 10 using PowerShell

iklan banner

Today, nosotros volition run across how y'all tin generate a listing of the disabled features on your Windows 10 estimator organization using Windows PowerShell. To attain this, y'all cause got to role the Get-WindowsOptionalFeatures cmdlet together with specify that y'all desire to locomote the ascendancy online.

Generate Disabled Features listing inwards Windows using PowerShell

To generate a listing of the disabled features on your Windows 10 computer, open an elevated PowerShell console, type the next ascendancy together with hitting Enter:

Get-WindowsOptionalFeature -Online | ? dry reason -eq 'disabled' | choose featurename | variety -Descending

To opened upward an elevated PowerShell prompt, inwards the taskbar search, type powershell. Now run across the result Windows PowerShell which appears on the top. Right-click on it together with choose Run equally Administrator.

You volition instantly endure able to run across a listing of disable Windows features on your computer.

 nosotros volition run across how y'all tin generate a listing of the disabled features on your Windows  Generate listing of Disabled Features inwards Windows 10 using PowerShell

Source: TechNet.

Now cause got a await at how to generate a listing of Windows Services using PowerShell.

If y'all are looking for to a greater extent than PowerShell tips, these links may involvement you:

  1. List Drives using Command Prompt & PowerShell
  2. Get Installed Driver listing together with details using PowerShell.

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