07-08-2024, 03:21 PM
$(Get-Item myfile.ext).creationtime=$(Get-Date "mm/dd/yyyy")
$(Get-Item myfile.ext).lastaccesstime=$(Get-Date "mm/dd/yyyy")
$(Get-Item myfile.ext).lastwritetime=$(Get-Date "mm/dd/yyyy")
^ Powershell method to change all 3 in Windows.
Just SHELL with the proper substitutions and you should be golden.
$(Get-Item myfile.ext).lastaccesstime=$(Get-Date "mm/dd/yyyy")
$(Get-Item myfile.ext).lastwritetime=$(Get-Date "mm/dd/yyyy")
^ Powershell method to change all 3 in Windows.
Just SHELL with the proper substitutions and you should be golden.