備忘録 ファイルの作成日時を変更する (Windows)
ファイルの作成日時を変更する。
How to change the timestamp of file on Windows.
[OS version]
- Windows Server 2012 R2
[ファイルの作成日時を変更]
Powershell を使用してファイルの作成日時を変更する。
The timestamp can be changed using Powershell.
- #1: Run the command prompt.
- #2: Run the below command.
- Powershell
- #3: Run the below command.
- Set-ItemProperty [File Name] -Name CreationTime -Value “MM/DD/YYYY hh:mm”
コメントを残す