Seite 1 von 1

Was heißt "AT/AT COMPATIBLE"

Verfasst: 12.09.2010 12:10
von Mok
Guten Tag.
Ich spiele mich derzeit ein bisschen mit WMI und habe beim Objekt 'Description' der Klasse 'Win32_ComputerSystem' folgenden Wert erhalten: "AT/AT COMPATIBLE". Was bedeutet das? Hat das was mit dem AT-Formfaktor zu tun? (Ich dachte eigentlich immer, dass mein Notebook AT Extended, also ATX ist)
Was bekommt ihr bei folgendem Skript (VBS) für Ergebnisse?

Code: Alles auswählen

strComputer = "." 
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\CIMV2") 
Set colItems = objWMIService.ExecQuery( _
    "SELECT * FROM Win32_ComputerSystem",,48) 
For Each objItem in colItems
    Wscript.Echo "Description: " & objItem.Description
Next
Gruß, Mok.

Edit: Natürlich gehört Description statt ChassisBootupState rein.

Re: Was heißt "AT/AT COMPATIBLE"

Verfasst: 12.09.2010 12:12
von DarkDragon
---------------------------
Windows Script Host
---------------------------
ChassisBootupState: AT/AT COMPATIBLE
---------------------------
OK
---------------------------

Re: Was heißt "AT/AT COMPATIBLE"

Verfasst: 12.09.2010 13:07
von GPI
http://de.wikipedia.org/wiki/IBM_Personal_Computer/AT

vermutlich einfach eine uralte Bezeichnung...

Re: Was heißt "AT/AT COMPATIBLE"

Verfasst: 12.09.2010 13:37
von dllfreak2001
:bounce:

Also in ein paar Jahrhunderten sehen unsere Computer dann so aus.

http://www.google.de/search?client=oper ... 8&oe=utf-8

Re: Was heißt "AT/AT COMPATIBLE"

Verfasst: 12.09.2010 14:56
von ts-soft
Oh, schön, werde ich mir mal ein AT-AT selber basteln. Passt zu meinem StarWars und Enterprise Papier-Modellen :mrgreen:

Re: Was heißt "AT/AT COMPATIBLE"

Verfasst: 13.09.2010 06:52
von dysti
Hallo Mok,
der Begriff kommt noch aus einer Zeit, wo es noch 286er gab und Begriffe wie XT und AT.
AT-Compatible bedeutete damals, das ein PC-Clone zu 100% komtatibel zum IBM-PC war.
Der IBM-PC war damals Maßstab aller Dinge in diesem Bereich.
Ich denke, mehr Kopfzerbrechen muß man sich über diesen Begriff auch nicht machen.

Re: Was heißt "AT/AT COMPATIBLE"

Verfasst: 13.09.2010 07:17
von ts-soft
AT ist doch ein >= 286, während ein XT ein 8086/88 ist.