I'm using python prefetch view to read the prefetch files' content.
But the tool show something like volume guid or anything instead of volume letter
Is there any correct way to convert "\VOLUME{01d820ac778f54ef-ba78425f}" to drive letter? Do it correctly and logically instead of trying to randomly replace characters like "C:" or "D:"
Lol, I have found the solution to solve my problem
It is using this code to get details of the volumes (driver serial and driver letter)
And compare with the volume serial number in the "volume information" then I know exactly which driver letter represented by the \VOLUME{01d820ac778f54ef-ba78425f}
If you have another better solution, pls let me know.