An easy way to reveal useful system details By Ed Bott
Every version of Windows includes a handful of utilities designed to give you information about your system and its current configuration. The Systeminfo utility is especially lightweight and useful. This command-line utility is located in the WindowsSystem32 folder. From any command prompt, type Systeminfo to display information about your operating system, BIOS, processor, memory, network configuration, and even whether the system meets Hyper-V prerequisites. Systeminfo normally displays information in a list format, but you can also specify that its output be formatted as a table (fixed-width columns) or a comma-separated values (CSV) list, for use in a spreadsheet. To use one of these formats, add the /FO switch, along with the Table or Csv parameter, and then redirect the output to a file. For example, to save system information as a comma-delimited list in a file named Info.csv in the Temp folder, enter the following command: systeminfo /fo csv > %temp%info.csv
Having trouble upgrading to Windows 10? Microsoft releases free tool to ease the way With reports that the majority of businesses still run Windows 7, Microsoft releases a free service to make it easier for firms to avoid upgrade problems. More TechRepublic stories | Take this AI/machine learning survey |
Is there a use for artificial intelligence at your company? Tell us why or why not in this survey, and get a free copy of the research report. Gallery: 10 pieces of obsolete technology still in use today Screenshots: A complete roundup of new macOS Sierra features Today's recommended downloads | (IBM) (Equinix) (NetApp) (OpenText) (IBM) |
A special feature from ZDNet & TechRepublic |
Today's security threats have expanded in their scope and seriousness. There can now be millions -- or even billions -- of dollars at risk when information security isn't handled properly. And beyond that, cybersecurity will define many of the international conflicts of the future.
We want to hear from you. The TechRepublic product team wants your input on making our app better. Tell us your opinion, take our short survey. Connect with TechRepublic |
|