Simple rename

This commit is contained in:
Markus 2021-12-07 22:45:00 +01:00
parent 1d88d97606
commit 8aef2ef324
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
<#
.SYNOPSIS
Closes the Screen Magnifier
Closes the Magnifier
.DESCRIPTION
This script closes the Windows Screen Magnifier application gracefully.
.EXAMPLE
PS> ./close-screen-magnifier
PS> ./close-magnifier
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -1,10 +1,10 @@
<#
.SYNOPSIS
Launch the Screen Magnifier
Launch the Magnifier
.DESCRIPTION
This script launches the Windows Screen Magnifier application.
.EXAMPLE
PS> ./open-screen-magnifier
PS> ./open-magnifier
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK