如何限制软件在特定计算机上运行 [英] How to limit software to run on a specific computer

查看:126
本文介绍了如何限制软件在特定计算机上运行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的所有人,

我想限制我的软件(在visual foxpro 9中开发)只能在特定的计算机上运行,​​这样就没有其他人或未经授权人可以使用。那么应该选择什么呢?它应该基于处理器/硬盘/主板。

I want to limit my software (developed in visual foxpro 9) to run only on a specific computer, so that no one else or un-authorised person could use. So what should be the options for this. It should be based on processor/hardisk/motherboard.

问候

ShahidSQL(印度)

ShahidSQL (India)

推荐答案

最简单的方法是,您可以获取计算机信息。
GETENV(" COMPUTERNAME")



您也可以通过GETENV查看所有类型的信息(..)



如果你想要一个额外的安全级别,你可以在注册表中开始工作(写/读)

The easiest way, you can get the computer information
GETENV("COMPUTERNAME")

You can also, look into all kind of information you can get via GETENV(..)

If you want an extra security level, you can start working (writing/reading) in the registry


这篇关于如何限制软件在特定计算机上运行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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