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.
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.
No answer answered the question. I've upgraded a Windows 10 Home to Windows 11 Pro (at least settings says that) and I do not see Windows Features.