Skip to content

Instantly share code, notes, and snippets.

@matinrco
Created November 13, 2018 15:45
Show Gist options
  • Save matinrco/b954d3a26f343c22469f416cc95fa9a3 to your computer and use it in GitHub Desktop.
Save matinrco/b954d3a26f343c22469f416cc95fa9a3 to your computer and use it in GitHub Desktop.
Edit file last modified date from powershell
powershell "Get-ChildItem | % {$_.LastWriteTime = '01/01/1993 12:00:00'}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment