Fix: Use correct custom mode option for AddFoldersToThisPC

This commit is contained in:
Raphire
2025-12-27 17:02:20 +01:00
parent fc64809ad4
commit cd2035d737

View File

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