- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
How to List All Windows Features Using CMD & PowerShell ⚡💻 | Step-by-Step Tutorial
#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
Видео How to List All Windows Features Using CMD & PowerShell ⚡💻 | Step-by-Step Tutorial канала WinsidesCom
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
Видео How to List All Windows Features Using CMD & PowerShell ⚡💻 | Step-by-Step Tutorial канала WinsidesCom
WindowsFeatures CMD PowerShell TechTutorial Winsides WindowsManagement DISMCommand WindowsOptionalFeatures SystemAdmin WindowsTips TechTips TroubleshootingWindows ITProfessional EnableFeatures DisableFeatures LearnTech SystemConfiguration WindowsServer Windows10 Windows11 WindowsFeaturesList TechEducation WindowsCustomization SystemHacks AdminTools winsides winsidescom
Комментарии отсутствуют
Информация о видео
12 декабря 2024 г. 11:45:33
00:02:51
Другие видео канала
