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 ""