PowerShell/Scripts/open-snipping-tool.ps1
2022-09-06 21:42:04 +02:00

16 lines
290 B
PowerShell
Executable File

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