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.
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.
2. Navigate to the following path "ComputerHKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerTaskband".
3. Next, we create a new "DWORD (32-bit) value" on the right and name it "MinThumbSizePx".
#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.
#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!