Windows System Information Tools: Difference between revisions

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
  systeminfo.exe > "%userprofile%/documents/systeminfo.txt"
  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.  The output is DOS text.


'''System Information / MSInfo Utility'''
'''System Information / MSInfo Utility'''
Line 13: Line 13:
  msinfo32.exe
  msinfo32.exe


Use this tool to gather information about your computer, to diagnose issues with your computer, or to access other tools.
Use this tool to gather information about your computer, to diagnose issues with your computer, or to access other tools.  This command opens a GUI applet.  It can be run directly from START, RUN.

Revision as of 11:24, 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. The output is DOS text.

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. This command opens a GUI applet. It can be run directly from START, RUN.