Paste a screenshot in windows explorer

7

2

Anyone know of a way to simply paste a screenshot (taken with PrtScn or Alt+PrtScn) into a Windows Explorer folder and have it be saved as an image (possibly with a dialog asking about image size and format options)? That is, I might take a screenshot with print screen, open a folder and hit Ctrl+V, and a new jpg (or png, or whatever) would appear in that folder with the contents of my screenshot.

Pat

Posted 2010-11-19T15:45:55.233

Reputation: 641

Directly paste a screenshot held in the clipboard into a Windows folder, no, this would require software of some sort, I have never seen this type of software, interesting idea though. – Moab – 2010-11-19T16:16:11.133

1it might help to know that on Windows 10 if you press the win + print screen keys, a file of the picture will be pasted it in C:\Users\xx\Pictures\Screenshots – JinSnow – 2019-06-25T09:07:56.430

Answers

4

After I posted this request to the DonationCoder netizens, the world was given a handy piece of software by c.gingerich that fits the bill nicely. (The project's page is also at http://paf.pen.io/, and now costs money, but there are old free versions about.)

Paste As File. Right click on the desktop or on the background of a Windows explorer window and select Past As File. You can then save the clipboard to a file based on the contents. Either a text file or an image in PNG or JPG format. You can download it from my website if you are interested. It's free.

context menu showing PasteAsFile

Pat

Posted 2010-11-19T15:45:55.233

Reputation: 641

"there are old free versions about" .... such as where? The version on CNet appears to be malware – endolith – 2014-07-24T15:35:12.790

2

Just because software utilizes http://www.nirsoft.net/utils/nircmd.html and some antivirus tools classify it as Potentially Unwanted or malicious, doesn't mean it actually is malware.

– Pat – 2016-05-23T15:38:01.467

Absolutely agree. See Nir Sofer's blog post Antivirus companies cause a big headache to small developers

– Reversed Engineer – 2019-07-15T21:02:52.137

2

I just found https://github.com/EslaMx7/PasteIntoFiles This "PasteIntoFiles" freeware on GitHub adds a shortcut to the Windows Explorer context-menu that opens a tiny tool with the current folder pre-selected, and a "Save" button. It works with Windows 10.

Martin Fürholz

Posted 2010-11-19T15:45:55.233

Reputation: 139

0

If you're running Windows Vista or Windows 7 I'd recommend using "Snipping Tool" which comes installed automatically.

It's a bit more versatile than the Prtscn command and it allows for direct saving, copying and pasting, etc.

As for the PrtScn command copying to Explorer automatically, I think that this isn't possible due to the format in which the command takes the screenshot.

akseli

Posted 2010-11-19T15:45:55.233

Reputation: 3 796

I like snipping tool (and am running Win7), but I'd still love to have the functionality I describe in the question. Also, anything's possible if you have the time/money/determination - I could envision a service or taskbar application which monitors clipboard contents for the signature of an image and detects when Ctrl+V is pressed while the active window is an Explorer window. Then, all that's left to do is transform the clipboard contents to an image format and save to the folder in the active window. I bet AutoHotKey provides a method to do so. But I don't want to reinvent the wheel. :-) – Pat – 2010-11-19T16:45:41.093

Snipping Tool is very useful in its own right but nonetheless does not answer the question. – UuDdLrLrSs – 2020-01-17T13:52:57.547

1SnippingTool doesn't do this (i.e. pasting image on the clipboard to a folder without having to do multiple extra steps such as opening other applications, navigating to the folder, etc.). Also, for the "PrtScn command copying to Explorer automatically", it is possible; yes, the format is different, you just have to convert the format. – Evgeni Sergeev – 2013-07-29T22:29:30.873

-1

You can use xplorer2, it can directly paste clipboard image to explorer file

enter image description here enter image description here

Ryan Wang

Posted 2010-11-19T15:45:55.233

Reputation: 1

-2

This also works if you copy an image that is embedded in a document (e.g. OneNote or Word) to the clipboard: 1. Open Paint program. 2. Paste the clipboard. 3. Do a Save As to save the file as a jpg (for example) or any other listed format.

Jim Mathews

Posted 2010-11-19T15:45:55.233

Reputation: 1

1This doesn't actually answer the question. Based on the question, it is obvious that he knows that you can paste the screenshot in an external program. What he actually wants to know is that if it was possible to Paste a screenshot in Windows Explorer. – Don't Root here plz... – 2016-05-21T09:09:21.677

1Welcome to Super User! Please read the question again carefully. Your answer does not answer the original question. – DavidPostill – 2016-05-21T09:49:37.863