Dica rápida de como obter as especificações técnicas da memória Ram de um Computador / Servidor pelo Windows usando linha de Comando via Wmic.
Filtra as informações por especificação
wmic memorychip get devicelocator, manufacturer, partnumber, serialnumber, capacity, speed, memorytype, formfactor
Lista todas os informações possíveis
wmic memorychip list full
Here’s a list with the memory types that the command can identify:
Uninstall java command line
wmic product where “name like ‘Java%%’ and not name like ‘Java 8 Update 144%%'” call uninstall /nointeractive