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,7 @@ The script also includes many features that system administrators will enjoy. Su
#### File Explorer
- Change the default location that File Explorer opens to.
- Show hidden files, folders and drives.
- Show file extensions for known file types.
- Hide the Home or Gallery section from the File Explorer navigation pane. (Windows 11 only)
@@ -328,6 +329,10 @@ The quick and advanced usage methods support switch parameters. A table of all t
| -DisableRecall | Disable Windows Recall snapshots. (Windows 11 only) |
| -HideHome | Hide the home section from the File Explorer navigation pane and add a toggle in the File Explorer folder options. (Windows 11 only) |
| -HideGallery | Hide the gallery section from the File Explorer navigation pane and add a toggle in the File Explorer folder options. (Windows 11 only) |
| -ExplorerToHome | Changes the page that File Explorer opens to to `Home` |
| -ExplorerToThisPC | Changes the page that File Explorer opens to to `This PC` |
| -ExplorerToDownloads | Changes the page that File Explorer opens to to `Downloads` |
| -ExplorerToOneDrive | Changes the page that File Explorer opens to to `OneDrive` |
| -HideOnedrive | Hide the OneDrive folder from the File Explorer navigation pane. (Windows 10 only) |
| -Hide3dObjects | Hide the 3D objects folder under 'This pc' in File Explorer. (Windows 10 only) |
| -HideMusic | Hide the music folder under 'This pc' in File Explorer. (Windows 10 only) |