Created
November 13, 2018 15:45
-
-
Save matinrco/b954d3a26f343c22469f416cc95fa9a3 to your computer and use it in GitHub Desktop.
Edit file last modified date from powershell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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