PC Hardware, Software(Application) 정보 취합 cmd

Windows 에서 로 Hardware 및 Software 정보 취합 할 수 있는 cmd 정리 

 

Hardware 정보 

systeminfo

systeminfo > systeminfo.txt

 

dxdiag /dontskip /whql:on /64bit /t dxdiag_x64.txt

dxdiag /whql:on /t dxdiag_x86.txt 

 

msinfo32 /report msinfo32.txt 

 

 

Software 정보

wmic /output:Application_List,csv product get name, version, vendor, installdate /format:csv 

powershell

Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | export-csv 03_Application_List.csv -encoding utf8 -notypeinformation

exit

 

 

취합된 내용 전체 txt 파일로 저장

 

 

이 글을 공유하기

Comments

Copyright ⓒ Alsmini.Net, All Rights Reserved. Since 2001.12.01. [ L A W O ]