Win10如何自定義Alt-Tab界面邊框的透明度(圖文)(2/2)
方法二:
1、直接將下面代碼復制到記事本中;
01Windows Registry Editor Version 5.00
02; Set transparency of Alt-Tab interface between 00000000 (full transparency) and 000000100 (no transparency)
03[HKEY_CURRENT_USER/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/MultitaskingView/AltTabViewHost]
04"Grid_backgroundPercent"=dword:00000100
05; Set whether windows are shown behind the Alt-Tab interface. 00000000 is no, 00000001 is yes
06[HKEY_CURRENT_USER/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/MultitaskingView/AltTabViewHost]
07"Wallpaper"=dword:00000001
08; Sets the dim percentage of the background, 00000000 is no dimming, 00000100 is full dimming
09[HKEY_CURRENT_USER/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/MultitaskingView/AltTabViewHost]
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_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
2、點擊記事本左上角的“文件”,在下拉菜單中選擇“另存為”;
3、在打開的另存為窗口,先點擊窗口左側的“桌面”,然后在在文件名(N)欄中輸入“Alt-Tab界面邊框透明度.reg ”,再點擊“保存”;
4、雙擊Alt-Tab界面邊框的透明度.reg文件 ,導入注冊表即可。