Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nuryslyrt/fb8e281eb24711adf137a6cfbc67ed45 to your computer and use it in GitHub Desktop.
Save nuryslyrt/fb8e281eb24711adf137a6cfbc67ed45 to your computer and use it in GitHub Desktop.
PowerShell TimeStomp
PowerShell.exe -com {$file=(gi c:\demo\test.txt);$date='01/03/2006 12:12 pm';$file.LastWriteTime=$date;$file.LastAccessTime=$date;$file.CreationTime=$date}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment