iEhohs DokuWiki

プログラミングや設定方法など、個人的なナレッジを残しておくWikiです。

ユーザ用ツール

サイト用ツール


windows:powershell-frequent-code

PowerShellで使う便利なコード

ファイルの作成日時を変更する

Set-ItemProperty "ファイル名" -name CreationTime -value "yyyy/mm/dd hh:mm:ss"

ファイルの更新日時を編集する

Set-ItemProperty ファイル名 -name LastWriteTime -value "yyyy/mm/dd hh:mm:ss"
スポンサーリンク
windows/powershell-frequent-code.txt · 最終更新: 2024/07/27 09:48 by shimehitsu14