我使用此代码将注册表文件添加到注册表中,但在Windows 64位中将此值
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Internet Explorer \
插入到wow6432node
下HKEY_LOCAL_MACHINE \ SOFTWARE \ Wow6432Node \ Microsoft \ Internet Explorer
我该如何避免呢?
Process regeditProcess = Process.Start("regedit.exe", "nero10.reg");
regeditProcess.WaitForExit();