cmd.exe C:\Windows\system32\cmd.exe /c wmic computersystem get name, TotalPhysicalMemory /Value && wmic os get caption /Value && wmic path Win32_VideoController get CurrentHorizontalResolution,CurrentVerticalResolution /Value && ipconfig | find "IPv4" | find /N ":" | find "[1]"
2236WMIC.exe wmic computersystem get name, TotalPhysicalMemory /Value
2280WMIC.exe wmic os get caption /Value
2388WMIC.exe wmic path Win32_VideoController get CurrentHorizontalResolution,CurrentVerticalResolution /Value
2464ipconfig.exe ipconfig
2532find.exe find "IPv4"
2568find.exe find /N ":"
2608find.exe find "[1]"
2648