win10 screenshots folder

August_L 21 Reputation points
2021-07-27T08:20:47.933+00:00

Hi:

Is there a way to determine the location of directory where the screenshots are stored (which may not be the default one). Does windows monitor it by something like a system variable?

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,619 questions
0 comments No comments
{count} votes

Accepted answer
  1. Xiaopo Yang - MSFT 12,726 Reputation points Microsoft Vendor
    2021-07-28T01:27:35.737+00:00

    As The Question said, The location of directory where the screenshots are stored resides in the HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders.
    Perhaps The folloing steps can also find the location.

    1. Go to C:\Users\your_name\Pictures\Screenshots, where “your_name” is the name of your user account.
    2. Right-click on Screenshots to open a contextual menu and choose Properties.
    3. Access the Location tab which shows the location.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.