Add drive letter position and visibility options (#527) (#533)

This commit is contained in:
Natan Heringer
2026-03-28 20:25:12 -03:00
committed by GitHub
parent 487b1fbee9
commit 3eade4ddba
13 changed files with 145 additions and 2 deletions

View File

@@ -96,7 +96,11 @@ param (
[switch]$HideMusic,
[switch]$HideIncludeInLibrary,
[switch]$HideGiveAccessTo,
[switch]$HideShare
[switch]$HideShare,
[switch]$ShowDriveLettersFirst,
[switch]$ShowDriveLettersLast,
[switch]$ShowNetworkDriveLettersFirst,
[switch]$HideDriveLetters
)
# Show error if current powershell environment does not have LanguageMode set to FullLanguage