taskbar size
This commit is contained in:
@@ -581,6 +581,35 @@ StartMenu Local:
|
||||
|
||||
</details>
|
||||
|
||||
<details><summary><b> <img width=20px src="https://cdn-icons-png.flaticon.com/512/6585/6585361.png"> TaskBar Size (Small, medium, big)</b></summary>
|
||||
|
||||

|
||||
|
||||
**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
|
||||
```
|
||||
</details>
|
||||
|
||||
<details><summary><b> <img width=20px src="https://cdn-icons-png.flaticon.com/512/6585/6585361.png"> TaskBar Layout (Top, bottom)</b></summary>
|
||||
|
||||

|
||||
@@ -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) <a href="https://user-images.githubusercontent.com/86190960/122673593-bfbee800-d1d9-11eb-8af7-aece6bea23d7.png"> <br> <img src="https://i.ibb.co/7X4680R/122673593-bfbee800-d1d9-11eb-8af7-aece6bea23d7.png"></a> | Изменить размер панели задач |
|
||||
| [InputSwitch.zip](https://awesome-windows11.github.io/windows11/%D1%82%D0%B2%D0%B8%D0%BA%D0%B8/InputSwitch.zip) <br>  | Отключить / включить всплывающую панель языка
|
||||
| [contextmenu.reg](https://github.com/awesome-windows11/windows11/blob/df7d30d80c1cf5fac49b5c3517000cebae5e0d5d/windows_tweaker.reg#L73) <br>  | Восстановить классические контекстные меню в масштабе всей системы
|
||||
|
||||
|
||||
Reference in New Issue
Block a user