Update take-screenshot.ps1

This commit is contained in:
Markus Fleschutz 2021-10-20 10:59:54 +02:00 committed by GitHub
parent ebf16c7ef7
commit 175c904322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,9 @@
.SYNOPSIS
Takes a single screenshot and saves it into a folder
.DESCRIPTION
This script takes a single screenshot and saves it into a folder.
This script takes a single screenshot and saves it into a folder (to the user's pictures folder by default).
.PARAMETER Directory
Specifies the target directory
Specifies the target directory (to the user's pictures folder by default)
.EXAMPLE
PS> ./take-screenshot C:\Temp
.NOTES