PowerShell/Scripts/open-snipping-tool.ps1
2021-10-28 07:36:33 +02:00

16 lines
291 B
PowerShell
Executable File

<#
.SYNOPSIS
Starts the Snipping Tool
.DESCRIPTION
This script launches 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