Skip to content

Instantly share code, notes, and snippets.

@noromanba
Created February 19, 2012 09:38
Show Gist options
  • Save noromanba/1862790 to your computer and use it in GitHub Desktop.
Save noromanba/1862790 to your computer and use it in GitHub Desktop.
Get Version of Internet Explorer
@rem ===========================================================================
@rem Get Version of Internet Explorer.
@rem @author noromanba
@rem @license MIT License http://nrm.mit-license.org/2011
@rem @see https://gist.github.com/1862790
@rem ===========================================================================
@echo off
cd %~dp0
title Version of Installed IE
reg query "HKLM\SOFTWARE\Microsoft\Internet Explorer" /v Version
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment