$net framework check

Allows you to check the .NET Framework version on your Windows.


Example

Running this code will check the .NET Framework version which will be shown as an HTML in the UBot browser.

As shown in the UBot browser, this is the version on your Windows:

  • v2.0.50727 2.0.50727.4927 SP2
  • v3.0 3.0.30729.4926 SP2
  • v3.5 3.5.30729.4926 SP1
  • v4 
  • Client 4.8.04084
  • Full 4.8.04084
  • v4.0 
  • Client 4.0.0.0
load html($replace($plugin function("OS Automation.dll", "$net framework check"),$new line,"<br>"))

Was this helpful?

Previous Article

$keyboard layout list