zoukankan      html  css  js  c++  java
  • 如何查看.net framework 版本

    以windows 2016 standard版本为例

    通过注册表查看,找到 .NET Framework 注册表信息所在的位置:HKEY_LOCAL_MACHINESOFTWAREMicrosoftNET Framework SetupNDPv4Full

    查看release的数值,394802,并对照一下表格:

    Value of the Release DWORDVersion
    378389 .NET Framework 4.5
    378675 .NET Framework 4.5.1 installed with Windows 8.1 or Windows Server 2012 R2
    378758 .NET Framework 4.5.1 installed on Windows 8, Windows 7 SP1, or Windows Vista SP2
    379893 .NET Framework 4.5.2
    On Windows 10 systems only: 393295

    On all other OS versions: 393297
    .NET Framework 4.6
    On Windows 10 November Update systems only: 394254

    On all other OS versions: 394271
    .NET Framework 4.6.1
    On Windows 10 Anniversary Update and Windows Server 2016: 394802

    On all other OS versions: 394806
    .NET Framework 4.6.2
    On Windows 10 Creators Update only: 460798

    On all other OS versions: 460805
    .NET Framework 4.7
    On Windows 10 Fall Creators Update only: 461308

    On all other OS versions: 461310
    .NET Framework 4.7.1
    On Windows 10 April 2018 Update only: 461808

    On all other OS versions, including Windows 10 October 2018 Update: 461814
    .NET Framework 4.7.2


    也可查看version的数值,4.6.01586,但是貌似意义不大。

  • 相关阅读:
    golang语言特性
    Mysql学习之order by的工作原理
    Mysql聚合函数count(*) 的性能分析
    Mysql的刷脏页问题
    普通索引与唯一索引的选择问题
    Mysql锁的类型与简析
    深入浅出Mysql索引
    Mysql修改语句的运行流程
    Mysql查询语句的运行流程
    Go语言入门之切片的概念
  • 原文地址:https://www.cnblogs.com/wanghao4023030/p/10314581.html
Copyright © 2011-2022 走看看