Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想编写一个小型应用程序,它将一些嵌入式文件复制到注册表项中标识的位置。
我希望应用程序查找该密钥,如果找到,则复制文件。否则告诉用户他们必须先执行一些其他操作。
但我不知道如何从 C# 访问注册表项。关于从哪里开始的任何建议?
对于注册表查询/操作,您可以使用Registry类。