Adım 1, komut satırı penceresinden benim yerel IE sürümü almak için aşağıdaki komutu kullanın:Internet Explorer'ın komut satırından sorgulanması her zaman işe yaramıyor mu?
İşe ve bana böyle IE sürümünü verecektir:
! REG.EXE VERSION 3.0
HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer
version REG_SZ 7.0.5730.13
Adım 2,
reg query "HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer" /v version" | find "version"
başarısız ve aşağıdaki söyle olurdu:
Şimdi bu komutu kullanmayı deneyin İlk komuta dönersem! REG.EXE VERSION 3.0
HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer
Error: The system was unable to find the specified registry key or value
Adım 3, Şimdi:
reg query "HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer" /v version"
o basamaktaki gibi bana aynı hatayı verecektir 2. Ben, adım 2 başarısız olur neden anlamıyorum ne ve adım 3 ile aynı olduğundan adım 3 neden başarısız olur?
İlgili http://stackoverflow.com/questions/3553984/how-do-i-detect-which-version-of-internet-explorer-is-installed –