Optional features has been moved to system section is Setting App recently.
Open Settings > System then scroll down to the button, you will see "Optional Features".
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
Is there any change from the Microsoft side for adding optional Windows 10 and 11 features like ADS Tools through the APPs container instead of using PowerShell? It seems missing now.
Thanks.
Optional features has been moved to system section is Setting App recently.
Open Settings > System then scroll down to the button, you will see "Optional Features".
Where are these mysterious optional Features ?
Here's how you can add optional features in both Windows 10 and Windows 11:
Windows 10:
Settings:
PowerShell:
Get-WindowsCapability
and Add-WindowsCapability
cmdlets to manage optional features.Example:
powershellCopy code
Get-WindowsCapability -Online | ? { $_.Name -like '*ADSD*' } | Add-WindowsCapability -Online
Windows 11:
Settings:
PowerShell:
Get-WindowsCapability
and Add-WindowsCapability
cmdlets to manage optional features.Example:
powershellCopy code
Get-WindowsCapability -Online | ? { $_.Name -like '*ADSD*' } | Add-WindowsCapability -Online
Note:
For the most up-to-date information, I recommend checking Microsoft's official documentation or community forums, as changes to the Windows operating system can occur with updates. Always verify information based on the latest documentation provided by Microsoft or through official channels.
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
Not surprised. With Microsoft, everything's a nightmare. I checked for it everywhere to no avail on my Windows 10 22H2 and no, I am not using that horrid of an OS called W11.