博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
将Internet Explorer 7和8菜单栏放回顶部
阅读量:2508 次
发布时间:2019-05-11

本文共 2332 字,大约阅读时间需要 7 分钟。

Do you wish the IE7 Menu bar was located where it was in IE6?  Here is how to quickly create a registry fix to move it back to the top.

您是否希望IE7菜单栏位于IE6中? 这是快速创建注册表修复程序以将其移回顶部的方法。

After you install IE7 you have to make the menu bar appear.  Right click an empty spot on the tool bar and place a checkmark next to Menu Bar. It will also show up temporarily if you hold down the Alt key.

安装IE7后,必须使菜单栏出现。 右键单击工具栏上的空白处,然后在菜单栏旁边放置一个选中标记。 如果按住Alt键,它也会临时显示。

You will see that IE 7 puts the Menu Bar underneath the Address Bar which we don’t want. 

您会看到IE 7将菜单栏放在我们不需要的地址栏下方。

Open up notepad by clicking Start \ Run, type in notepad and click OK.

通过单击开始\运行,打开记事本,键入记事本 ,然后单击确定。

Copy and paste the following script into notepad.  You do not need to modify the code at all.  Just copy and paste it into notepad.

将以下脚本复制并粘贴到记事本中。 您根本不需要修改代码。 只需将其复制并粘贴到记事本中即可。

REGEDIT4

注册表编辑器4

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser\]

“ITBar7Position”=dword:00000001

[HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Toolbar \ WebBrowser \] “ ITBar7Position” = dword:00000001

Here is how we turn it into a reg key fix. Click on File \ Save As, but don’t click on Save until you read the next step.

这是我们如何将其变成reg键修复程序。 单击“文件\另存为”,但是在阅读下一步之前不要单击“保存”。

Change your notepad Save as type to “All Files” and name the file something like IE7_Toolbar_fix.reg.  Naming the file with the .reg extension is the key for this to work.  Now you can click on Save. 

将记事本的“另存为”类型更改为“所有文件”,然后将文件命名为IE7_Toolbar_fix.reg。 使用.reg扩展名命名文件是使其工作的关键。 现在,您可以单击保存。

You have just created a registry fix!  Now double click the file you just created.

您刚刚创建了注册表修复程序! 现在,双击您刚刚创建的文件。

You will get the following confirmation screen.  Click Yes.

您将获得以下确认屏幕。 单击是。

The next screen will be confirming the registry key was added.

下一个屏幕将确认已添加注册表项。

Close out of Internet Explorer if it is open and relaunch it.  The Menu Bar is now on top!

关闭Internet Explorer(如果已打开)并重新启动。 菜单栏现在位于顶部!

Uninstall

卸载

To change the Menu bar back to the original position, use this registry script instead:

要将菜单栏更改回原始位置,请改用以下注册表脚本:

REGEDIT4

注册表编辑器4

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser\]

“ITBar7Position”=dword:00000000

[HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Toolbar \ WebBrowser \] “ ITBar7Position” = dword:00000000

翻译自:

转载地址:http://awzwd.baihongyu.com/

你可能感兴趣的文章
做好产品
查看>>
项目管理经验
查看>>
笔记:Hadoop权威指南 第8章 MapReduce 的特性
查看>>
JMeter响应数据出现乱码的处理-三种解决方式
查看>>
获取设备实际宽度
查看>>
Notes on <High Performance MySQL> -- Ch3: Schema Optimization and Indexing
查看>>
Alpha冲刺(10/10)
查看>>
数组Array的API2
查看>>
为什么 Redis 重启后没有正确恢复之前的内存数据
查看>>
No qualifying bean of type available问题修复
查看>>
第四周助教心得体会
查看>>
spfile
查看>>
Team Foundation Service更新:改善了导航和项目状态速查功能
查看>>
WordPress资源站点推荐
查看>>
Python性能鸡汤
查看>>
android Manifest.xml选项
查看>>
Cookie/Session机制具体解释
查看>>
ATMEGA16 IOport相关汇总
查看>>
有意思的cmd命令
查看>>
js正則表達式语法
查看>>