PowerShell/Scripts/open-snipping-tool.ps1

16 lines
290 B
PowerShell
Raw Normal View History

<#
.SYNOPSIS
Starts the Snipping Tool
.DESCRIPTION
2021-10-28 07:36:33 +02:00
This script launches the Snipping Tool application.
.EXAMPLE
PS> ./open-snipping-tool
.LINK
https://github.com/fleschutz/PowerShell
2022-09-06 21:42:04 +02:00
.NOTES
Author: Markus Fleschutz | License: CC0
#>
Start-Process SnippingTool.exe
exit 0 # success