#author("2021-01-14T11:24:32+09:00","default:honma","honma")
#author("2021-01-14T11:25:16+09:00","default:honma","honma")
* ファイルの作成日時の変更 [#i1ef8c81]

あまり使うことはないけど、ファイルの作成日時等を変更したいときのコマンド~
PowerShellって有能だわ

 Set-ItemProperty hogege.txt -name CreationTime -value "2021/01/23 12:34:56"
 > Set-ItemProperty hogege.txt -name CreationTime -value "2021/01/23 12:34:56"

なお、「更新日時」を変更する場合は、「-name CreationTime」を「-name LastWriteTime」に、「アクセス日時」は「-name LastAccessTime」に変更する。
~
#htmlinsert(amazon_pc.html);

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS