Windows 8 product key

Clint

Cisco
Power User
Messages
511
I have Windows 8 Pro with Windows Media Center. When looking in advance settings under Activation. The last 4 digits are not the same as either my Windows 8 or Media Center keys that I received in the e-mail. I also have a SIW program that shows the key. It is also different than any others. If I need to reinstall, witch one should I use?


Clint
 

My Computer

System One

  • OS
    Windows 10 Pro 64 bit
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Dell Studio XPS 9100
    CPU
    intel i7 920 @ 2.67 GHz
    Motherboard
    Dell
    Memory
    24 Gig
    Graphics Card(s)
    ATI Radeon HD 5670
    Sound Card
    Internal
    Monitor(s) Displays
    23" Flat Screen HDMI
    Screen Resolution
    1366 x 768
    Hard Drives
    Samsung EVO 850 250 GB SSD
    2 Seagate internal 1TB
    WD external 3TB USB 3
    WD external 2TB USB 3
    PSU
    550-W
    Case
    Mid
    Cooling
    Fans
    Keyboard
    US USB
    Mouse
    USB
    Internet Speed
    3.84 Mbps Download .44 Mbps Upload
    Browser
    IE11
    Antivirus
    MS Defender
    Other Info
    Liteon DVD wrighter
    Liteon BD drive
    Monoprice Tablet
Use this .vbs script from an Elevated Command prompt.

Code:
Set WshShell = CreateObject("WScript.Shell")
Key = "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\"
DigitalID = WshShell.RegRead(key & "DigitalProductId")

ProductName = "Product Name: " & WshShell.RegRead(Key & "ProductName") & vbNewLine
ProductID = "Product ID: " & WshShell.RegRead(Key & "ProductID") & vbNewLine
ProductKey = "Installed Key: " & ConvertToKey(DigitalID)
ProductID = ProductName & ProductID & ProductKey

If vbYes = MsgBox(ProductId & vblf & vblf & "Save to a file?", vbYesNo + vbQuestion, "Windows Key Information") then
   Save ProductID
End if

Function ConvertToKey(Key)
    Const KeyOffset = 52
    isWin8 = (Key(66) \ 6) And 1
    Key(66) = (Key(66) And &HF7) Or ((isWin8 And 2) * 4)
    i = 24
    Chars = "BCDFGHJKMPQRTVWXY2346789"
    Do
        Cur = 0
        X = 14
        Do
            Cur = Cur * 256
            Cur = Key(X + KeyOffset) + Cur
            Key(X + KeyOffset) = (Cur \ 24)
            Cur = Cur Mod 24
            X = X -1
        Loop While X >= 0
        i = i -1
        KeyOutput = Mid(Chars, Cur + 1, 1) & KeyOutput
        Last = Cur
    Loop While i >= 0
    If (isWin8 = 1) Then
        keypart1 = Mid(KeyOutput, 2, Last)
        insert = "N"
        KeyOutput = Replace(KeyOutput, keypart1, keypart1 & insert, 2, 1, 0)
        If Last = 0 Then KeyOutput = insert & KeyOutput
    End If
    a = Mid(KeyOutput, 1, 5)
    b = Mid(KeyOutput, 6, 5)
    c = Mid(KeyOutput, 11, 5)
    d = Mid(KeyOutput, 16, 5)
    e = Mid(KeyOutput, 21, 5)
    ConvertToKey = a & "-" & b & "-" & c & "-" & d & "-" & e
End Function

Function Save(Data)
    Const ForWRITING = 2
    Const asASCII = 0
    Dim fso, f, fName, ts
    fName = "Windows Key.txt"
    Set fso = CreateObject("Scripting.FileSystemObject")
    fso.CreateTextFile fName
    Set f = fso.GetFile(fName)
    Set f = f.OpenAsTextStream(ForWRITING, asASCII)
    f.Writeline Data
    f.Close
End Function

Did you install the free Media Center on top of Windows 8? If so the active key will be Media Center. If you reinstall, you need to enter the Windows 8 key then install Media Center if you want.
 

My Computer

System One

  • OS
    Windows 10 Pro X64
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Lenovo IdeaCenter K450
    CPU
    Intel Quad Core i7-4770 @ 3.4Ghz
    Motherboard
    Lenovo
    Memory
    16.0GB PC3-12800 DDR3 SDRAM 1600 MHz
    Graphics Card(s)
    Intel Integrated HD Graphics
    Sound Card
    Realtek HD Audio
    Monitor(s) Displays
    HP h2207
    Screen Resolution
    1680x1050@59Hz
    Hard Drives
    250GB Samsung EVO SATA-3 SSD;
    2TB Seagate ST2000DM001 SATA-2;
    1.5TB Seagate ST3150041AS SATA
    PSU
    500W
    Keyboard
    Wired USB
    Mouse
    Wired USB
    Internet Speed
    3GB Up, 30GB Down
    Browser
    SeaMonkey
    Antivirus
    Windows Defender; MBAM Pro
    Other Info
    UEFI/GPT
    PLDS DVD-RW DH16AERSH
Thanks for the reply Ztruker. I have no idea how to use the .vbs script. I did install the free Media Center on top of Windows 8. Just wondered why there's so many different keys that didn't match anything.:think:

Clint
 

My Computer

System One

  • OS
    Windows 10 Pro 64 bit
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Dell Studio XPS 9100
    CPU
    intel i7 920 @ 2.67 GHz
    Motherboard
    Dell
    Memory
    24 Gig
    Graphics Card(s)
    ATI Radeon HD 5670
    Sound Card
    Internal
    Monitor(s) Displays
    23" Flat Screen HDMI
    Screen Resolution
    1366 x 768
    Hard Drives
    Samsung EVO 850 250 GB SSD
    2 Seagate internal 1TB
    WD external 3TB USB 3
    WD external 2TB USB 3
    PSU
    550-W
    Case
    Mid
    Cooling
    Fans
    Keyboard
    US USB
    Mouse
    USB
    Internet Speed
    3.84 Mbps Download .44 Mbps Upload
    Browser
    IE11
    Antivirus
    MS Defender
    Other Info
    Liteon DVD wrighter
    Liteon BD drive
    Monoprice Tablet
I've been wondering myself how this would work, since me and you (clint) are in the exact same boat. Post back with what happens and how you went about it.
 

My Computer

System One

  • OS
    Windows 8.1 Pro
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Custom build
    CPU
    AMD Phenom II X 4 965 BE
    Motherboard
    Gigabyte GA-MA790X-DS4
    Memory
    G-Skill 8 GB PC 8500
    Graphics Card(s)
    AMD XFX HD Radeon 6790D
    Sound Card
    Realtek HD onboard
    Monitor(s) Displays
    2l Samsung SyncMaster S20B300
    Screen Resolution
    1600 X 900
    Hard Drives
    Seagate Barracuda 320 GB w/OS
    Seagate Barracuda 1 TB data storage
    PSU
    Ultra X4 750 watt fully modular
    Case
    Thermaltake OverSeer RX 1 fulltower
    Cooling
    Cooler Master Hyper212 120mm
    Keyboard
    Logitech G510
    Mouse
    Razor DeathAdder 3.5
I haven't done it yet. I just want to know what to do if I have to, and if it works I'll let you know.
 

My Computer

System One

  • OS
    Windows 10 Pro 64 bit
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Dell Studio XPS 9100
    CPU
    intel i7 920 @ 2.67 GHz
    Motherboard
    Dell
    Memory
    24 Gig
    Graphics Card(s)
    ATI Radeon HD 5670
    Sound Card
    Internal
    Monitor(s) Displays
    23" Flat Screen HDMI
    Screen Resolution
    1366 x 768
    Hard Drives
    Samsung EVO 850 250 GB SSD
    2 Seagate internal 1TB
    WD external 3TB USB 3
    WD external 2TB USB 3
    PSU
    550-W
    Case
    Mid
    Cooling
    Fans
    Keyboard
    US USB
    Mouse
    USB
    Internet Speed
    3.84 Mbps Download .44 Mbps Upload
    Browser
    IE11
    Antivirus
    MS Defender
    Other Info
    Liteon DVD wrighter
    Liteon BD drive
    Monoprice Tablet
There was a long thread on this a few weeks/months ago. That's where the .vbs script came from.

Script posted by NiFu here: How do I find my Product Key?

To use it, open Notepad. Then copy all the data inside the code box and paste it into Notepad.
Click File / Save as and save it as "ShowKey.vbs" on the Desktop. Include the double quotes or Notepad will add .txt to the end of the name.
On the Metro desktop. type cmd. Right click on Command Prompt at top left then select Run as Administrator at the bottom of the screen.

Change to the Desktop directory you saved Showkey.vbs script in: cd desktop
Run the program: showkey.vbs

Output is in a window on the Desktop.

Code:
Set WshShell = CreateObject("WScript.Shell")
Key = "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\"
DigitalID = WshShell.RegRead(key & "DigitalProductId")

ProductName = "Product Name: " & WshShell.RegRead(Key & "ProductName") & vbNewLine
ProductID = "Product ID: " & WshShell.RegRead(Key & "ProductID") & vbNewLine
ProductKey = "Installed Key: " & ConvertToKey(DigitalID)
ProductID = ProductName & ProductID & ProductKey

If vbYes = MsgBox(ProductId & vblf & vblf & "Save to a file?", vbYesNo + vbQuestion, "Windows Key Information") then
   Save ProductID
End if

Function ConvertToKey(Key)
    Const KeyOffset = 52
    isWin8 = (Key(66) \ 6) And 1
    Key(66) = (Key(66) And &HF7) Or ((isWin8 And 2) * 4)
    i = 24
    Chars = "BCDFGHJKMPQRTVWXY2346789"
    Do
        Cur = 0
        X = 14
        Do
            Cur = Cur * 256
            Cur = Key(X + KeyOffset) + Cur
            Key(X + KeyOffset) = (Cur \ 24)
            Cur = Cur Mod 24
            X = X -1
        Loop While X >= 0
        i = i -1
        KeyOutput = Mid(Chars, Cur + 1, 1) & KeyOutput
        Last = Cur
    Loop While i >= 0
    If (isWin8 = 1) Then
        keypart1 = Mid(KeyOutput, 2, Last)
        insert = "N"
        KeyOutput = Replace(KeyOutput, keypart1, keypart1 & insert, 2, 1, 0)
        If Last = 0 Then KeyOutput = insert & KeyOutput
    End If
    a = Mid(KeyOutput, 1, 5)
    b = Mid(KeyOutput, 6, 5)
    c = Mid(KeyOutput, 11, 5)
    d = Mid(KeyOutput, 16, 5)
    e = Mid(KeyOutput, 21, 5)
    ConvertToKey = a & "-" & b & "-" & c & "-" & d & "-" & e
End Function

Function Save(Data)
    Const ForWRITING = 2
    Const asASCII = 0
    Dim fso, f, fName, ts
    fName = "Windows Key.txt"
    Set fso = CreateObject("Scripting.FileSystemObject")
    fso.CreateTextFile fName
    Set f = fso.GetFile(fName)
    Set f = f.OpenAsTextStream(ForWRITING, asASCII)
    f.Writeline Data
    f.Close
End Function
 
Last edited:

My Computer

System One

  • OS
    Windows 10 Pro X64
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Lenovo IdeaCenter K450
    CPU
    Intel Quad Core i7-4770 @ 3.4Ghz
    Motherboard
    Lenovo
    Memory
    16.0GB PC3-12800 DDR3 SDRAM 1600 MHz
    Graphics Card(s)
    Intel Integrated HD Graphics
    Sound Card
    Realtek HD Audio
    Monitor(s) Displays
    HP h2207
    Screen Resolution
    1680x1050@59Hz
    Hard Drives
    250GB Samsung EVO SATA-3 SSD;
    2TB Seagate ST2000DM001 SATA-2;
    1.5TB Seagate ST3150041AS SATA
    PSU
    500W
    Keyboard
    Wired USB
    Mouse
    Wired USB
    Internet Speed
    3GB Up, 30GB Down
    Browser
    SeaMonkey
    Antivirus
    Windows Defender; MBAM Pro
    Other Info
    UEFI/GPT
    PLDS DVD-RW DH16AERSH
Perfect, thanks. :thumb:
 

My Computer

System One

  • OS
    8.1x64PWMC Ubuntu14.04x64 MintMate17x64
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Home Brewed
    CPU
    I7 4970K OC'ed @4.7 GHz
    Motherboard
    MSI-Z97
    Memory
    16 GB G-Skill Trident X @2400MHZ
    Graphics Card(s)
    NVIDIA GeForce GTS 450
    Sound Card
    X-Fi Titanium Fatal1ty Professional Series
    Monitor(s) Displays
    Dual HP-W2408
    Screen Resolution
    1920X1200
    Hard Drives
    256 GB M2 sm951, (2) 500GB 850EVO, 5TB, 2 TB Seagate
    PSU
    Antec 850W
    Case
    Antec 1200
    Cooling
    Danger Den H20
    Keyboard
    Logitech
    Mouse
    Logitech Performance Mouse MX
    Internet Speed
    35/12mbps
    Browser
    Firefox
Thanks for the explanation Ztrucker. I finally got it to work, but I had to type cd Users\username\desktop. Now I have 4 keys. This one is the same as the one that shows the last 4 digits. I guess the bottom line is, if you have to do a reinstall with the ISO is to use the key from the first e-mail and then the key from the Media Center e-mail. So the key that the .vbs pulls up doesn't mean anything then.

Clint
 

My Computer

System One

  • OS
    Windows 10 Pro 64 bit
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Dell Studio XPS 9100
    CPU
    intel i7 920 @ 2.67 GHz
    Motherboard
    Dell
    Memory
    24 Gig
    Graphics Card(s)
    ATI Radeon HD 5670
    Sound Card
    Internal
    Monitor(s) Displays
    23" Flat Screen HDMI
    Screen Resolution
    1366 x 768
    Hard Drives
    Samsung EVO 850 250 GB SSD
    2 Seagate internal 1TB
    WD external 3TB USB 3
    WD external 2TB USB 3
    PSU
    550-W
    Case
    Mid
    Cooling
    Fans
    Keyboard
    US USB
    Mouse
    USB
    Internet Speed
    3.84 Mbps Download .44 Mbps Upload
    Browser
    IE11
    Antivirus
    MS Defender
    Other Info
    Liteon DVD wrighter
    Liteon BD drive
    Monoprice Tablet
Thanks for the explanation Ztrucker. I finally got it to work, but I had to type cd Users\username\desktop. Now I have 4 keys. This one is the same as the one that shows the last 4 digits. I guess the bottom line is, if you have to do a reinstall with the ISO is to use the key from the first e-mail and then the key from the Media Center e-mail. So the key that the .vbs pulls up doesn't mean anything then.

Clint

A product ID and a product Key are 2 different things.

Google them for more information.
I tried the VBS script.
Nice script.Works good.
I made a picture -
 

Attachments

  • Untitled.png
    Untitled.png
    34.6 KB · Views: 348

My Computer

System One

  • OS
    Windows 8.1.1 Pro with Media Center
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Gateway
    CPU
    AMD K140 Cores 2 Threads 2 Name AMD K140 Package Socket FT1 BGA Technology 40nm
    Motherboard
    Manufacturer Gateway Model SX2110G (P0)
    Memory
    Type DDR3 Size 8192 MBytes DRAM Frequency 532.3 MHz
    Graphics Card(s)
    ATI AMD Radeon HD 7310 Graphics
    Sound Card
    AMD High Definition Audio Device Realtek High Definition Audio USB Audio Device
    Monitor(s) Displays
    Name 1950W on AMD Radeon HD 7310 Graphics Current Resolution 1366x768 pixels Work Resolution 1366x76
    Screen Resolution
    Current Resolution 1366x768 pixels Work Resolution 1366x768 pixels
    Hard Drives
    AMD K140
    Cores 2
    Threads 2
    Name AMD K140
    Package Socket FT1 BGA
    Technology 40nm
    Specification AMD E1-1200 APU with Radeon HD Graphics
    Family F
    Extended Family 14
    Model 2
    Extended Model 2
    Stepping 0
    Revision ON-C0
    Instruction
    Browser
    Opera 24.0
    Antivirus
    Avast Internet Security
A product ID and a product Key are 2 different things.
So medab1, when you do a reinstall are you going to use the product ID or the product Key from the vbs script? That was the question.
 

My Computer

System One

  • OS
    Windows 10 Pro 64 bit
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Dell Studio XPS 9100
    CPU
    intel i7 920 @ 2.67 GHz
    Motherboard
    Dell
    Memory
    24 Gig
    Graphics Card(s)
    ATI Radeon HD 5670
    Sound Card
    Internal
    Monitor(s) Displays
    23" Flat Screen HDMI
    Screen Resolution
    1366 x 768
    Hard Drives
    Samsung EVO 850 250 GB SSD
    2 Seagate internal 1TB
    WD external 3TB USB 3
    WD external 2TB USB 3
    PSU
    550-W
    Case
    Mid
    Cooling
    Fans
    Keyboard
    US USB
    Mouse
    USB
    Internet Speed
    3.84 Mbps Download .44 Mbps Upload
    Browser
    IE11
    Antivirus
    MS Defender
    Other Info
    Liteon DVD wrighter
    Liteon BD drive
    Monoprice Tablet
A product ID and a product Key are 2 different things.
So medab1, when you do a reinstall are you going to use the product ID or the product Key from the vbs script? That was the question.


Product Key.

When I installed Windows 8 Pro it asked for the Product Key.
 

My Computer

System One

  • OS
    Windows 8.1.1 Pro with Media Center
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Gateway
    CPU
    AMD K140 Cores 2 Threads 2 Name AMD K140 Package Socket FT1 BGA Technology 40nm
    Motherboard
    Manufacturer Gateway Model SX2110G (P0)
    Memory
    Type DDR3 Size 8192 MBytes DRAM Frequency 532.3 MHz
    Graphics Card(s)
    ATI AMD Radeon HD 7310 Graphics
    Sound Card
    AMD High Definition Audio Device Realtek High Definition Audio USB Audio Device
    Monitor(s) Displays
    Name 1950W on AMD Radeon HD 7310 Graphics Current Resolution 1366x768 pixels Work Resolution 1366x76
    Screen Resolution
    Current Resolution 1366x768 pixels Work Resolution 1366x768 pixels
    Hard Drives
    AMD K140
    Cores 2
    Threads 2
    Name AMD K140
    Package Socket FT1 BGA
    Technology 40nm
    Specification AMD E1-1200 APU with Radeon HD Graphics
    Family F
    Extended Family 14
    Model 2
    Extended Model 2
    Stepping 0
    Revision ON-C0
    Instruction
    Browser
    Opera 24.0
    Antivirus
    Avast Internet Security
As I said in a previous post:

Did you install the free Media Center on top of Windows 8? If so the active key will be Media Center. If you reinstall, you need to enter the Windows 8 key then install Media Center if you want.
 

My Computer

System One

  • OS
    Windows 10 Pro X64
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Lenovo IdeaCenter K450
    CPU
    Intel Quad Core i7-4770 @ 3.4Ghz
    Motherboard
    Lenovo
    Memory
    16.0GB PC3-12800 DDR3 SDRAM 1600 MHz
    Graphics Card(s)
    Intel Integrated HD Graphics
    Sound Card
    Realtek HD Audio
    Monitor(s) Displays
    HP h2207
    Screen Resolution
    1680x1050@59Hz
    Hard Drives
    250GB Samsung EVO SATA-3 SSD;
    2TB Seagate ST2000DM001 SATA-2;
    1.5TB Seagate ST3150041AS SATA
    PSU
    500W
    Keyboard
    Wired USB
    Mouse
    Wired USB
    Internet Speed
    3GB Up, 30GB Down
    Browser
    SeaMonkey
    Antivirus
    Windows Defender; MBAM Pro
    Other Info
    UEFI/GPT
    PLDS DVD-RW DH16AERSH
Who is correct? medab1 says he is going to use the product he obtained with the vbs script. Ztrucher says to use the Windows 8 key.
 

My Computer

System One

  • OS
    Windows 10 Pro 64 bit
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Dell Studio XPS 9100
    CPU
    intel i7 920 @ 2.67 GHz
    Motherboard
    Dell
    Memory
    24 Gig
    Graphics Card(s)
    ATI Radeon HD 5670
    Sound Card
    Internal
    Monitor(s) Displays
    23" Flat Screen HDMI
    Screen Resolution
    1366 x 768
    Hard Drives
    Samsung EVO 850 250 GB SSD
    2 Seagate internal 1TB
    WD external 3TB USB 3
    WD external 2TB USB 3
    PSU
    550-W
    Case
    Mid
    Cooling
    Fans
    Keyboard
    US USB
    Mouse
    USB
    Internet Speed
    3.84 Mbps Download .44 Mbps Upload
    Browser
    IE11
    Antivirus
    MS Defender
    Other Info
    Liteon DVD wrighter
    Liteon BD drive
    Monoprice Tablet
The key the vbs script shows is the current, active key.
If Media Center was not installed on top of Windows 8 then the vbs key is the one you need.
If Media Center was installed then the key you need is the key that was there before Media Center was installed.

If the computer came with Windows 8 then the vbs key is the one you need.
 

My Computer

System One

  • OS
    Windows 10 Pro X64
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Lenovo IdeaCenter K450
    CPU
    Intel Quad Core i7-4770 @ 3.4Ghz
    Motherboard
    Lenovo
    Memory
    16.0GB PC3-12800 DDR3 SDRAM 1600 MHz
    Graphics Card(s)
    Intel Integrated HD Graphics
    Sound Card
    Realtek HD Audio
    Monitor(s) Displays
    HP h2207
    Screen Resolution
    1680x1050@59Hz
    Hard Drives
    250GB Samsung EVO SATA-3 SSD;
    2TB Seagate ST2000DM001 SATA-2;
    1.5TB Seagate ST3150041AS SATA
    PSU
    500W
    Keyboard
    Wired USB
    Mouse
    Wired USB
    Internet Speed
    3GB Up, 30GB Down
    Browser
    SeaMonkey
    Antivirus
    Windows Defender; MBAM Pro
    Other Info
    UEFI/GPT
    PLDS DVD-RW DH16AERSH
The key the vbs script shows is the current, active key.
If Media Center was not installed on top of Windows 8 then the vbs key is the one you need.
If Media Center was installed then the key you need is the key that was there before Media Center was installed.

If the computer came with Windows 8 then the vbs key is the one you need.


I agree with you.
I bought Windows 8 Pro Pack WITH Media Center bundled with it.
It all installed with the Product Key provided by Microsoft.
Which is the one I wrote down & appears in the vbs window.

If I had not bought win 8 pro a different Key would appear. The oem Key. Which is not needed now.

Microsoft link - How to identify, locate, and replace a product key
 

My Computer

System One

  • OS
    Windows 8.1.1 Pro with Media Center
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Gateway
    CPU
    AMD K140 Cores 2 Threads 2 Name AMD K140 Package Socket FT1 BGA Technology 40nm
    Motherboard
    Manufacturer Gateway Model SX2110G (P0)
    Memory
    Type DDR3 Size 8192 MBytes DRAM Frequency 532.3 MHz
    Graphics Card(s)
    ATI AMD Radeon HD 7310 Graphics
    Sound Card
    AMD High Definition Audio Device Realtek High Definition Audio USB Audio Device
    Monitor(s) Displays
    Name 1950W on AMD Radeon HD 7310 Graphics Current Resolution 1366x768 pixels Work Resolution 1366x76
    Screen Resolution
    Current Resolution 1366x768 pixels Work Resolution 1366x768 pixels
    Hard Drives
    AMD K140
    Cores 2
    Threads 2
    Name AMD K140
    Package Socket FT1 BGA
    Technology 40nm
    Specification AMD E1-1200 APU with Radeon HD Graphics
    Family F
    Extended Family 14
    Model 2
    Extended Model 2
    Stepping 0
    Revision ON-C0
    Instruction
    Browser
    Opera 24.0
    Antivirus
    Avast Internet Security
Back
Top