Windows explorer shows files and their Last Modified date, based on when they were last saved. Is there a way to manually edit that date in File Properties or through Command line, without naturally re-saving the file?
Asked
Active
Viewed 1.5k times
date <your date>and then change the date back. not a nice solution but should work. or you could create a batch file (or powershell) which will take the date and filename as parameters and you save the current date as a variable, change the date to the date parameter, "touch" the filem, reset date from variable saved. – Zina Feb 04 '21 at 00:19