mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-26 11:48:58 +02:00
Update save-screenshot.ps1
This commit is contained in:
parent
14e7bee631
commit
a69e3c3bc1
@ -1,12 +1,13 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Takes a single screenshot and saves it into a folder
|
Saves a single screenshot
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This script takes a single screenshot and saves it into a target folder (the user's pictures folder by default).
|
This script takes a single screenshot and saves it into a target folder (the user's pictures folder by default).
|
||||||
.PARAMETER Directory
|
.PARAMETER Directory
|
||||||
Specifies the target directory (the user's pictures folder by default)
|
Specifies the target directory (the user's pictures folder by default)
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./save-screenshot C:\Temp
|
PS> ./save-screenshot
|
||||||
|
✔️ screenshot saved to C:\Users\Markus\Pictures\2021-10-10T14-33-22.png
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz · License: CC0
|
Author: Markus Fleschutz · License: CC0
|
||||||
.LINK
|
.LINK
|
||||||
|
Loading…
Reference in New Issue
Block a user