c# - Microsoft.Win32.RegistryKey for 64 bit OS -
hi there modifying windows registry works on windows xp dosenot work on win 7 64 bit changes once never again.
i posted question , no answer found , wondering if following statement root cause of trouble
microsoft.win32.registry registry = microsoft.win32.registry.currentuser.opensubkey( "hkey_local_machine\\software\\wow6432node\\microsoft\\windows\\currentversion\\internet settings", true);
now here changing 64 bit registry using microsoft.win32.registrykey
may not work on 64 bit.
any solutions changing registry on 64 bit machine
you can't write part of registry without admin rights don't have uac. works in xp because presumably run admin there.
you may need account registry redirection.
Comments
Post a Comment