PowerShell/Scripts/close-magnifier.ps1
2021-12-08 07:39:08 +01:00

16 lines
288 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
#>
tskill magnify
exit 0 # success