安装光盘如何跟踪安装计数?

发布于 2024-10-01 10:03:43 字数 86 浏览 1 评论 0原文

许多安装光盘只允许您安装软件 X 次。

然而光盘是无状态的。安装后它们没有变化(据我所知)。所以这让我很困惑。

他们如何跟踪?

Many install discs only let you install the software X number of times.

However discs are stateless. They are unchanged (AFAIK) after installation. So This puzzles me.

How do they keep track?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

云胡 2024-10-08 10:03:43

他们在后台与公司服务器联系以验证安装(不是所有应用程序,而是大多数网络连接的应用程序)。

They get in touch with the company servers in the background to validate the install (not all apps but most network connected apps).

分开我的手 2024-10-08 10:03:43

在很多方面。如果您使用的是 Microsoft Windows,安装程序很可能会将已使用的安装数量写入 Windows 注册表的某个键中。

您可以使用 ProcMon 监视进程在执行过程中访问的键,它是 Microsoft 的免费工具。

In many ways. If you're on Microsoft windows, most likely the installation program writes the number of used installations in a key of the windows registry.

You can use ProcMon to monitor the keys accessed by a process during execution, it's a free tool from Microsoft.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文