内容へ移動
fl8 Wiki
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
現在位置:
Dokuwiki.fl8.jp
»
03_windows
»
99_other
»
41 Windows 更新日時を変更
トレース:
03_windows:99_other:41_modify_update_time
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== 41 Windows 更新日時を変更 ====== Windows の場合、Linuxのように [[02_freebsd:80_unixコマンド:touch|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" {{tag>windows}}
03_windows/99_other/41_modify_update_time.txt
· 最終更新: 2018/05/21 05:18 by
matsui
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ