Add open-dropbox-folder.ps1

This commit is contained in:
Markus Fleschutz
2021-10-23 16:18:45 +02:00
parent 6ed1e06438
commit f07931b8b4
16 changed files with 70 additions and 18 deletions

View File

@ -1,8 +1,8 @@
<#
.SYNOPSIS
Opens the downloads folder
Opens the user's downloads folder
.DESCRIPTION
This script starts the File Explorer to show the downloads folder.
This script starts the File Explorer and shows the user's downloads folder.
.EXAMPLE
PS> ./open-downloads-folder
.NOTES