
Dunja on WinAmp not visible/opens off-screen.melissa on Offline package installs using dpkg and apt-get (Ubuntu/Debian/etc).2020, but 2021! – Techedemic on SSL Encryption/Decryption – Quick Cheat Sheet.Innk on Offline package installs using dpkg and apt-get (Ubuntu/Debian/etc).Installing WMIC on Ubuntu Server 12.04 LTS - Boot Panic on Installing wmic in Ubuntu 12.04 (LTS) 64-Bit Desktop.

Recording screencast in Windows 10 using FFMpeg and the command line.SSL Encryption/Decryption – Quick Cheat Sheet.Simple API using NodeJS, Express and MariaDB.I see a lot of ‘if’ and ‘else if’s’ coming here 🙂 You will probably have to build in some checks to see which browsers are installed before checking their versions. Irrespective of whether you are running XP, Vista, 7 or even a Server variety of Windows, I would recommend the latter way of doing it though. 'Find the Firefox version (Normal 32-bit machine) Set objFSO = CreateObject("Scripting.FileSystemObject") 'Find the Firefox version (64 Bit machines with 32-bit Firefox installed)

'Find the Firefox version (Normal 32-bit machine) Set objFSO = CreateObject( "Scripting.FileSystemObject")įile = "C:\Program Files\Mozilla Firefox\firefox.exe"įile = "C:\Program Files\Internet Explorer\iexplore.exe" 'Find the Firefox version (64 Bit machines with 32-bit Firefox installed) Set objFSO = CreateObject( "Scripting.FileSystemObject")įile = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" The MicrosoftIE_Summary object does not exist post Windows XP though (Why Microsoft, why?), so to find your browser versions, you could use the following VB Script, which essentially just checks the file version for you. Set objWMIService = GetObject("winmgmts:\\" & strComputer & _ Wscript.Echo "Cipher strength: " & strIESetting.CipherStrength Wscript.Echo "Product ID: " & strIESetting.ProductID

Wscript.Echo "Version: " & strIESetting.Version Set colIESettings = objWMIService.ExecQuery _ StrComputer = "." Set objWMIService = GetObject( "winmgmts:\\" & strComputer & _
