Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ahhh/7643cd8705697a4b5302edad1b41ee37 to your computer and use it in GitHub Desktop.
Save ahhh/7643cd8705697a4b5302edad1b41ee37 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