Exclude Recall from feature listings

This fixes problems people were experiencing where the file explorer would go back to the Windows 10 layout
This commit is contained in:
CodingWonders 2024-10-02 15:26:32 +02:00
parent bc94f24466
commit 5c22816e61

View File

@ -99,6 +99,7 @@ function Remove-Features() {
$_.FeatureName -NotLike "*NFS*" -AND
$_.FeatureName -NotLike "*SearchEngine*" -AND
$_.FeatureName -NotLike "*RemoteDesktop*" -AND
$_.FeatureName -NotLike "*Recall*" -AND
$_.State -ne "Disabled"
}