PowerShell/Scripts/close-magnifier.ps1
2021-12-07 22:45:00 +01:00

16 lines
353 B
PowerShell
Executable File

<#
.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