• last year
#WindowsFeatures #CMD #PowerShell #techtutorial

Explore how to list all Windows features easily using CMD and PowerShell in this step-by-step tutorial! Whether you're a tech enthusiast or an IT professional, understanding Windows features is crucial for efficient system management. 💻🔧

📌 In this video, we'll guide you through:
1️⃣ Listing all features with CMD.
2️⃣ Using PowerShell to list enabled and disabled features.

Detailed Article on: https://winsides.com/how-to-list-available-windows-features-cmd-powershell/

📋 Commands Used:

CMD Command:
dism /online /get-features

PowerShell Command:
Get-WindowsOptionalFeature -Online

Sort out Enabled Features in PowerShell:
Get-WindowsOptionalFeature -Online | Where-Object {$_.State -eq 'Enabled'}

Sort out Disabled Features in PowerShell:
Get-WindowsOptionalFeature -Online | Where-Object {$_.State -eq 'Disabled'}


Subscribe to Winsides.com for more tech tutorials, troubleshooting tips, and system management tricks.

#Winsides #WindowsManagement #DISMCommand #WindowsOptionalFeatures #SystemAdmin #WindowsTips #TechTips #TroubleshootingWindows #ITProfessional #EnableFeatures #DisableFeatures #LearnTech #SystemConfiguration #WindowsServer #Windows10 #Windows11 #WindowsFeaturesList #TechEducation #WindowsCustomization #SystemHacks #AdminTools

Category

🤖
Tech

Recommended