本文介绍了找到Windows应用程序安装密钥的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 提前感谢您提供任何帮助。我正在寻找一种方法以编程方式检索以下代码: 来自注册表的Windows安装密钥或COA Windows安装的应用程序,如: MS Office 97-2003 MS FrontPage MS Word MS作品 MS Excel MS Power Point MS Access 后者如果没有安装办公套件。我不想更改 任何东西,只是能够以编程方式检索此信息和 其他密钥如果可能的话备份和重新安装,我是否需要格式化 我的电脑无法找到软件密钥。 - Michael Bragg,总裁 eSolTec,Inc。 a 501(C)(3)组织 MS授权MAR 寻找用于发育障碍的二手笔记本电脑。Thank you in advance for any and all assistance. I''m looking for a way toprogrammatically retrieve the following if possible:Windows Installation Key or COA from the registryWindows installed applications, like:MS Office 97-2003MS FrontPageMS WordMS WorksMS ExcelMS Power PointMS AccessThe latter is if an office suite is not installed. I don''t want to changeanything, just be able to programmatically retrieve this information andother keys if possible for backup and reinstallation, should I need to formatmy computer(s) and can''t locate the software keys.--Michael Bragg, PresidenteSolTec, Inc.a 501(C)(3) organizationMS Authorized MARlooking for used laptops for developmentally disabled.推荐答案 问题:如果你知道它们在注册表中的某个地方,为什么不打开注册表并自行搜索目录?然后在程序中使用 Microsoft.Win32.Registry命名空间来执行你需要做的任何事情。 谢谢, Seth Rowe eSolTec写道:Question: If you know they are somewhere in the registry, why not openup regedit and hunt down the directory yourself? Then use theMicrosoft.Win32.Registry namespace in your program to do whatever youneed to do.Thanks,Seth RoweeSolTec wrote: 问题:如果你知道它们在注册表中的某个地方,为什么不打开注册表并自行搜索目录?然后在程序中使用 Microsoft.Win32.Registry命名空间来执行你需要做的任何事情。 谢谢, Seth Rowe eSolTec写道: Question: If you know they are somewhere in the registry, why not open up regedit and hunt down the directory yourself? Then use the Microsoft.Win32.Registry namespace in your program to do whatever you need to do. Thanks, Seth Rowe eSolTec wrote: 这篇关于找到Windows应用程序安装密钥的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-04 00:35
查看更多