Skip to content

Instantly share code, notes, and snippets.

@aaronolds
Created August 5, 2016 20:34
Show Gist options
  • Save aaronolds/14afc84a17478d2a3ccb7029b37acb89 to your computer and use it in GitHub Desktop.
Save aaronolds/14afc84a17478d2a3ccb7029b37acb89 to your computer and use it in GitHub Desktop.
Change create time of folder
Set-ItemProperty -path .\[folder]\ -Name Creationtime -Value '[new date]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment