1.2016/5/1以降のWindowsUPdateログをCSVで抽出 wmic ntevent where “(logfile=’system’ and SourceName= … Continued
Monthly Archives: 10月 2016
コマンドプロンプトにサーバ名とタイムスタンプとパスを表示させる
コマンドプロンプトにサーバ名とタイムスタンプとパスを表示させるには set prompt=[%computername%] $d$s$t$s$p$g でOK。 実行例 C:\Users\hogehoge>set p … Continued