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# 代码或 cmd 做到这一点?
要将条目添加到该列表中,您需要在注册表中创建一个子项。去HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\那里检查条目。基本上,您需要创建一个以 GUID 作为名称的键,并在其下方创建一组值,最重要的是DisplayName和UninstallString。
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
DisplayName
UninstallString