<b>[EXT. APP] System Information + Arguments</b>
Thank you for this section Thomas!!
In systeminfo ExtApps you can also add arguments. Example:
/K systeminfo /s %computername% | find /i "System Up Time"
Example output:
System Up Time: <value>
or with a varible argument:
/K systeminfo /s %computername% | find /i "OS"
Example output:
Host Name: <value>
OS Name: <value>
OS Manufacturer: <value>
OS Configuration: <value>
OS Build Type: <value>
BIOS Version: <value>
Thomas Hertwig Wrote:<b>[EXT. APP] System Information</b>
A command line utility which shows the information of the machine like: name, type, uptime, installed patches, etc.
Included is one for the localhost and one that can be used to connect tot machines that are saved in your connections (the computers need to be in the same network)
Thank you for this section Thomas!!
In systeminfo ExtApps you can also add arguments. Example:
/K systeminfo /s %computername% | find /i "System Up Time"
Example output:
System Up Time: <value>
or with a varible argument:
/K systeminfo /s %computername% | find /i "OS"
Example output:
Host Name: <value>
OS Name: <value>
OS Manufacturer: <value>
OS Configuration: <value>
OS Build Type: <value>
BIOS Version: <value>