سؤال

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