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# 中是否可以在没有管理员权限的情况下以只读方式打开另一台计算机的注册表?具体来说,我想阅读 LocalMachine/Software/...
不可以。您必须是Local Administrators远程计算机上组的成员,并在尝试访问注册表时为该帐户提供适当的凭据。远程机器也必须配置为允许该访问。
Local Administrators