注册表被黑客篡改 怎样修复
We’ve written previously about how to set the Office 2007 color scheme away from that awful default blue, but you can also set it with a quick registry hack or even via group policy on your network, so we’ll cover that here.
前面我们已经写过关于如何将Office 2007配色方案从可怕的默认蓝色设置为空白的方法,但是您也可以通过快速的注册表hack或什至通过网络上的组策略来对其进行设置,因此我们在此进行介绍。
Of course it’s much simpler to just set the color scheme using the GUI, but if you are like me you save a list of registry hacks that you apply to all new machines, so it still comes in handy.
当然,使用GUI设置颜色方案要简单得多,但是如果您像我一样,可以保存一份适用于所有新计算机的注册表黑客列表,因此仍然可以派上用场。
Manual Registry Hack
手动注册表破解
Open up regedit.exe through the start menu search or run box, and then browse down to the following key:
通过开始菜单搜索或运行框打开regedit.exe,然后向下浏览至以下键:
HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Common
HKEY_CURRENT_USER \ Software \ Microsoft \ Office \ 12.0 \ Common
Find the key on the right-hand side called Theme and set it to one of these values, depending on the color you want:
在右侧找到称为主题的键,并将其设置为以下值之一,具体取决于所需的颜色:
- Blue: 1 蓝色:1
- Silver: 2 银2
- Black: 3 黑色:3
That’s all there is to it.
这里的所有都是它的。
Using a Group Policy Template
使用组策略模板
If you are on a corporate network and want to set the color across all the computers on your network, you can use this custom ADM template for Group Policy, created by our excellent reader Stephen.
如果您在公司网络上,并且希望在网络上的所有计算机上设置颜色,则可以使用此自定义ADM模板进行组策略,该模板由我们的优秀读者Stephen创建。
CLASS USERCATEGORY “Custom Office 2007 Config”POLICY “Color Scheme”KEYNAME “Software\Microsoft\Office\12.0\Common”EXPLAIN “Allows you to control the Office 2007 Colour Scheme.”PART “Pick the colour from the list” TEXTEND PARTPART “Color” DROPDOWNLISTREQUIREDVALUENAME “Theme”ITEMLISTNAME “Blue” VALUE NUMERIC 1NAME “Silver” VALUE NUMERIC 2NAME “Black” VALUE NUMERIC 3END ITEMLISTEND PARTEND POLICYEND CATEGORY
类别USERCATEGORY“自定义Office 2007配置” POLICY“配色方案” KEYNAME“ Software \ Microsoft \ Office \ 12.0 \ Common” EXPLAIN“允许您控制Office 2007配色方案。” PART“从列表中选择颜色” TEXTEND PARTPART“颜色” DROPDOWNLISTREQUIREDVALUENAME“主题” ITEMLISTNAME“蓝色” VALUE NUMERIC 1NAME“银色” VALUE NUMERIC 2NAME“黑色” VALUE NUMERIC 3END ITEMLISTEND PARTEND POLICYEND类别
I’m just assuming that you know how to import this if you are an IT guy.
我只是假设,如果您是IT人士,则知道如何导入。
Downloadable Registry Hack
可下载的注册表黑客
Simply download, extract, and then double-click on the .reg file with the color that you want.
只需下载,解压缩然后双击所需颜色的.reg文件即可。
Download SetOffice2007Color registry hacks
下载SetOffice2007Color注册表黑客
翻译自: https://www.howtogeek.com/howto/microsoft-office/set-the-office-2007-color-scheme-with-a-quick-registry-hack/
注册表被黑客篡改 怎样修复