简体   繁体   中英

Is it possible in C# to open the registry of another computer as read-only without administrator rights?

Is it possible in C# to open the registry of another computer as read-only without administrator rights? Specifically, I'd like to read LocalMachine/Software/...

No. You have to be a member of the Local Administrators group on the remote machine, and provide appropriate credentials for that account when trying to access the registry. The remote machine also has to be configured to allow that access.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM