mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Add close-onedrive.ps1
This commit is contained in:
16
Scripts/close-onedrive.ps1
Executable file
16
Scripts/close-onedrive.ps1
Executable file
@ -0,0 +1,16 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
close-onedrive.ps1
|
||||
.DESCRIPTION
|
||||
Closes Microsoft OneDrive gracefully
|
||||
.EXAMPLE
|
||||
PS> .\close-onedrive.ps1
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/close-program.ps1" "Microsoft OneDrive" "onedrive.exe" "onedrive.exe"
|
||||
exit 0
|
Reference in New Issue
Block a user