Print Screenshot Windows

: Captures only the active window and copies it to your clipboard.

Mastering these shortcuts is the fastest way to capture what you need:

Use or IrfanView (free) to arrange several screenshots on one sheet before printing — saves paper. print screenshot windows

Press Windows Key + Shift + S to open the screen capture bar. Select the area you want, click the notification that appears, and then go to See more (...) > Print (or press Ctrl + P ).

To make your screenshots look professional and high-quality: : Captures only the active window and copies

The next time someone asks “How do I print a screenshot in Windows?” — you’ve got more than one interesting answer.

Add-Type -AssemblyName System.Drawing $img = [System.Drawing.Image]::FromFile($args[0]) $pd = New-Object System.Drawing.Printing.PrintDocument $pd.add_PrintPage( $_.Graphics.DrawImage($img, $_.MarginBounds) $_.HasMorePages = $false ) $pd.Print() Select the area you want, click the notification

Tap the PrtSc key to copy the entire screen to your clipboard. Open Microsoft Paint , press Ctrl + V to paste it, and then go to File > Print .