PowerShell/Scripts/close-magnifier.ps1

16 lines
288 B
PowerShell
Raw Normal View History

<#
.SYNOPSIS
2021-12-07 22:45:00 +01:00
Closes the Magnifier
.DESCRIPTION
This script closes the Windows Screen Magnifier application gracefully.
.EXAMPLE
2021-12-07 22:45:00 +01:00
PS> ./close-magnifier
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
2021-12-08 07:39:08 +01:00
tskill magnify
exit 0 # success