From cd2035d737024cff0152ce3cf862633364768221 Mon Sep 17 00:00:00 2001 From: Raphire <9938813+Raphire@users.noreply.github.com> Date: Sat, 27 Dec 2025 17:02:20 +0100 Subject: [PATCH] Fix: Use correct custom mode option for AddFoldersToThisPC --- Win11Debloat.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Win11Debloat.ps1 b/Win11Debloat.ps1 index 5c996f7..2c66b02 100755 --- a/Win11Debloat.ps1 +++ b/Win11Debloat.ps1 @@ -1742,7 +1742,7 @@ function ShowCustomModeOptions { Write-Output "" if ($( Read-Host -Prompt " Add all common folders (Desktop, Downloads, etc.) back to 'This PC' in File Explorer? (y/n)" ) -eq 'y') { - AddParameter 'HideHome' + AddParameter 'AddFoldersToThisPC' } Write-Output ""