$path = "D:\aaaa.txt"$desiredDate = Get-Date "2024-11-20 20:31:00"$(Get-Item $path).LastWriteTime = $desiredDate