找到SQL Server的序列号

 

    有时候希望获取当前机器上安装的SQL Server序列号,但注册表中序列号是经过加密的,因此我写了一个小工具获取当前SQL Server的序列号。程序比较粗糙,没有做错误验证。

    image

   

    下载地址:http://files.cnblogs.com/CareySon/SQLServerProductCode.rar

原文地址:https://www.cnblogs.com/CareySon/p/4021919.html