Monday, July 3, 2017

How to get Windows Systems information using cmd

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

Oracle Database 19c Installation on Oracle Linux 7

Pre-installation settings before installing Oracle Database 19c SELinux If the OS is to be used for an Oracle installation, it is ...