Internet Explorer BHO, writing to registry and adm

2019-06-05 18:52发布

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.

1条回答
闹够了就滚
2楼-- · 2019-06-05 19:23

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

查看更多
登录 后发表回答