PowerShell/Scripts/open-printer-settings.ps1

16 lines
304 B
PowerShell
Raw Normal View History

2021-11-01 12:06:51 +01:00
<#
.SYNOPSIS
Opens Windows printer settings
.DESCRIPTION
This script launches the Windows printer settings.
.EXAMPLE
PS> ./open-printer-settings
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
Start-Process ms-settings:printers
exit 0 # success