diff --git a/README.md b/README.md index 83349cf..fe80536 100644 --- a/README.md +++ b/README.md @@ -581,6 +581,35 @@ StartMenu Local: +
TaskBar Size (Small, medium, big) + + ![image](https://user-images.githubusercontent.com/86190960/122673593-bfbee800-d1d9-11eb-8af7-aece6bea23d7.png) + + **Small TaskBar** + + ```powershell + reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v TaskbarSi /t REG_DWORD /d 0 /f + taskkill /F /IM explorer.exe + start explorer.exe + ``` + + **Medium TaskBar** + + ```powershell + reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v TaskbarSi /t REG_DWORD /d 1 /f + taskkill /F /IM explorer.exe + start explorer.exe + ``` + + ### Big TaskBar + + ```powershell + reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v TaskbarSi /t REG_DWORD /d 2 /f + taskkill /F /IM explorer.exe + start explorer.exe + ``` +
+
TaskBar Layout (Top, bottom) ![image](https://user-images.githubusercontent.com/86190960/149355038-60bd0c3e-cec0-4ca7-bab3-16bccfa4d597.png) @@ -869,7 +898,6 @@ StartMenu Local: | Скачать | Описание | | -------- | --------- | -| [TaskBarSize.bat](https://awesome-windows11.github.io/windows11/%D1%82%D0%B2%D0%B8%D0%BA%D0%B8/TaskBarSize.bat)
| Изменить размер панели задач | | [InputSwitch.zip](https://awesome-windows11.github.io/windows11/%D1%82%D0%B2%D0%B8%D0%BA%D0%B8/InputSwitch.zip)
![image](https://user-images.githubusercontent.com/86190960/149355219-377f3d65-d638-4937-bfa7-69e24332eab3.png) | Отключить / включить всплывающую панель языка | [contextmenu.reg](https://github.com/awesome-windows11/windows11/blob/df7d30d80c1cf5fac49b5c3517000cebae5e0d5d/windows_tweaker.reg#L73)
![image](https://user-images.githubusercontent.com/86190960/124923114-d26f5480-e002-11eb-8935-ea1d777d8425.png) | Восстановить классические контекстные меню в масштабе всей системы