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.
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:
- List Drives using Command Prompt & PowerShell
- Get Installed Driver listing together with details using PowerShell.
comment 0 Comments
more_vert