Nearly every component of Windows 8 can be customized to suit your needs, some settings however are buried deep into the registry.
Windows 8的几乎每个组件都可以自定义以满足您的需求,但是某些设置却深埋在注册表中。
如何在Windows 8中更改登录屏幕的颜色 (How to Change the Color of the Sign In Screen in Windows 8)
Note: This hack only affects the screen where you have to choose a user, not the screen where it asks for your password.
注意:此黑客只会影响您必须选择用户的屏幕,而不会影响要求您输入密码的屏幕。
Press the Win + R keyboard combination to open a run box, then type regedit and hit enter.
按Win + R键盘组合打开运行框,然后键入regedit并按Enter。
When the registry editor opens, drill down into:
注册表编辑器打开后,展开至:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Accent
On the right hand side create a new DWORD (32-Bit) value and name it DefaultColorSet.
在右侧创建一个新的DWORD(32位)值,并将其命名为DefaultColorSet。
Then double click on it to open its properties.
然后双击它以打开其属性。
Now change the Base type to Decimal and assign it a value between 0 and 24. Here’s a list of some common colors:
现在将“基本”类型更改为“十进制”,并为其分配一个介于0到24之间的值。这是一些常见颜色的列表:
- 11 – Dark Green 11 –深绿色
- 12 – Light Green12 –浅绿色
- 14 – Red14 –红色
- 16 – Purple16 –紫色
- 17 – Dark Blue17 –深蓝色
- 18 – Light Blue18 –浅蓝色
- 21 – Mustard21 –芥末酱
- 22 – Pink22 –粉红
- 23 – Grey23 –灰色
- 24 – Gun Metal24 –炮铜
That’s all there is to it.
这里的所有都是它的。
翻译自: https://www.howtogeek.com/131324/how-to-change-the-color-of-the-sign-in-screen-in-windows-8/