How to get Windows Systems information using cmd
To get system’s physical memory information from windows command line: systeminfo | findstr /C:”Total Physical Memory” To get System type from windows command line: systeminfo | findstr /C:”System type” To find System locale from windows command
No comments:
Post a Comment