Added option to change the location that File Explorer opens to (#133)

This commit is contained in:
Raphire
2024-10-27 19:28:43 +01:00
parent b7556ad0cd
commit 04e313aef4
12 changed files with 91 additions and 0 deletions

View File

@@ -33,6 +33,10 @@ param (
[switch]$RevertContextMenu,
[switch]$HideHome,
[switch]$HideGallery,
[switch]$ExplorerToHome,
[switch]$ExplorerToThisPC,
[switch]$ExplorerToDownloads,
[switch]$ExplorerToOneDrive,
[switch]$DisableOnedrive, [switch]$HideOnedrive,
[switch]$Disable3dObjects, [switch]$Hide3dObjects,
[switch]$DisableMusic, [switch]$HideMusic,