@echo off for /f %%K IN (%QI_CACHE%\details.thread%1.list) DO ( systeminfo /s \\%%K> %QI_CACHE%\%%K.details.tmp findstr /v /r "KB[0-9][0-9]*$" %QI_CACHE%\%%K.details.tmp> %QI_CACHE%\%%K.details.1.tmp findstr /v /c:"OS Manufacturer" /c:"OS Configuration" /c:"OS Build Type" /c:"Virtual Memory" %QI_CACHE%\%%K.details.1.tmp> %QI_CACHE%\%%K.details.2.tmp findstr /v /l "Registered Directory Locale" %QI_CACHE%\%%K.details.2.tmp> %QI_CACHE%\%%K.details del /q %QI_CACHE%\%%K.details.*.tmp ) waitfor /si thread exit :eof