PowerShell/Scripts/open-onedrive.ps1
2021-10-04 21:29:23 +02:00

16 lines
311 B
PowerShell
Executable File

<#
.SYNOPSIS
Opens the user's OneDrive folder
.DESCRIPTION
open-onedrive.ps1
.EXAMPLE
PS> ./open-onedrive
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
Start-Process "$($env:USERPROFILE)\AppData\Local\Microsoft\OneDrive\OneDrive.exe"
exit 0 # success