Modify the DPI setting method of the login interface of Win 8 system

  
                                    

Opening Message: With the development of display technology, the resolution of the screen is constantly improving, and the display of 1920x1080 resolution has begun to become a general device!

However, the default DPI of Windows system still stays at 96DPI. This is very bad for viewing text under high-resolution monitors; I believe many of my friends have manually adjusted DPI, but like me, you may have doubts about the DPI settings of the login interface: Why is the default 96DPI? In Windows Vista, the DPI settings are the same as the resolution settings. They are a global setting. After setting, all users, including the DPI at the login interface, will be set to the value you need. Since Win 7, the DPI settings have changed and the settings are only valid for the current user.

Here's how to change the DPI settings of the login interface

1. Adjust your current user's DPI settings to make it look right for your screen 2. Open the Registry Editor and navigate to HKEY_CURRENT_USERControl PanelDesktop , find the DWORD value LogPixels, copy the value (in my case this value is hexadecimal 78).

2, navigate to HKEY_USERS.DEFAULTControl PanelDesktop, create a new DWORD value, named LogPixels, assign the value of the LogPixels of the current user you just copied (such as my 78).

3 At this point, the DPI setting of the login interface is completed.

Other users' DPI settings can also be changed. The specific operation method is as follows:

1. Search LogPixels in the registry to modify all LogPixels values ​​with a key value of not less than 60. For your current user's value (in my case, I need to change them to 78). This allows even new users to use the specified DPI without having to set it up.

2. What if you don't want to use it? Just change all the LogPixels key values ​​in the registry with a key value of 60 or less to 60 to restore the default 96DPI.

Conclusion: The above settings also apply to Windows Server 2012, Windows Server 2008 R2, Win 7. You can try it yourself!

Note: Please pay attention to the computer tutorial section, computer office group: 189034526 welcome you to join

Copyright © Windows knowledge All Rights Reserved