mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 13:27:41 +02:00
Simple rename
This commit is contained in:
15
Scripts/close-magnifier.ps1
Executable file
15
Scripts/close-magnifier.ps1
Executable 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
|
Reference in New Issue
Block a user