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 development | Windows API - Win32
0 comments No comments

Answer accepted by question author

Xiaopo Yang - MSFT 12,736 Reputation points Microsoft External Staff
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.

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

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