What should I do if the window size in Windows 10 cannot be adjusted at will?

王林
Release: 2024-02-12 09:00:09
forward
944 people have browsed it

php editor Yuzai provides you with a solution to the problem that the size of the Win10 window cannot be adjusted at will. Sometimes when we use Win10 system, we will find that the window size cannot be adjusted freely. This may be due to system settings or applications. To resolve this issue, you can try restarting your computer, checking your display settings, updating your drivers, using shortcut keys, or resizing the window by changing the registry. These methods can usually help you solve the problem of window size adjustment, allowing you to use the Win10 system more conveniently.

Win10 window size cannot be adjusted at will Problem analysis

Method 1:

1. Press win r to open the run window, enter regedit, and press Enter to open the registry editor.

2. Then expand: HKEY_CURRENT_USER_Control Panel_Desktop_WindowMetrics.

What should I do if the window size in Windows 10 cannot be adjusted at will?

3. Find and open CaptionHeight on the right side. It represents the height of the window title bar. Its value is calculated as: -15*expected height (pixels). For example, if you want the window title bar height to be 20, its value should be -15*18=-300.

Method 2:

1. Search for Rgedti and open the registry editor.

What should I do if the window size in Windows 10 cannot be adjusted at will?

2. Navigate to the following path "ComputerHKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerTaskband".

What should I do if the window size in Windows 10 cannot be adjusted at will?

3. Next, we create a new "DWORD (32-bit) value" on the right and name it "MinThumbSizePx".

What should I do if the window size in Windows 10 cannot be adjusted at will?

#4. Double-click to open, change the "base" on the right to "decimal", and fill in the window size with the numerical data on the left, in pixels.

What should I do if the window size in Windows 10 cannot be adjusted at will?

#5. The modification is completed. Now we can restart Windows Explorer in the Task Manager to see the effect.

The above is the detailed content of What should I do if the window size in Windows 10 cannot be adjusted at will?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:xpwin7.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template