Find out the manufacturer of your computer

On some computers does not come or deleted information such as make/model of your computer. With that you lose time when you need this information.
To resolve this problem, see the Script which tells the manufacturer, model and description from your computer.

To create this script follow the step listed below:

1. open Notepad
2. copy the code below, then paste into Notepad:


'==========================================================================
' LANGUAGE: VBScript '
' NAME: Info-PC version: 1.0
' AUTHOR: TIPS THAT FUNFA
' DATE: 12/22/2012
by: http://dicasquefunfa.com.br
'==========================================================================
strComputer = "."
Set objWMIService = GetObject ("winmgmts:" _
& "{impersonationLevel = impersonate}! \" & strComputer & "\root\cimv2")
Set objWMIService = colSoftware. _ ExecQuery
("Select * from Win32_ComputerSystem")

For Each objSoftware in colSoftware
WScript.echo "------------manufacturing Details-----------" & vbCrLf & _
"" & vbCrLf & _
"Computer manufacturer:" & objSoftware & vbCrLf & _ .manufacturer
"Type:" & objSoftware & vbCrLf & _ .model
"Description:" & objSoftware & vbCrLf & _ Description.
"Number of processors:" & objSoftware & vbCrLf & _ NumberOfProcessors.
"Type of system execution:" & objSoftware & vbCrLf SystemType.

Next

3. Save with the extension.VBS

Ready, that way whenever you need will have a practical and quick information for your computer.

Comentários

Postagens mais visitadas deste blog

Como criar usuário pelo CMD no Windows?

Falha ao conectar a um serviço do Windows, não foi possível conectar o Windows ao serviço Cliente da Diretiva de Grupo

Erro 1920. O serviço 'Office Software Protection Plataform' (osppsvc) não pôde ser iniciado. Verifique se você tem privilégios suficientes para iniciar os serviços do sistema