Win10如何自定義Alt-Tab界面邊框的透明度?
Win10如何自定義Alt-Tab界面邊框的透明度?Alt-Tab是切換窗口的快捷鍵,一些用戶在Win10系統下使用Alt-Tab組合鍵切換窗口時,發現Alt-Tab界面邊框的透明度不夠,那么Alt-Tab界面邊框的透明度要如何設置呢?別著急,下面小編給大家分享Win10自定義Alt-Tab界面邊框透明度的操作方法。
Win10如何自定義Alt-Tab界面邊框的透明度?
方法一:
1、點擊Windows+R組合鍵鍵,鍵入regedit,然后按Enter鍵;
2、在左側依次展開HKEY_CURRENT_USER SOFTWARE Microsoft Windows CurrentVersion Explorer,右鍵選擇【新建】-【項】,將該名稱命名為MultitaskingView;
3、右鍵單擊MultitaskingView,然后選擇【新建】-【項】,將該項命名為AltTabViewHost;
4、右鍵單擊AltTabViewHost,然后選擇新建》 Dword(32位)值,命名為:Grid_backgroundPercent ;
5、雙擊打開Grid_backgroundPercent,輸入需要設置的透明度(以百分比設置值。 0表示100%透明度,100%無透明度。);
6、在AltTabViewHost上單擊右鍵,然后選擇新建》 Dword(32位)值,將其命名為BackgroundDimmingLayer_percent,以百分比設置值,100%為完全調光。
方法二:
1、直接將下面代碼復制到記事本中;
01Windows Registry Editor Version 5.0002; Set transparency of Alt-Tab interface between 00000000 (full transparency) and 000000100 (no transparency)03[HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionExplorerMultitaskingViewAltTabViewHost]04"Grid_backgroundPercent"=dword:0000010005; Set whether windows are shown behind the Alt-Tab interface. 00000000 is no, 00000001 is yes06[HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionExplorerMultitaskingViewAltTabViewHost]07"Wallpaper"=dword:0000000108; Sets the dim percentage of the background, 00000000 is no dimming, 00000100 is full dimming09[HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionExplorerMultitaskingViewAltTabViewHost]10"BackgroundDimmingLayer_percent"=dword:000000100復制代碼Windows Registry Editor Version 5.00; Set transparency of Alt-Tab interface between 00000000 (full transparency) and 000000100 (no transparency)[HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionExplorerMultitaskingViewAltTabViewHost]"Grid_backgroundPercent"=dword:00000100; Set whether windows are shown behind the Alt-Tab interface. 00000000 is no, 00000001 is yes[HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionExplorerMultitaskingViewAltTabViewHost]"Wallpaper"=dword:00000001; Sets the dim percentage of the background, 00000000 is no dimming, 00000100 is full dimming[HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionExplorerMultitaskingViewAltTabViewHost]"BackgroundDimmingLayer_percent"=dword:0000001002、點擊記事本左上角的“文件”,在下拉菜單中選擇“另存為”;
3、、在打開的另存為窗口,先點擊窗口左側的“桌面”,然后在在文件名(N)欄中輸入“Alt-Tab界面邊框透明度.reg ”,再點擊“保存”;
4、雙擊Alt-Tab界面邊框的透明度.reg文件 ,導入注冊表即可。
以上就是Win10自定義Alt-Tab界面邊框透明度的兩種方法,大家可以選擇其中一種方法進行設置,希望該教程可以幫助到大家。
相關文章:
1. 更新FreeBSD Port Tree的幾種方法小結2. 收到Win11推送了嗎?微軟要對Win11首個正式版強制升級了!3. 蘋果macOS Ventura 13.3 首個 Public Beta 測試版本發布4. 請盡快升級: Ubuntu 18.04 LTS 和 Linux Mint 19.x 發行版將于 4 月停止支持5. Win11Beta預覽版22621.1180和22623.1180發布 附KB5022363內容匯總6. 微軟規劃提升 Win10 / Win11圖形和音頻驅動質量7. Win11 USB接口不能用怎么辦? Win11電腦USB接口沒反應的解決辦法8. Ubuntu 20.04.2 發布,包括中國版的優麒麟9. mac文本怎么添加快捷短語? mac電腦添加快捷文本短語的技巧10. 關于linux(ubuntu 18.04) 中idea操作數據庫失敗的問題
