Hello Paul,
Welcome to the Microsoft community.
If you use the Windows screenshot shortcut + Shift + S or use the Print Screen quick screenshot, the screenshot will be quickly pasted to the clipboard, and these screenshots will eventually be named Screenshot (***), which is a native system function, cannot be changed.
If it is possible to get a screenshot of the displayed date without the help of third-party tools, that is, open the built-in system snipping tool directly, then click "+" in the upper left corner to take a screenshot, and then click the "Save" icon on the right. At this point, you will see the option to save the file as. In the screenshot name column, the following format is generated by default:
Screenshot xxxx-xx-xx
However, I may be able to share with you an additional scheme. You can still use the native system screenshot function, but you can rename existing files in bulk using scripts:
- Search for "Powershell" in the taskbar and run it as administrator.
- Then enter the following command: Get-ChildItem "C:\Users\ user name \Pictures\Screenshots*.png" | rent-item-newname {"Screenshot_$(Get-Date-Format 'yyyy-MM-dd_HHmmss')$($.Name)" }
This script adds a date and time prefix to files in the screenshots folder.
Best regards
Mitchella | Microsoft Community Support Specialist