Take advantage of Systeminfo shortcuts
By Ed Bott
The venerable Systeminfo command has been a part of Windows since its earliest days and should be a part of every power user's toolkit.
Open a Command Prompt or PowerShell window, type systeminfo, and then press Enter. You'll be rewarded with a lengthy display of details about the current system configuration. (You can use the /s switch to gather this information from a remote machine, if you have administrative privileges on it.)
The raw Systeminfo output shows the current Windows edition and build number as well as information about the hardware, such as the system manufacturer and model name, BIOS version, and amount of memory installed.
Combine this command with the pipe character and the Find command to reduce that verbose output to the exact detail you're looking for. (You must do this from a Command Prompt window, not PowerShell.) Here are two examples:
systeminfo | find "Original Install Date" Returns the date and time when the current Windows version was installed
systeminfo | find "OS Version" Returns the build number of the current Windows version
For the full syntax, use the /? switch. 4 critical factors to drive Microsoft 365 adoption in your business Microsoft 365 can help employees be more productive, but only if they are willing to embrace it, Microsoft executives say. More TechRepublic stories | Video: The top business tech stories from Microsoft's Ignite Get ready for a new Microsoft 365 bundle, updates to SQL Server for Windows, and Bing and Skype for Business. ZDNet's Mary Jo Foley analyzes the top news stories from Microsoft's Ignite event. Gallery: The IT workers of Star Trek Today's recommended downloads | ((ISC)2) (Citrix) (McAfee, Inc.) (Carbon Black) (Citrix) |
Survey: What tech jobs does your company have trouble filling? |
The demand for IT talent is changing with the evolution toward AI, big data, cloud computing, and automation. Tech Pro Research is interested in how companies are adapting to new technologies, and how hiring and training are changing as a result. Take this quick survey. A special feature from ZDNet and TechRepublic | Businesses are good at collecting data, and the Internet of Things is taking it to the next level. But, the most advanced organizations are using it to power digital transformation. Connect with TechRepublic |
|