ユーザ用ツール

サイト用ツール


サイドバー

このページの翻訳:



最近の更新



Tag Cloud

03_windows:99_other:41_modify_update_time

41 Windows 更新日時を変更

Windows の場合、Linuxのように touch コマンドもないので PowerShell 下記のようにで行う。

更新日時

Set-ItemProperty "C:\hoge.txt" -Name LastWriteTime -Value "2015/01/01 10:20:30"

作成日時

Set-ItemProperty "C:\hoge.txt" -Name CreationTime  -Value "2015/01/01 10:20:30"

アクセス日時

Set-ItemProperty "C:\hoge.txt" -Name LastAccessTime  -Value "2015/01/01 10:20:30"
03_windows/99_other/41_modify_update_time.txt · 最終更新: 2018/05/21 14:18 by matsui