I’m not a “geek” by any stretch of the imagination. At least I don’t think I am.
But I use my computer A LOT and I sometimes have to do rather “geeky” types of things.
If I can’t figure out how to do something, or when something that should be “logical” doesn’t work the way it should, I resort to Google to find a quick solution.
I recently found myself needing to make a screenshot of the Windows lock screen on my laptop. I thought that my usual method of pressing “Win + Print Screen” would work and was dismayed when nothing happened. WTF?
I’m running Windows 8.1 on an HP laptop and initially thought that this was yet another quirk of Microsoft’s progress. What I discovered is that the logon screen and lock screen run in a secure area of the operating system called the “Winlogon Desktop.”
My research indicated two methods for getting around this restriction. The first, using freeware called the Ease Of Access Replacer seemed like it would be extremely easy. But repeated attempts to download the tiny program ended in failure. Weird.
The second involved downloading two pieces of software but I was intimidated by the instructions which included used of the Command Prompt. I needn’t have been frightened by this as it turned out to be quite easy.
The first tool you need is a part of the Sysinternals Suite. Download PsTools here, unzip the download and copy the application PsExec.exe into the “C:\Windows\System32” directory. What this tool does is let you execute programs on a remote system, such as the Winlogon Desktop.
The second program needed is a free screenshot utility called FastStone Capture. Download the portable version here, unzip, and place it in an accessible location such as the C drive for easy access.
You now need to open the command prompt with administrative rights. You can right-click on the Start button or press “Win + X” and select “Command Prompt (Admin)” from the list.
Enter the following command, substituting the path to FSCapture.exe:
psexec –xs PathToFSCapture
The command will look something like this:
When you press “Enter”, this command will tell the PsExec application to launch the FSCapture program on the local Winlogon Desktop (switch “-x”) and launch it as the system user account (switch “-s”).
Now lock your desktop by using the “Win + L” shortcut. The Windows logon screen will come up. Presssing “Alt + Tab” reveals the FSCapture window.
To take a screenshot of the lock screen, simply click on the “full screen screenshot” button. Once you’ve done that, FSCapture will open that shot in its editor and you can now save the file. Save it to a different location, i.e. not the C drive.
You can now close FSCapture and log back into Windows.
Voila!
This method also works perfectly using the exact same steps in the Windows (10) Technical Preview:
See! That wasn’t overly geeky, was it?
UPDATED 24 October 2021 (nearly 7 years after the original article!):
With most later builds of Windows 10 and now with Windows 11, simply hit the PrtScn hotkey on your keyboard while on the Lockscreen. This stores the screenshot image on your keyboard Log-in to your computer, open your favorite photo-editing software and paste the contents of the clipboard (Ctrl+V works for this or the new Paste icon introduced in Windows 11). Voila! Save it to your desired location.
To capture the Log-in screen, please visit my new article here.

Awesome! It works.
Pretty good,thanks for share
Reblogged this on TED.
Great !!! It’s really work man..Thanks
good job
why It only come up at the page u need to type password not the lockscreen page? I follow all instruction
WOW!!! That was brilliant 🙂 Thank you so much!!
BUT HOW DID YOU CAPTURE THE SPOTLIGHT SCREEN????
actually you can press print-screen and paste it to paint, then save as png pictures
This no longer works on windows 10 1909
Well, seeing that I wrote that nearly 7 years ago, that is not surprising. With Windows 10 and Windows 11, simply hit the dedicated key on your keyboard (PrtSrn) while on the Lockscreen. This will store the screenshot onto your clipboard. Then, when you log-in simply paste the clipboard image into your favorite photo software. Easy!
Pingback: How to Make a Screenshot of the Windows 11 Login Screen – Asian Meanderings