Windows Powershellによるファイル・フォルダの作成日時を変更する方法を紹介
ファイル・フォルダの作成日時を変更する方法
サンプルソース
(入力)
set-itemproperty -path f:\test.txt -name CreationTime -value "2015/01/02 19:01:01"
(出力)
|
PR関連書籍PRカテゴリ姉妹サイトリンクWindows Powershellによるファイル・フォルダの作成日時を変更する方法を紹介ファイル・フォルダの作成日時を変更する方法 サンプルソース(入力) set-itemproperty -path f:\test.txt -name CreationTime -value "2015/01/02 19:01:01" (出力) |