目錄
■修改注冊(cè)表(手動(dòng))
■修改注冊(cè)表(腳本化)
?修改
?恢復(fù)
■其他(注冊(cè)表圖片)
===
前言,媳婦上班,不會(huì)修改win10系統(tǒng)背景色(她想弄成保護(hù)色),提供個(gè)腳本,一鍵修改。
■修改注冊(cè)表(手動(dòng))
HKEY_CURRENT_USER\Control Panel\Colors
└window
?207 232 204
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\DefaultColors\Standard
└Window
?caeace
■修改注冊(cè)表(腳本化)
?修改
新建一個(gè)xxx.reg文件,把下面內(nèi)容復(fù)制進(jìn)去
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Colors]
"Window"="207 232 204"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\DefaultColors\Standard]
"Window"=dword:00caeace
?恢復(fù)
新建一個(gè)xxx_recover.reg文件,把下面內(nèi)容復(fù)制進(jìn)去
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Colors]
"Window"="255 255 255"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\DefaultColors\Standard]
"Window"=dword:00ffffff
---文章來源地址http://www.zghlxwxcb.cn/news/detail-519364.html
■其他(注冊(cè)表圖片)
1
HKEY_CURRENT_USER\Control Panel\Colors
2
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\DefaultColors\Standard
文章來源:http://www.zghlxwxcb.cn/news/detail-519364.html
---
到了這里,關(guān)于使用腳本,直接修改注冊(cè)表的值---設(shè)置win10背景色(保護(hù)色)的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!