windows:change-time-of-file
ファイルの作成・更新日時を変更するPowerShell
それぞれPowerShellで各コマンドを実行します。
作成日時
Set-ItemProperty "ファイル名" -name CreationTime -value "yyyy/mm/dd hh:mm:ss"
更新日時
Set-ItemProperty "ファイル名" -name LastWriteTime -value "yyyy/mm/dd hh:mm:ss"
windows/change-time-of-file.txt · 最終更新: by shimehitsu14