PowerShell/Scripts/close-one-drive.ps1
2021-11-03 20:33:39 +01:00

16 lines
344 B
PowerShell
Executable File

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