FILE EXPLORER TIMESTAMP SORTING RULE Problem: Windows File Explorer "Date modified" is not the same as "time I downloaded or extracted this file." A downloaded ZIP can retain an older server/package timestamp. Extracted files can retain timestamps stored inside the ZIP. Project rule: After extracting a verified MyAnythingList daily build ZIP, the uploader should set the extracted approved payload files and local date folder to the current local extraction time. Reason: Ken's development workflow expects newly downloaded/extracted approved builds to appear at the top when the local daily-builds date folder is sorted by Date modified. Settings: $Settings.TouchExtractedPayloadToNow = $true $Settings.TouchLocalDateFolderToNow = $true This touches only the approved extracted app/defaults/docs payload, not arbitrary Chrome downloads.