System Information
Sensors:
- jSystemInfo.UpTime :: Returns the Uptime of the machine.
- jSystemInfo.Windows Version :: Returns the windows version.
- jSystemInfo.Windows Build :: Returns the windows build number.
- jSystemInfo.Service Pack :: Returns the current installed service pack.
- jSystemInfo.Current User :: Returns the current loged in user's name.
- jSystemInfo.Is Administator :: Returns yes is your are using a Administator account otherwise it returns no.
- jSystemInfo.Computer Name :: Returns the Computer Name.
- jSystemInfo.Envirement Variable :: Returns the value of an Envirement Variable
- jSystemInfo.CPU Count :: Returns the number of CPU's.
- jSystemInfo.CPU Speed :: Returns Speed Of your CPU.
- jSystemInfo.OS Install Date :: Returns the date when Windows Was installed.
- jSystemInfo.OS Install Life :: Returns how long it has been sinds Windows was installed.
Formatting of the OutputFormat for Uptime:
%D :: Return the number of days the machine is running with leading zero if number is smaller than 10.
%H :: Return the number of hours the machine is running with leading zero if number is smaller than 10.
%M :: Return the number of minutes the machine is running with leading zero if number is smaller than 10.
%S :: Return the number of seconds the machine is running with leading zero if number is smaller than 10.
%d :: Return the number of days the machine is running.
%h :: Return the number of hours the machine is running.
%m :: Return the number of minutes the machine is running.
%s :: Return the number of seconds the machine is running.
Formatting of the OutputFormat for OS Install Date:
Check http://www.delphibasics.co.uk/RTL.asp?Name=DateTimeToString