I have the following key in my registry:
under:HKEY_LOCAL_MACHINESOFTWARERSA
I have value object call - WebExControlManagerPath
and its value is c:
I am trying to do this:
var r = Registry.GetValue(@"HKEY_LOCAL_MACHINESOFTWARERSA", "WebExControlManagerPth",null);
if(r!=null)
ProcessAsUser.Launch(ToString());
But r
value is always null.
Any ideas?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…