Update take-screenshot.ps1

This commit is contained in:
Markus Fleschutz
2021-10-20 11:02:00 +02:00
committed by GitHub
parent 175c904322
commit 7b8922af8d

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 (to 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
Specifies the target directory (to the user's pictures folder by default)
Specifies the target directory (the user's pictures folder by default)
.EXAMPLE
PS> ./take-screenshot C:\Temp
.NOTES