How to locate a video filmed approximately in 2011?
How to locate a video filmed approximately in 2011?
Do you know if it's possible to look up video files based on the year they were made or uploaded?
I've been trying for a while with old hard drives and haven't found any results...
Appreciate your helpful tips again!
In File Explorer, adjust the View to Details (for example, right-click and select View - Details). This will display several columns, including Date modified. Clicking on a name in that column lets you add or remove it (functionality available in Windows 10, details on other versions). Another column is Date created; check the box to make it visible. After setting this up, sort the list by the Date created column using the left-click function.
Additionally, you may utilize Windows built-in utilities for searching. I recommend employing PowerShell along with the Get-ChildItem cmdlet.
FYI:
- https://shellgeek.com/powershell-search-for-files/
- https://stackoverflow.com/questions/1396...me-created
- https://umatechnology.org/how-to-search-...-8-and-10/
This approach is helpful when multiple drives must be searched.
You can also look up related guides and tutorials by searching online, starting with general instructions before narrowing down to specific years or date ranges.