---
lang: ja-jp
breaks: true
---
# Windows 11 Alt+Tab の画面切り替えが見にくい 2022-08-06
## プレビュー版を利用していた時の、Alt + Tabウィンドウスイッチャが見やすかったのでそれに変更する
:::info
プレビュー版の`Alt` + `Tab`

:::
> How to Enable New Windowed ALT+TAB on Windows 11 22526
> [(564) How to Enable New Windowed ALT+TAB on Windows 11 22526 - YouTube](https://www.youtube.com/watch?v=Tc6KS6awWAw)
> How to Enable New Windowed ALT+TAB on Windows 11 22526
> [How to Enable New Windowed ALT+TAB on Windows 11 22526 - Tech Based (itstechbased.com)](https://itstechbased.com/how-to-enable-new-windowed-alttab-on-windows-11-22526/)
> [ViVeTool v0.3.1](https://github.com/thebookisclosed/ViVe/releases/tag/v0.3.1)
```shell=
vivetool /enable /id:36226836 /variant:2
```
```shell=
C:\WINDOWS\system32>vivetool /enable /id:36226836 /variant:2
ViVeTool v0.3.1 - Windows feature configuration tool
Successfully set feature configuration(s)
```
```shell=
vivetool delconfig 36226836 2
```
```regedit=
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\FeatureManagement\Overrides\4\702590604]
"EnabledState"=dword:00000002
"EnabledStateOptions"=dword:00000001
"Variant"=dword:00000000
"VariantPayload"=dword:00000000
"VariantPayloadKind"=dword:00000000
```
## ツールを実行しても、レジストリを変更しても変更されなかった。。。
###### tags: `Windows 11` `Alt+Tab`