Windows 10 default dpi settings make cmd blurry
I have recently upgraded to Windows 10 and I have noticed that my cmd console is very big and blurry. I have tried reducing text-size, but if I reduce those the desktop items become too small.
The recommended setting is 125% which I must use for proper desktop display. The same setting makes my cmd look like:

OK, it looks better here but on my screen it is much bigger and blurry. Another one to show:

Background is firefox browser showing SO page with the image and in front the real cmd. I know you can disable high dpi for applications under compatibility, but how do I do this for cmd.
windows-10 cmd.exe dpi scaling font-smoothing
add a comment |
I have recently upgraded to Windows 10 and I have noticed that my cmd console is very big and blurry. I have tried reducing text-size, but if I reduce those the desktop items become too small.
The recommended setting is 125% which I must use for proper desktop display. The same setting makes my cmd look like:

OK, it looks better here but on my screen it is much bigger and blurry. Another one to show:

Background is firefox browser showing SO page with the image and in front the real cmd. I know you can disable high dpi for applications under compatibility, but how do I do this for cmd.
windows-10 cmd.exe dpi scaling font-smoothing
add a comment |
I have recently upgraded to Windows 10 and I have noticed that my cmd console is very big and blurry. I have tried reducing text-size, but if I reduce those the desktop items become too small.
The recommended setting is 125% which I must use for proper desktop display. The same setting makes my cmd look like:

OK, it looks better here but on my screen it is much bigger and blurry. Another one to show:

Background is firefox browser showing SO page with the image and in front the real cmd. I know you can disable high dpi for applications under compatibility, but how do I do this for cmd.
windows-10 cmd.exe dpi scaling font-smoothing
I have recently upgraded to Windows 10 and I have noticed that my cmd console is very big and blurry. I have tried reducing text-size, but if I reduce those the desktop items become too small.
The recommended setting is 125% which I must use for proper desktop display. The same setting makes my cmd look like:

OK, it looks better here but on my screen it is much bigger and blurry. Another one to show:

Background is firefox browser showing SO page with the image and in front the real cmd. I know you can disable high dpi for applications under compatibility, but how do I do this for cmd.
windows-10 cmd.exe dpi scaling font-smoothing
windows-10 cmd.exe dpi scaling font-smoothing
edited Feb 24 at 9:19
͏͏͏
2,75111214
2,75111214
asked Aug 1 '15 at 5:49
user568109user568109
247412
247412
add a comment |
add a comment |
6 Answers
6
active
oldest
votes
This forum thread discusses the problem: Link.
It looks like this is a bug or missing feature in Windows 10. To fix it:
Press Win + R to open the Run Dialog. Enter shell:startup and press enter.
Right click in the startup folder and choose New -> Text Document.
Enter this text in the text document
REG ADD "HKCUControl PanelDesktop" /v DpiScalingVer /t REG_DWORD /d 0x00001018 /f
REG ADD "HKCUControl PanelDesktop" /v Win8DpiScaling /t REG_DWORD /d 0x00000001 /f
REG ADD "HKCUControl PanelDesktop" /v LogPixels /t REG_DWORD /d 0x00000078 /f
Save the file and rename it to fixdpi.cmd
Double click on the file to run it once.
Restart Windows.
The reason it needs to be run every startup is that Windows resets the options every other (?) restart.
This helped me with the blurry monitor issue :) Thanks
– dingo_d
Nov 12 '15 at 15:49
add a comment |
OK, so there are 2 settings for font sizing. Here is what I use and is much better for me. The two settings are for:
Right-click on desktop chose display a setting window will open. For me earlier it was set to 125% which by the way is recommended. I changed it to 100% (the lowest).
In the above window opened, there is a link for Advanced display settings at bottom, open it. Again there will be an Advanced sizing of text and other items at bottom, open it. A new window will open, which will have link to custom scaling level (not recommended), open it. For me it was set to 100% earlier. I changed it to 125%.
Now my text is crisp and sharp and desktop items are neither blurred/enlarged nor too small. Also cmd fonts are not blurred now, which were not noticeable with reduced fonts. I reduced font-size for cmd anyway as it was too big.
add a comment |
I've managed to get sharp fonts in CMD, Device Manager, etc using standard Windows settings UI (i.e., without the auto-start registry script).
Basically, you need to go to the Control Panel > Appearance and Personalization > Display and set a custom scaling level to 125%.
The nuance is that the UI won't let you to apply the setting if you already have the recommended 125% setting in the Settings > Display. But there are at least two workarounds:
Workaround 1: You can just set the scaling level to some other value in the Settings > Display UI, just before changing the settings back to 125% in the custom scaling level UI.
Workaround 2: You can set the custom scaling level to some other value in the custom scaling level UI, Apply, choose to re-logon later in the popped dialog, then set the custom scaling level back to 125%, Apply, and re-logon manually.
I've tested both workarounds and they both worked on two of my laptops.
add a comment |
I have similar issues with blurry fonts on Windows 10 for %125 DPI. Please try this tool. It works for me perfectly. The tool claims that the root cause lies in the different DPI algorithms used in Windows 8/8.1 and 10.
add a comment |
I had blurry fonts although 100% scale font was selected by default on newly installed Windows 10. What helped in my case:
- Change scale to different eg. from 100% to 125%
- Sign out (to trigger the changes)
- Sign in
- Then fonts should be visible perfect
- Change scale back to eg.100%
- The font should stay visible perfect
It is important to log off and log on. Without that it does not work
add a comment |
This scaling issue is a known problem with Windows, the only thing you can really do is find the best scaling settings that fit your needs. Although, you should be able to set a console text size by right clicking on the cmd prompt. Setting a console text size shouldn't affect the rest of Windows.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f948758%2fwindows-10-default-dpi-settings-make-cmd-blurry%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
This forum thread discusses the problem: Link.
It looks like this is a bug or missing feature in Windows 10. To fix it:
Press Win + R to open the Run Dialog. Enter shell:startup and press enter.
Right click in the startup folder and choose New -> Text Document.
Enter this text in the text document
REG ADD "HKCUControl PanelDesktop" /v DpiScalingVer /t REG_DWORD /d 0x00001018 /f
REG ADD "HKCUControl PanelDesktop" /v Win8DpiScaling /t REG_DWORD /d 0x00000001 /f
REG ADD "HKCUControl PanelDesktop" /v LogPixels /t REG_DWORD /d 0x00000078 /f
Save the file and rename it to fixdpi.cmd
Double click on the file to run it once.
Restart Windows.
The reason it needs to be run every startup is that Windows resets the options every other (?) restart.
This helped me with the blurry monitor issue :) Thanks
– dingo_d
Nov 12 '15 at 15:49
add a comment |
This forum thread discusses the problem: Link.
It looks like this is a bug or missing feature in Windows 10. To fix it:
Press Win + R to open the Run Dialog. Enter shell:startup and press enter.
Right click in the startup folder and choose New -> Text Document.
Enter this text in the text document
REG ADD "HKCUControl PanelDesktop" /v DpiScalingVer /t REG_DWORD /d 0x00001018 /f
REG ADD "HKCUControl PanelDesktop" /v Win8DpiScaling /t REG_DWORD /d 0x00000001 /f
REG ADD "HKCUControl PanelDesktop" /v LogPixels /t REG_DWORD /d 0x00000078 /f
Save the file and rename it to fixdpi.cmd
Double click on the file to run it once.
Restart Windows.
The reason it needs to be run every startup is that Windows resets the options every other (?) restart.
This helped me with the blurry monitor issue :) Thanks
– dingo_d
Nov 12 '15 at 15:49
add a comment |
This forum thread discusses the problem: Link.
It looks like this is a bug or missing feature in Windows 10. To fix it:
Press Win + R to open the Run Dialog. Enter shell:startup and press enter.
Right click in the startup folder and choose New -> Text Document.
Enter this text in the text document
REG ADD "HKCUControl PanelDesktop" /v DpiScalingVer /t REG_DWORD /d 0x00001018 /f
REG ADD "HKCUControl PanelDesktop" /v Win8DpiScaling /t REG_DWORD /d 0x00000001 /f
REG ADD "HKCUControl PanelDesktop" /v LogPixels /t REG_DWORD /d 0x00000078 /f
Save the file and rename it to fixdpi.cmd
Double click on the file to run it once.
Restart Windows.
The reason it needs to be run every startup is that Windows resets the options every other (?) restart.
This forum thread discusses the problem: Link.
It looks like this is a bug or missing feature in Windows 10. To fix it:
Press Win + R to open the Run Dialog. Enter shell:startup and press enter.
Right click in the startup folder and choose New -> Text Document.
Enter this text in the text document
REG ADD "HKCUControl PanelDesktop" /v DpiScalingVer /t REG_DWORD /d 0x00001018 /f
REG ADD "HKCUControl PanelDesktop" /v Win8DpiScaling /t REG_DWORD /d 0x00000001 /f
REG ADD "HKCUControl PanelDesktop" /v LogPixels /t REG_DWORD /d 0x00000078 /f
Save the file and rename it to fixdpi.cmd
Double click on the file to run it once.
Restart Windows.
The reason it needs to be run every startup is that Windows resets the options every other (?) restart.
edited Aug 21 '15 at 18:37
Francisco Tapia
2,23331340
2,23331340
answered Aug 21 '15 at 15:09
Lennart SchedinLennart Schedin
1313
1313
This helped me with the blurry monitor issue :) Thanks
– dingo_d
Nov 12 '15 at 15:49
add a comment |
This helped me with the blurry monitor issue :) Thanks
– dingo_d
Nov 12 '15 at 15:49
This helped me with the blurry monitor issue :) Thanks
– dingo_d
Nov 12 '15 at 15:49
This helped me with the blurry monitor issue :) Thanks
– dingo_d
Nov 12 '15 at 15:49
add a comment |
OK, so there are 2 settings for font sizing. Here is what I use and is much better for me. The two settings are for:
Right-click on desktop chose display a setting window will open. For me earlier it was set to 125% which by the way is recommended. I changed it to 100% (the lowest).
In the above window opened, there is a link for Advanced display settings at bottom, open it. Again there will be an Advanced sizing of text and other items at bottom, open it. A new window will open, which will have link to custom scaling level (not recommended), open it. For me it was set to 100% earlier. I changed it to 125%.
Now my text is crisp and sharp and desktop items are neither blurred/enlarged nor too small. Also cmd fonts are not blurred now, which were not noticeable with reduced fonts. I reduced font-size for cmd anyway as it was too big.
add a comment |
OK, so there are 2 settings for font sizing. Here is what I use and is much better for me. The two settings are for:
Right-click on desktop chose display a setting window will open. For me earlier it was set to 125% which by the way is recommended. I changed it to 100% (the lowest).
In the above window opened, there is a link for Advanced display settings at bottom, open it. Again there will be an Advanced sizing of text and other items at bottom, open it. A new window will open, which will have link to custom scaling level (not recommended), open it. For me it was set to 100% earlier. I changed it to 125%.
Now my text is crisp and sharp and desktop items are neither blurred/enlarged nor too small. Also cmd fonts are not blurred now, which were not noticeable with reduced fonts. I reduced font-size for cmd anyway as it was too big.
add a comment |
OK, so there are 2 settings for font sizing. Here is what I use and is much better for me. The two settings are for:
Right-click on desktop chose display a setting window will open. For me earlier it was set to 125% which by the way is recommended. I changed it to 100% (the lowest).
In the above window opened, there is a link for Advanced display settings at bottom, open it. Again there will be an Advanced sizing of text and other items at bottom, open it. A new window will open, which will have link to custom scaling level (not recommended), open it. For me it was set to 100% earlier. I changed it to 125%.
Now my text is crisp and sharp and desktop items are neither blurred/enlarged nor too small. Also cmd fonts are not blurred now, which were not noticeable with reduced fonts. I reduced font-size for cmd anyway as it was too big.
OK, so there are 2 settings for font sizing. Here is what I use and is much better for me. The two settings are for:
Right-click on desktop chose display a setting window will open. For me earlier it was set to 125% which by the way is recommended. I changed it to 100% (the lowest).
In the above window opened, there is a link for Advanced display settings at bottom, open it. Again there will be an Advanced sizing of text and other items at bottom, open it. A new window will open, which will have link to custom scaling level (not recommended), open it. For me it was set to 100% earlier. I changed it to 125%.
Now my text is crisp and sharp and desktop items are neither blurred/enlarged nor too small. Also cmd fonts are not blurred now, which were not noticeable with reduced fonts. I reduced font-size for cmd anyway as it was too big.
answered Aug 6 '15 at 23:54
user568109user568109
247412
247412
add a comment |
add a comment |
I've managed to get sharp fonts in CMD, Device Manager, etc using standard Windows settings UI (i.e., without the auto-start registry script).
Basically, you need to go to the Control Panel > Appearance and Personalization > Display and set a custom scaling level to 125%.
The nuance is that the UI won't let you to apply the setting if you already have the recommended 125% setting in the Settings > Display. But there are at least two workarounds:
Workaround 1: You can just set the scaling level to some other value in the Settings > Display UI, just before changing the settings back to 125% in the custom scaling level UI.
Workaround 2: You can set the custom scaling level to some other value in the custom scaling level UI, Apply, choose to re-logon later in the popped dialog, then set the custom scaling level back to 125%, Apply, and re-logon manually.
I've tested both workarounds and they both worked on two of my laptops.
add a comment |
I've managed to get sharp fonts in CMD, Device Manager, etc using standard Windows settings UI (i.e., without the auto-start registry script).
Basically, you need to go to the Control Panel > Appearance and Personalization > Display and set a custom scaling level to 125%.
The nuance is that the UI won't let you to apply the setting if you already have the recommended 125% setting in the Settings > Display. But there are at least two workarounds:
Workaround 1: You can just set the scaling level to some other value in the Settings > Display UI, just before changing the settings back to 125% in the custom scaling level UI.
Workaround 2: You can set the custom scaling level to some other value in the custom scaling level UI, Apply, choose to re-logon later in the popped dialog, then set the custom scaling level back to 125%, Apply, and re-logon manually.
I've tested both workarounds and they both worked on two of my laptops.
add a comment |
I've managed to get sharp fonts in CMD, Device Manager, etc using standard Windows settings UI (i.e., without the auto-start registry script).
Basically, you need to go to the Control Panel > Appearance and Personalization > Display and set a custom scaling level to 125%.
The nuance is that the UI won't let you to apply the setting if you already have the recommended 125% setting in the Settings > Display. But there are at least two workarounds:
Workaround 1: You can just set the scaling level to some other value in the Settings > Display UI, just before changing the settings back to 125% in the custom scaling level UI.
Workaround 2: You can set the custom scaling level to some other value in the custom scaling level UI, Apply, choose to re-logon later in the popped dialog, then set the custom scaling level back to 125%, Apply, and re-logon manually.
I've tested both workarounds and they both worked on two of my laptops.
I've managed to get sharp fonts in CMD, Device Manager, etc using standard Windows settings UI (i.e., without the auto-start registry script).
Basically, you need to go to the Control Panel > Appearance and Personalization > Display and set a custom scaling level to 125%.
The nuance is that the UI won't let you to apply the setting if you already have the recommended 125% setting in the Settings > Display. But there are at least two workarounds:
Workaround 1: You can just set the scaling level to some other value in the Settings > Display UI, just before changing the settings back to 125% in the custom scaling level UI.
Workaround 2: You can set the custom scaling level to some other value in the custom scaling level UI, Apply, choose to re-logon later in the popped dialog, then set the custom scaling level back to 125%, Apply, and re-logon manually.
I've tested both workarounds and they both worked on two of my laptops.
answered Feb 11 '16 at 14:50
Alex CheAlex Che
1,90721312
1,90721312
add a comment |
add a comment |
I have similar issues with blurry fonts on Windows 10 for %125 DPI. Please try this tool. It works for me perfectly. The tool claims that the root cause lies in the different DPI algorithms used in Windows 8/8.1 and 10.
add a comment |
I have similar issues with blurry fonts on Windows 10 for %125 DPI. Please try this tool. It works for me perfectly. The tool claims that the root cause lies in the different DPI algorithms used in Windows 8/8.1 and 10.
add a comment |
I have similar issues with blurry fonts on Windows 10 for %125 DPI. Please try this tool. It works for me perfectly. The tool claims that the root cause lies in the different DPI algorithms used in Windows 8/8.1 and 10.
I have similar issues with blurry fonts on Windows 10 for %125 DPI. Please try this tool. It works for me perfectly. The tool claims that the root cause lies in the different DPI algorithms used in Windows 8/8.1 and 10.
answered Feb 1 '17 at 14:43
smwikipediasmwikipedia
1791526
1791526
add a comment |
add a comment |
I had blurry fonts although 100% scale font was selected by default on newly installed Windows 10. What helped in my case:
- Change scale to different eg. from 100% to 125%
- Sign out (to trigger the changes)
- Sign in
- Then fonts should be visible perfect
- Change scale back to eg.100%
- The font should stay visible perfect
It is important to log off and log on. Without that it does not work
add a comment |
I had blurry fonts although 100% scale font was selected by default on newly installed Windows 10. What helped in my case:
- Change scale to different eg. from 100% to 125%
- Sign out (to trigger the changes)
- Sign in
- Then fonts should be visible perfect
- Change scale back to eg.100%
- The font should stay visible perfect
It is important to log off and log on. Without that it does not work
add a comment |
I had blurry fonts although 100% scale font was selected by default on newly installed Windows 10. What helped in my case:
- Change scale to different eg. from 100% to 125%
- Sign out (to trigger the changes)
- Sign in
- Then fonts should be visible perfect
- Change scale back to eg.100%
- The font should stay visible perfect
It is important to log off and log on. Without that it does not work
I had blurry fonts although 100% scale font was selected by default on newly installed Windows 10. What helped in my case:
- Change scale to different eg. from 100% to 125%
- Sign out (to trigger the changes)
- Sign in
- Then fonts should be visible perfect
- Change scale back to eg.100%
- The font should stay visible perfect
It is important to log off and log on. Without that it does not work
answered Oct 2 '18 at 21:48
essentialessential
477
477
add a comment |
add a comment |
This scaling issue is a known problem with Windows, the only thing you can really do is find the best scaling settings that fit your needs. Although, you should be able to set a console text size by right clicking on the cmd prompt. Setting a console text size shouldn't affect the rest of Windows.
add a comment |
This scaling issue is a known problem with Windows, the only thing you can really do is find the best scaling settings that fit your needs. Although, you should be able to set a console text size by right clicking on the cmd prompt. Setting a console text size shouldn't affect the rest of Windows.
add a comment |
This scaling issue is a known problem with Windows, the only thing you can really do is find the best scaling settings that fit your needs. Although, you should be able to set a console text size by right clicking on the cmd prompt. Setting a console text size shouldn't affect the rest of Windows.
This scaling issue is a known problem with Windows, the only thing you can really do is find the best scaling settings that fit your needs. Although, you should be able to set a console text size by right clicking on the cmd prompt. Setting a console text size shouldn't affect the rest of Windows.
answered Aug 1 '15 at 6:02
UlincsysUlincsys
630617
630617
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f948758%2fwindows-10-default-dpi-settings-make-cmd-blurry%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown