Informações sobre a versão do Windows 8 Pro no registro?

0

Para o Windows 8 Pro, o que é listado como informação de versão no registro em HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion ?

(a captura de tela seria OK)

    
por feklee 02.09.2013 / 15:42

2 respostas

2

Em CurrentVersion, tenho o seguinte:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
"SystemRoot"="C:\Windows"
"SoftwareType"="System"
"RegisteredOwner"="David"
"InstallDate"=dword:5118da08
"CurrentVersion"="6.2"
"CurrentBuild"="9200"
"RegisteredOrganization"=""
"CurrentType"="Multiprocessor Free"
"InstallationType"="Client"
"EditionID"="Professional"
"ProductName"="Windows 8 Pro"
"ProductId"="xxxxx-xxxxx-xxxxx-xxxxx"
"DigitalProductId"=hex:a4,00,00....
"DigitalProductId4"=hex:f8,04,00...
"CurrentBuildNumber"="9200"
"BuildLab"="9200.win8_gdr.130531-1504"
"BuildLabEx"="9200.16628.amd64fre.win8_gdr.130531-1504"
"BuildGUID"="ffffffff-ffff-ffff-ffff-ffffffffffff"
"PathName"="C:\Windows"

(Eu removi o valor ProductId e trunquei os valores hexadecimais longos para DigitalProductId e DigitalProductId4 , pois suponho que eles não sejam de interesse.)

    
por 02.09.2013 / 16:02
1

Aqui estão os detalhes equivalentes para o Windows 8.1 - apenas no caso de serem de interesse:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
"SystemRoot"="C:\Windows"
"SoftwareType"="System"
"RegisteredOwner"="..."
"InstallDate"=dword:52527488
"CurrentVersion"="6.3"
"CurrentBuild"="9600"
"RegisteredOrganization"=""
"CurrentType"="Multiprocessor Free"
"InstallationType"="Client"
"EditionID"="Professional"
"ProductName"="Windows 8.1 Pro"
"ProductId"="xxxxx-xxxxx-xxxxx-xxxxx"
"DigitalProductId"=hex:a4,00,00,...
"DigitalProductId4"=hex:f8,04,00,...
"CurrentBuildNumber"="9600"
"BuildLab"="9600.winblue_rtm.130821-1623"
"BuildLabEx"="9600.16384.amd64fre.winblue_rtm.130821-1623"
"BuildGUID"="ffffffff-ffff-ffff-ffff-ffffffffffff"
"PathName"="C:\Windows"
    
por 07.10.2013 / 15:14