如何在Windows 8中使用Regedit更改边框和文本框的颜色


0

我有一些Windows 8的自定义版本,似乎他们自定义编辑了所有窗口的边框的默认颜色为黑色。

尝试在Regedit中查找要编辑的字符串时,我也无意中更改了所有文本框的默认颜色。因此,在我的任务管理器或地址网址栏中,是一种奇怪的紫红色。

所以我需要知道在哪里将其改回白色。以及仍然能够像最初打算的那样改变边界。

谢谢,麻烦您了!

Answers:


0

所有与颜色相关的设置的默认设置,在HKEY_CURRENT_USER \ Control Panel \ Colors的注册表中找到它:

"Window"="255 255 255"
"GradientInactiveTitle"="215 228 242"
"TitleText"="0 0 0"
"ButtonAlternateFace"="0 0 0"
"HotTrackingColor"="0 102 204"
"InactiveTitleText"="0 0 0"
"ActiveBorder"="180 180 180"
"ActiveTitle"="153 180 209"
"ButtonShadow"="160 160 160"
"InactiveTitle"="191 205 219"
"Menu"="240 240 240"
"ButtonDkShadow"="105 105 105"
"HilightText"="255 255 255"
"ButtonText"="0 0 0"
"GrayText"="109 109 109"
"InfoText"="0 0 0"
"MenuText"="0 0 0"
"MenuHilight"="51 153 255"
"Hilight"="51 153 255"
"Background"="0 0 0"
"AppWorkspace"="171 171 171"
"ButtonLight"="227 227 227"
"GradientActiveTitle"="185 209 234"
"WindowFrame"="100 100 100"
"InfoWindow"="255 255 225"
"MenuBar"="240 240 240"
"Scrollbar"="200 200 200"
"ButtonFace"="240 240 240"
"WindowText"="0 0 0"
"ButtonHilight"="255 255 255"
"InactiveBorder"="244 247 252"

假设您没有进行任何其他更改,您可以在注册表中找到一个不同的内容,并将其设置回列表中的值。

注意:更改后必须重新启动

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.