开发者

Disable Registry redirect

开发者 https://www.devze.com 2023-03-27 05:16 出处:网络
i\'m use this code for add registry file to registry but in windows 64 bit this value HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer\\

i'm use this code for add registry file to registry but in windows 64 bit this value

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\

inserted to under wow6432node

开发者_如何学JAVA

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer

how can I avoid it?

Process regeditProcess = Process.Start("regedit.exe", "nero10.reg"); 
                regeditProcess.WaitForExit();
0

精彩评论

暂无评论...
验证码 换一张
取 消