Difference between revisions of "Windows System Information Tools"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
(Created page with "SystemInfo command line: systeminfo.exe To dig a little deeper Systeminfo.exe is a great tool ! Systeminfo.exe is a command-line utility that displays information about you...")
 
Line 1: Line 1:
SystemInfo
+
'''SystemInfo'''
  
 
command line:
 
command line:
 
  systeminfo.exe
 
  systeminfo.exe
 +
You can echo the output to a text file to view in notepad
 +
systeminfo.exe > "%userprofile%/documents/systeminfo.txt"
  
 
To dig a little deeper Systeminfo.exe is a great tool ! Systeminfo.exe is a command-line utility that displays information about your Windows version, BIOS, processor, memory, network configuration, and so on.
 
To dig a little deeper Systeminfo.exe is a great tool ! Systeminfo.exe is a command-line utility that displays information about your Windows version, BIOS, processor, memory, network configuration, and so on.
  
System Information / MSInfo Utility
+
'''System Information / MSInfo Utility'''
  
 
command line:
 
command line:

Revision as of 13:23, 30 October 2014

SystemInfo

command line:

systeminfo.exe

You can echo the output to a text file to view in notepad

systeminfo.exe > "%userprofile%/documents/systeminfo.txt"

To dig a little deeper Systeminfo.exe is a great tool ! Systeminfo.exe is a command-line utility that displays information about your Windows version, BIOS, processor, memory, network configuration, and so on.

System Information / MSInfo Utility

command line:

msinfo32.exe

Use this tool to gather information about your computer, to diagnose issues with your computer, or to access other tools.