This PowerShell one-liner sets the lastwritetime from null to lastaccesstime.
$(Get-Item FILEHERE).lastwritetime = $(Get-Item FILEHERE).lastaccesstime
This PowerShell one-liner sets the lastwritetime from null to lastaccesstime.
$(Get-Item FILEHERE).lastwritetime = $(Get-Item FILEHERE).lastaccesstime
Get the latest posts delivered right to your inbox