Added option to hide the 'Home' section from the File Explorer navigation pane

Fixed certain options not working in Sysprep mode, see #106
This commit is contained in:
Raphire
2024-09-04 17:46:41 +02:00
parent 25bb8364c3
commit 6b7c4dba7b
15 changed files with 27 additions and 14 deletions

View File

@@ -31,6 +31,7 @@ param (
[switch]$ClearStart,
[switch]$ClearStartAllUsers,
[switch]$RevertContextMenu,
[switch]$HideHome,
[switch]$HideGallery,
[switch]$DisableOnedrive, [switch]$HideOnedrive,
[switch]$Disable3dObjects, [switch]$Hide3dObjects,