動作確認
Windows 7 pro
プロセスの起動時刻を知りたい。
間違い
bds.exeというプロセス起動時刻を見たい場合は、Powershellにて以下を実行する。
PS >
PS C:\Users\xxx> Get-Process bds | Format-List * | grep StartTime
STDIN
StartTime : 2016/09/21 17:17:24
参考 PowerShell/プロセスの詳細な情報を取得する方法・Get-Process, Format-List
改良版
上記のgrepはC++ Builderインストール時に入ったものでした。
通常のWindowsではないものです。