ring wandering
get-childitem -path .\ -recurse | where-object { $_ -is [System.IO.FileInfo] } | foreach-object { set-itemproperty $_.FullName -Name CreationTime -Value (get-itemproperty $_.FullName).LastWriteTime }
貴重な情報を共有してくれてありがとう、
貴重な情報を共有してくれてありがとう、
返信削除