默認(rèn)情況下,windows10系統(tǒng)用戶們只要按下鍵盤上的【Alt-Tab】組合鍵,就能夠?qū)崿F(xiàn)在程序之間的切換。不過,一些用戶反饋切換窗口時,邊上的窗口透明度不夠,看著很不舒服。那么,我們該如何修改切換窗口框的透明度呢?接下來,小編就給大家介紹Win10自定義Alt-Tab界面邊框的透明度的設(shè)置方法!
具體如下:
1、點擊Windows+R組合鍵鍵,鍵入regedit,然后按Enter鍵;
2、在左側(cè)依次展開HKEY_CURRENT_USER \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer;
3、右鍵單擊資源管理器,然后選擇【新建】-【項】,將該名稱命名為MultitaskingView;
4、右鍵單擊MultitaskingView,然后選擇【新建】-【項】,將該項命名為AltTabViewHost;
5、右鍵單擊AltTabViewHost,然后選擇新建> Dword(32位)值,命名為:Grid_backgroundPercent ;
6、雙擊打開Grid_backgroundPercent,輸入需要設(shè)置的透明度(以百分比設(shè)置值。 0表示100%透明度,100%無透明度。);
7、在AltTabViewHost上單擊右鍵,然后選擇新建> Dword(32位)值,將其命名為BackgroundDimmingLayer_percent,以百分比設(shè)置值,100%為完全調(diào)光。
如果你擔(dān)心操作出錯,可以直接將下面代碼復(fù)制到記事本中,然后另存為.reg 文件,雙擊導(dǎo)入注冊表即可。
Windows Registry Editor Version 5.00; Set transparency of Alt-Tab interface between 00000000 (full transparency) and 000000100 (no transparency)[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MultitaskingView\AltTabViewHost]"Grid_backgroundPercent"=dword:00000100; Set whether windows are shown behind the Alt-Tab interface. 00000000 is no, 00000001 is yes[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MultitaskingView\AltTabViewHost]"Wallpaper"=dword:00000001; Sets the dim percentage of the background, 00000000 is no dimming, 00000100 is full dimming[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MultitaskingView\AltTabViewHost]"BackgroundDimmingLayer_percent"=dword:000000100