
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/