Skip to content

open-screen-clip

Launches Screen Clip

#requires -version 5.1

try {
	Start-Process ms-screenclip:
	exit 0
} catch {
throw
}

This script has no configurable parameters.

An interactive directory of PowerShell scripts.