for some reasons when I try to write to registry when IE doesn't run with admin privileges,

Utils::SetValueInRegistry(HKEY_CURRENT_USER,L"Software\\myApp23",L"Domain", value.c_str());

Anyone knows how to gain my BHO rights to write to registry everytime? Or maybe should I write to another section to registry that's available for writing? The information I need to store is very dynamic and used in order to communicate between tabs.

Thanks.

有帮助吗?

解决方案

Internet Explorer is running with Low Integrity Level. Use a key below HKEY_CURRENT_USER\Software\LowRegistry

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top