Question

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.

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top