In this video I will show you how to get processor and memory information on Windows Using command line.
Command used here :
1. wmic cpu get name, maxclockspeed , currentclockspeed , caption
2. wmic memorychip get capacity, speed , devicelocator
Hope you like this!