Add all common folders back under 'This PC' in File Explorer (#407)

This commit is contained in:
Jeffrey
2025-12-29 01:03:14 +01:00
committed by GitHub
parent e98c1bd273
commit 0ac57a9c13
8 changed files with 219 additions and 58 deletions

View File

@@ -4,6 +4,7 @@ param (
[switch]$Sysprep,
[string]$LogPath,
[string]$User,
[switch]$NoRestartExplorer,
[switch]$CreateRestorePoint,
[switch]$RunAppsListGenerator, [switch]$RunAppConfigurator,
[switch]$RunDefaults,
@@ -66,7 +67,7 @@ param (
[switch]$ExplorerToThisPC,
[switch]$ExplorerToDownloads,
[switch]$ExplorerToOneDrive,
[switch]$NoRestartExplorer,
[switch]$AddFoldersToThisPC,
[switch]$DisableOnedrive, [switch]$HideOnedrive,
[switch]$Disable3dObjects, [switch]$Hide3dObjects,
[switch]$DisableMusic, [switch]$HideMusic,