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
开发者_如何学JAVAHKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer
how can I avoid it?
Process regeditProcess = Process.Start("regedit.exe", "nero10.reg");
regeditProcess.WaitForExit();
精彩评论