systeminfo_to_sw
c:
cd\
cls
for /f "tokens=1-2 delims=:" %%a in ('ipconfig^|find "IPv4"') do set ip=%%b
set ip=%ip:~1%
for /F "tokens=2 delims==" %%s in ('wmic bios get serialnumber /value') do set sn=%%s
echo IP address : %ip%
echo Computer Serical Number : %sn%
set file3=\\192.168.4.157\samba\OA_Administrator\_System_info\%ip%_%sn%_sw.txt
wmic product where name="한컴오피스 2010" call uninstall
wmic bios get serialnumber > %file3%
wmic computersystem get "Model","Manufacturer" >> %file3%
wmic computersystem get "Name", "UserName" >> %file3%
wmic cpu get name >> %file3%
wmic PATH Win32_PhysicalMemory get capacity >> %file3%
wmic os get name >> %file3%
wmic os get installdate >> %file3%
wmic nicconfig get ipaddress,caption >> %file3%
wmic product get name,vendor,installdate >> %file3%
taskkill /f /im msiexec.exe /t
exit
날짜 | 카테고리 | 제목 | 조회 수 |
---|---|---|---|
2019.09.18 | 배치파일 | CASZONE X-TOOLS Add-On v1.6.3 | 2407 |
2019.09.01 | 배치파일 | CASZONE X-TOOLS v4.8.2 | 2034 |
2017.02.22 | 미디어서버 | 날자별 파일별 묶음 배치파일 소스 | 320 |
2017.01.11 | 배치파일 | systeminfo_to_info_COMPUTERNAME | 459 |
2016.12.31 | 배치파일 | systeminfo_to_tel | 359 |
2016.12.31 | 배치파일 | systeminfo_to_vbs | 386 |
2016.12.31 | 배치파일 | systeminfo_to_winup | 352 |
2016.12.31 | 배치파일 | systeminfo_to_sw | 356 |
2016.12.31 | 배치파일 | systeminfo_to_info | 405 |
2016.12.31 | 배치파일 | systeminfo_to_services | 368 |
2016.12.31 | 배치파일 | systeminfo_to_power | 351 |
2016.12.31 | 배치파일 | systeminfo_to_pc | 359 |
2016.12.31 | 배치파일 | systeminfo_to_samba | 341 |
2016.12.13 | 박과장님께 ㅋㅋ | 315 | |
2016.12.06 | cpuz | 233 | |
2016.12.06 | systeminfo_to_samba | 209 | |
2016.12.06 | systeminfo_to_pc | 198 | |
2016.12.06 | systeminfo_vbs.vbs | 252 | |
2016.12.06 | 배치파일 | 힣!mstsc_history_delete | 408 |
2016.12.06 | 명령어 | 윈도우7 자격 증명 관리 / 자격 증명 삭제 | 1996 |
2016.12.06 | 배치파일 | CompName | 537 |
2016.12.06 | 배치파일 | pc_setting_v1 | 444 |