时间:2017-08-17来源:系统城装机大师作者:chunhua
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、直接将下面代码复制到记事本中;
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
2024-07-20
Windows10系统中gpedit.msc找不到怎么解决2024-07-18
windows10系统错误代码0xc0000001怎么解决2024-07-17
windows10系统安装失败怎么修复windows 10 无法更新的原因包括网络连接问题、存储空间不足、防病毒软件冲突、损坏的系统文件和第三方应用程序冲突。修复方法包括检查网络连接、清理存储空间、禁用防病毒软件、运行系统文件检查器、检查第三方应用...
2024-07-16
wsl 可以让你访问 windows 上的 linux bash shell,在 上一篇文章 中,我们讨论过关于 windows 的子系统 linuxwindows subsystem for linux(wsl)的目标用户,本文,我们将在 windows 10 的设备上,开启 wsl 的旅程。...
2024-07-16