PowerShell/Scripts/close-screen-magnifier.ps1
2021-11-05 16:45:41 +01:00

16 lines
367 B
PowerShell
Executable File

<#
.SYNOPSIS
Closes the Screen Magnifier
.DESCRIPTION
This script closes the Windows Screen Magnifier application gracefully.
.EXAMPLE
PS> ./close-screen-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