How to take a screenshot when not signed in?

0

Is it possible to take a screenshot in Windows (10) when not signed in to a user - (I.e. user select/sign-in screen, kernel panic, etc.)? In such situations the clipboard is inaccessible so the print screen button doesnt work.

For instance: I have an error message which comes up after a particular user logs out. I would like to be able to screenshot this error message.

PGmath

Posted 2016-06-02T00:24:26.430

Reputation: 1 430

It would be nice to know the DV reason so I can improve. – PGmath – 2016-06-02T00:40:37.847

Screenshot at the login screen sounds possible using third party tools like jing but screenshot during BSOD seems only possible through VM – pun – 2016-06-02T01:30:02.130

You could remote in to the computer using remote desktop connection and screenshot it that way, but that might not work. I just tried to do a loop back through remote desktop and you can only have one session active at a time, so that won't work. Couldn't you just take a picture of the screen? – spencer741 – 2016-06-02T01:36:38.673

There is a hack described here to run a command prompt when not signed in. Maybe you could use this with a screenshot program instead. The first step there is to boot from CD/DVD but I think in your case you can shuffle exe files during normal work.

– Kamil Maciorowski – 2016-06-02T04:11:31.283

1The best thing you can do here is just photograph the screen. Nowadays everyone has a camera on their phone, and the beauty of this solution is, that it also works outside of windows. The photo can easily be sent by email or be moved to the computer through an USB cable. – LPChip – 2016-06-02T05:23:56.707

@LPChip That's my solution so far, but I'm looking for something a little less ugly. Plus the error situation mentioned above is just an example. – PGmath – 2016-06-02T14:39:57.450

No answers