安装光盘如何跟踪安装计数?
许多安装光盘只允许您安装软件 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
他们在后台与公司服务器联系以验证安装(不是所有应用程序,而是大多数网络连接的应用程序)。
They get in touch with the company servers in the background to validate the install (not all apps but most network connected apps).
在很多方面。如果您使用的是 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.