如何限制Windows应用程序使用C#仅安装一台计算机? [英] How to limit windows application to install only one computer using c#?

查看:205
本文介绍了如何限制Windows应用程序使用C#仅安装一台计算机?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我将为我的客户设置我的第一个Windows应用程序,该应用程序是在C#Visual Studio 2010中构建的.我想将每次安装的使用限制为一台计算机,但是我不知道该怎么做.

有人可以指导我如何实现此目标吗?

I am about to setup my first windows application which is built in C# Visual studio 2010 to my customer. I want to limit usage to only one computer per installation, but I do''t know how to do that.

Can anyone guide me on how I might accomplish this?

推荐答案

快速Google找到了 ^ ].
Quick Google found this[^].


1-您的程序应具有唯一性基于用户计算机硬件的ID.您可以使用此文章:
搜索可靠的硬件ID

2-用户应将此代码发送到您的邮件,然后您将激活序列号发送给他/她.
但是最好建立一个网站.然后,用户可以输入他的硬件ID,并且您的网站可以在检查了硬件序列号和其他条件后为他/她提供激活码.
1 - Your program should make a unique ID based on user computer hardware. You can use this article:
Searching for a reliable hardware ID

2 - User should send this code to your mail, then you send him/her, the activation serial number.
But it’s better to make a website. Then user can enter his Hardware ID and your website can give him/her the activation code after checking hardware serial number and other criteria.


这篇关于如何限制Windows应用程序使用C#仅安装一台计算机?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆