Font key to get better screen in all apps(works on almost every device)

Search This thread

K4sh

Senior Member
Feb 17, 2013
102
99
30
Hey guys today am going to share a registry key that could help you to get better screen resolution in all apps. I tested it on my device and it is giving good result
PATH: SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Theme
KEY: FontScale
VALUE: any value b/w 10 to 100 (recommended 50)

I hope it helps you
Click thanks if you like
 

Attachments

  • wp_ss_20150217_0001.jpg
    wp_ss_20150217_0001.jpg
    48.5 KB · Views: 1,472
  • wp_ss_20150217_0002.png
    wp_ss_20150217_0002.png
    65.4 KB · Views: 1,435
  • FPImage.jpg
    FPImage.jpg
    115.9 KB · Views: 1,345
  • FPImage(1).jpg
    FPImage(1).jpg
    114.2 KB · Views: 1,261
Last edited:

K4sh

Senior Member
Feb 17, 2013
102
99
30
you did not get a better screen, you just made the text smaller
yes no change in screen resolution
but using way we can get the font and tiles even smaller than the system's default

Looks neat to me, using the UserPreferenceWidth did the same but for some apps only, i thought we could add the fifth button in action center with this too.
Any key for that?
No in ease of access you dont get as low as he has mentioned.
Use UserPreferenceWidth=75
that too gives lower font size

thanks for confirming
yes, i tried that UserPreferenceWidth option but that key is not working on Lumia devices.
I also tried to add the fifth action center tile but no luck till now.
 
  • Like
Reactions: Danish18

surya467

Senior Member
thanks for confirming
yes, i tried that UserPreferenceWidth option but that key is not working on Lumia devices.
I also tried to add the fifth action center tile but no luck till now.

weird, it worked for me on Lumia 525, u need to restart the phone once u edit the registry, atleast that was what I had to do to get it to work. Remember to pin the Preview for developers app to the start screen before u restart the phone or else it disappears from the app list.
i.e if you use the PfD reg tool hack
 
Last edited:

xboxmod

Senior Recognized Developer
May 20, 2007
994
2,010
42
Gap
This is a lot better to add this key insteed change font scale!!

Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Theme]
"UserPreferenceWidth"=DWORD:0x0000004B

& for 5 actions button:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Settings\QuickSettingElements\Pinned]
"AllowedQuickSettingsElements"=DWORD:00000005
 
  • Like
Reactions: Mattemoller90

Mattemoller90

Senior Member
Nov 28, 2008
226
32
This is a lot better to add this key insteed change font scale!!
..
& for 5 actions button:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Settings\QuickSettingElements\Pinned]
"AllowedQuickSettingsElements"=DWORD:00000005


Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Settings\QuickSettingElements\Pinned]
"AllowedQuickSettingsElements"=DWORD:00000006

With AllowedQuickSettingsElements=6 I have 6 actions button or my phone doesn't boot in your opinion?
Or nothing change?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    Hey guys today am going to share a registry key that could help you to get better screen resolution in all apps. I tested it on my device and it is giving good result
    PATH: SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Theme
    KEY: FontScale
    VALUE: any value b/w 10 to 100 (recommended 50)

    I hope it helps you
    Click thanks if you like
    1
    under ease of access you can do this , Text size

    No in ease of access you dont get as low as he has mentioned.
    Use UserPreferenceWidth=75
    that too gives lower font size
    1
    you did not get a better screen, you just made the text smaller
    yes no change in screen resolution
    but using way we can get the font and tiles even smaller than the system's default

    Looks neat to me, using the UserPreferenceWidth did the same but for some apps only, i thought we could add the fifth button in action center with this too.
    Any key for that?
    No in ease of access you dont get as low as he has mentioned.
    Use UserPreferenceWidth=75
    that too gives lower font size

    thanks for confirming
    yes, i tried that UserPreferenceWidth option but that key is not working on Lumia devices.
    I also tried to add the fifth action center tile but no luck till now.
    1
    This is a lot better to add this key insteed change font scale!!

    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Theme]
    "UserPreferenceWidth"=DWORD:0x0000004B

    & for 5 actions button:
    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Settings\QuickSettingElements\Pinned]
    "AllowedQuickSettingsElements"=DWORD:00000005