PowerShell/Scripts/open-snipping-tool.ps1
2021-10-23 16:53:41 +02:00

16 lines
289 B
PowerShell
Executable File

<#
.SYNOPSIS
Starts the Snipping Tool
.DESCRIPTION
This script starts the Snipping Tool application.
.EXAMPLE
PS> ./open-snipping-tool
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
Start-Process SnippingTool.exe
exit 0 # success