Is it possible in C# to open the registry of another computer as read-only without administrator rights? -
is possible in c# open registry of computer read-only without administrator rights? specifically, i'd read localmachine/software/...
no. have member of local administrators
group on remote machine, , provide appropriate credentials account when trying access registry. remote machine has configured allow access.
Comments
Post a Comment