Microsoft Silverlight Plugin



OpenSilver is a modern, plugin-free, open-source reimplementation of Silverlight, that runs on current browsers via WebAssembly. It uses Mono for WebAssembly and Microsoft Blazor. It brings back the power of C#, XAML, and.NET to client-side Web development. I have installed Silverlight, I use IE 7 and Mozilla, it is listed in in add-ons for IE and Mozilla, it is in the program list. However, it does not list itself in Hotmail and whenever I try to Add a photo to an email, it asks me to install Silverlight.

There are couple of ways to check if Microsoft Silverlight is installed on your Windows computer. This post explains both the methods with examples.

Programs and Features console

This console shows all installed software on your system and also features available on your Windows installation that you can enable as add-on. You can look for Microsoft Silverlight among the listed items, sort the list by name column so that you can quickly look it up. On my windows box, it shows up as below.

WMIC command

What is microsoft silverlight plug in

If you want to check the installation from CMD, the below command can be used.

What this command does is, it gets the list of software installed on the system and then searches for silverlight among the list.

Example when Silverlight was installed on the computer

Example when Silverlight was not installed
It prints blank line when it does not find the specified software in the list.

Microsoft Silverlight Plugin Edge

Get Silverlight version

Free microsoft silverlight download

We can use ‘get version’ with WMIC command to find the version of silverlight installed on the computer.

Microsoft Silverlight Plugin Download

Related posts
How to uninstall Microsoft Silverlight