Guest User

Untitled

a guest
Aug 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. $(Get-Item ).creationtime=$(Get-Date "mm/dd/yyyy hh:mm am/pm")
  2. $(Get-Item ).lastaccesstime=$(Get-Date "mm/dd/yyyy hh:mm am/pm")
  3. $(Get-Item ).lastwritetime=$(Get-Date "mm/dd/yyyy hh:mm am/pm")
  4.  
  5. $(Get-Item aaa.csv).lastwritetime=$(Get-Date)
  6.  
  7. $(Get-Item foo.txt).creationtime=$(Get-Date "11/24/2015 06:00 am")
  8.  
  9. copy /b filename.ext +,,
  10.  
  11. touch -t 200001310001.00 test.txt
Add Comment
Please, Sign In to add comment