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 ).
You can create a option:
Press Alt + PrtSc to capture only the window currently in use. Paste this into Paint or Word to print it. Detailed Screenshot Shortcuts for Windows 10 & 11
If you want to print a screenshot immediately, the fastest way is to use the or Paint .
Here’s an interesting piece on — covering both the classic “screenshot to paper” method and some clever workarounds you might not know.
Mastering these shortcuts is the fastest way to capture what you need:
Most people think “print screenshot” means just pasting into Word and hitting print. But Windows gives you:
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()
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 ).
You can create a option:
Press Alt + PrtSc to capture only the window currently in use. Paste this into Paint or Word to print it. Detailed Screenshot Shortcuts for Windows 10 & 11
If you want to print a screenshot immediately, the fastest way is to use the or Paint .
Here’s an interesting piece on — covering both the classic “screenshot to paper” method and some clever workarounds you might not know.
Mastering these shortcuts is the fastest way to capture what you need:
Most people think “print screenshot” means just pasting into Word and hitting print. But Windows gives you:
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()