PowerShell/Scripts/close-onedrive.ps1
2021-10-16 16:50:10 +02:00

16 lines
356 B
PowerShell
Executable File

<#
.SYNOPSIS
Closes Microsoft's OneDrive folder
.DESCRIPTION
This script closes Microsoft's OneDrive folder gracefully.
.EXAMPLE
PS> ./close-onedrive
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/close-program.ps1" "Microsoft OneDrive" "onedrive" "onedrive.exe"
exit 0 # success