Simple rename

This commit is contained in:
Markus
2021-12-07 22:45:00 +01:00
parent 1d88d97606
commit 8aef2ef324
2 changed files with 4 additions and 4 deletions

15
Scripts/close-magnifier.ps1 Executable file
View File

@ -0,0 +1,15 @@
<#
.SYNOPSIS
Closes the Magnifier
.DESCRIPTION
This script closes the Windows Screen Magnifier application gracefully.
.EXAMPLE
PS> ./close-magnifier
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/close-program.ps1" "Screen Magnifier" "Magnify" "magnify.exe"
exit 0 # success