mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-17 02:01:01 +01:00
Update take-screenshot.ps1
This commit is contained in:
parent
175c904322
commit
7b8922af8d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user