(al menos para XP Profesional, no se si funciona para el Home) En una ventana de comandos (cmd.exe) ejecutar:
systeminfo
Si se necesita que dele los datos en un fichero de texto, teclar:
systeminfo > c:\informe.txt
esto dejará un fichero llamado informe.txt con el resultado del comando anterior.
Este comando sirve tanto para ver la maquina local, como para poder ver maquinas remotas en nuestra red. La sintaxis completa del comando es:
systeminfo[.exe] [/s Computer [/u Domain\User [/p Password]]] [/fo {TABLE|LIST|CSV}] [/nh]
Parameters
/s Computer
Specifies the name or IP address of a remote computer (do not use backslashes). The default is the local computer.
/u Domain\User
Runs the command with the account permissions of the user specified by User or Domain\User. The default is the permissions of the current logged on user on the computer issuing the command.
/p Password
Specifies the password of the user account that is specified in the /u parameter.
/fo {TABLE|LIST|CSV}
Specifies the format to use for the output. Valid values are TABLE, LIST, and CSV. The default format for output is LIST.
/nh
Suppresses column headers in the output. Valid when the /fo parameter is set to TABLE or CSV.
/?
Displays help at the command prompt.
Jose Manuel Tella Llop
MS MVP - DTS
jmtella@compuserve.com
Este mensaje se proporciona "como está" sin garantías de ninguna clase, y no otorga ningún derecho.
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.
Leer las respuestas