How to modify CommandBandLayout reg key value

2019-09-14 21:34发布

How can I modify [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\LowRegistry\CommandBar] CommandBandLayout value to make sure my addon is first in the command bar?

any help here appreciated Thanks, Manoj

2条回答
疯言疯语
2楼-- · 2019-09-14 21:56

You don't.

Mucking with internal data structures can corrupt IE state and subsequently get your product blocked as malware.

查看更多
够拽才男人
3楼-- · 2019-09-14 22:00

this can simply be done by making a .reg file. This file can be used to modify the registry

It should go like this:

Regedit version

Registry path
Dataname:datatype:datavalue

Just put this into an installer or whatever you are using Ps. It is hard to type on an iPod touch

Please refer to support.microsoft.com/kb/310516

查看更多
登录 后发表回答