HELP: Bulk Retrieval of Photos from SQLite Blob
I have very basic coding or SQL knowledge, but circumstances require me to proceed as follows: I need to recover approximately 900 photos from: C:\Users\myusername\AppData\Local\Packages\Microsoft.YourPhone_8wekyb3d8bbwe\LocalCache\Indexed\2b93f99c-c7d3-42cf-85b9-a4c021c0bd09\System\Database\photos.db
.
Unfortunately, SQLite only allows me to select files one by one, making it impossible to complete the task manually.
Also it would be ideal if the saved JPEG filenames matched those assigned in the SQL database.
(I basically don't know what I'm doing, or what software I should use, I just followed some instructions I found on the windows community)
Any guidance or assistance would be greatly appreciated!