If you want to change the date of a folder or file, you can use the following Microsoft PowerShell script:
$d = [system.io.directoryinfo]"C:\Stuff"
$d.LastWriteTime = "8/1/2020 6:14 PM"
I'm sharing this in case someone (perhaps myself!) finds this useful.
---
Edited by: Bibby, Aug 1st, 2020 @ 10:24 pm