Windows 10 Change_size_of_buttons
Change size of buttons (close, minimize, etc) in Windows 10
Problem:
In small screens the size of caption buttons is so small and it’s difficult to read.
Solution:
Increase the size using the registry editor.
Using larger caption buttons will also increase the height of title bars.
Step by step
- Open Registry Editor (
regedit.exe). You can pressWindows key + Rand typeregedit.exe. - Navigate to the key below in the left pane of Registry Editor.
HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics
- In the left pane choose
WindowsMetricskey. Then in the right pane of theWindowsMetricskey, double click/tap on theCaptionHeightstring value to modify it. - Enter a value between
-120(smaller) to-1500(larger) for what you want, I prefer-420value, and click/tap onOK.
-330 is the default value. -420 is the result of -15 x 28 px= -420, hence buttons will be 28px size.
The value uses the following formula: -15 x size (the size you want in pixels).
For example: -15 x 22 = -330.
- When finished, close Registry Editor.
Source:
https://www.tenforums.com/tutorials/79900-change-size-caption-buttons-windows-10-a.html