不知道別人的情況如何
但我根本分辨不出來上層這個視窗的邊界在哪裡
所以無法辨別滑鼠游標要在哪裡按才能拖曳視窗
問題是,修改視窗標題、邊框顏色等功能又要先啟動作業系統後才能修改
微軟這真是莫名其妙、喪心病狂的設定...
只好出動註冊機碼來處理這件事
微軟這真是莫名其妙、喪心病狂的設定...
只好出動註冊機碼來處理這件事
打勾 [Start, taskbar, and action center]
Reg Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize" /v ColorPrevalence /t REG_DWORD /d 1 /f
打勾 [Title bars and window borders]
Reg Add "HKCU\SOFTWARE\Microsoft\Windows\DWM" /v ColorPrevalence /t REG_DWORD /d 1 /f
設定完成後要把 Explorer Shell 砍掉重開才會生效
taskkill /f /im explorer.exe
start explorer.exe
##### 如果要取消 #####
取消 [Start, taskbar, and action center]
Reg Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize" /v ColorPrevalence /t REG_DWORD /d 0 /f
取消 [Title bars and window borders]
Reg Add "HKCU\SOFTWARE\Microsoft\Windows\DWM" /v ColorPrevalence /t REG_DWORD /d 0 /f
設定完成後一樣要把 Explorer Shell 砍掉重開才會生效
taskkill /f /im explorer.exe
start explorer.exe
沒有留言:
張貼留言