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 .SYNOPSIS
Closes the Screen Magnifier Closes the Magnifier
.DESCRIPTION .DESCRIPTION
This script closes the Windows Screen Magnifier application gracefully. This script closes the Windows Screen Magnifier application gracefully.
.EXAMPLE .EXAMPLE
PS> ./close-screen-magnifier PS> ./close-magnifier
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

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