How to change the Default text size in Windows 7
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I have three text sizes in Windows 7:
- Smaller 100%
- Medium 125%
- Larger 150%
On our VMs, Smaller 100% is listed as "default" regardless of whether it's selected or not. On my local work machine, Medium 125% is listed as "default" regardless of whether it's selected or not. In the help file on both machines, 100% is listed as the default.
I'm trying to configure my local machine as Smaller 100% (default). How do I do this?
I've matched the themings and resolutions of my local machine to the VM, but my machine is still at 125% for default, and 100% for in-use.
I am trying to rule out some font rendering issues in Windows 7. The font sizes look great on the VMs, but not locally.
windows-7
add a comment |
I have three text sizes in Windows 7:
- Smaller 100%
- Medium 125%
- Larger 150%
On our VMs, Smaller 100% is listed as "default" regardless of whether it's selected or not. On my local work machine, Medium 125% is listed as "default" regardless of whether it's selected or not. In the help file on both machines, 100% is listed as the default.
I'm trying to configure my local machine as Smaller 100% (default). How do I do this?
I've matched the themings and resolutions of my local machine to the VM, but my machine is still at 125% for default, and 100% for in-use.
I am trying to rule out some font rendering issues in Windows 7. The font sizes look great on the VMs, but not locally.
windows-7
add a comment |
I have three text sizes in Windows 7:
- Smaller 100%
- Medium 125%
- Larger 150%
On our VMs, Smaller 100% is listed as "default" regardless of whether it's selected or not. On my local work machine, Medium 125% is listed as "default" regardless of whether it's selected or not. In the help file on both machines, 100% is listed as the default.
I'm trying to configure my local machine as Smaller 100% (default). How do I do this?
I've matched the themings and resolutions of my local machine to the VM, but my machine is still at 125% for default, and 100% for in-use.
I am trying to rule out some font rendering issues in Windows 7. The font sizes look great on the VMs, but not locally.
windows-7
I have three text sizes in Windows 7:
- Smaller 100%
- Medium 125%
- Larger 150%
On our VMs, Smaller 100% is listed as "default" regardless of whether it's selected or not. On my local work machine, Medium 125% is listed as "default" regardless of whether it's selected or not. In the help file on both machines, 100% is listed as the default.
I'm trying to configure my local machine as Smaller 100% (default). How do I do this?
I've matched the themings and resolutions of my local machine to the VM, but my machine is still at 125% for default, and 100% for in-use.
I am trying to rule out some font rendering issues in Windows 7. The font sizes look great on the VMs, but not locally.
windows-7
windows-7
asked Jan 15 '13 at 17:12
jglouiejglouie
3692514
3692514
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
- Right-click Desktop
- Click Personalization
- Click Window Color
Click Advanced Appearance Settings
For Item, use the pull down arrow > select Message Box
Under font > change the size to 9 > click OK
Found on Microsoft Answers.
This did not work. Thanks for the suggestion though
– jglouie
Jan 15 '13 at 17:18
Did you take a look at your DPI settings for the font size? uniquetipsonline.com/…
– Kruug
Jan 15 '13 at 17:24
Yes I did, and they're identical on both machines
– jglouie
Jan 15 '13 at 17:47
I did find a difference in HKEY_CURRENT_CONFIGSoftwareFontsLogPixels -- I'm wondering if this isn't getting updated propertly due to corporate restrictions on stuff
– jglouie
Jan 15 '13 at 17:48
add a comment |
I have the same problem, this is what I have found out so far:
125%:
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFonts]
"Courier 10,12,15"="COURF.FON"
"MS Serif 8,10,12,14,18,24"="SERIFF.FON"
"MS Sans Serif 8,10,12,14,18,24"="SSERIFF.FON"
"Small Fonts"="SMALLF.FON"
"Small Fonts (120)"="SMALLF.FON"
100%:
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFonts]
"Courier 10,12,15"="COURE.FON"
"MS Serif 8,10,12,14,18,24"="SERIFE.FON"
"MS Sans Serif 8,10,12,14,18,24"="SSERIFE.FON"
"Small Fonts"="SMALLE.FON"
"Small Fonts (120)"="SMALLF.FON"
Filename ending with "F" is big font. I had to change those values to be able to display correctly older Delphi software.
Welcome to Super User! This is really a comment and not an answer to the original question. You can always comment on your own posts, and once you have sufficient reputation you will be able to comment on any post. Please read Why do I need 50 reputation to comment? What can I do instead?
– DavidPostill♦
Dec 3 '16 at 12:27
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%2f536640%2fhow-to-change-the-default-text-size-in-windows-7%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
- Right-click Desktop
- Click Personalization
- Click Window Color
Click Advanced Appearance Settings
For Item, use the pull down arrow > select Message Box
Under font > change the size to 9 > click OK
Found on Microsoft Answers.
This did not work. Thanks for the suggestion though
– jglouie
Jan 15 '13 at 17:18
Did you take a look at your DPI settings for the font size? uniquetipsonline.com/…
– Kruug
Jan 15 '13 at 17:24
Yes I did, and they're identical on both machines
– jglouie
Jan 15 '13 at 17:47
I did find a difference in HKEY_CURRENT_CONFIGSoftwareFontsLogPixels -- I'm wondering if this isn't getting updated propertly due to corporate restrictions on stuff
– jglouie
Jan 15 '13 at 17:48
add a comment |
- Right-click Desktop
- Click Personalization
- Click Window Color
Click Advanced Appearance Settings
For Item, use the pull down arrow > select Message Box
Under font > change the size to 9 > click OK
Found on Microsoft Answers.
This did not work. Thanks for the suggestion though
– jglouie
Jan 15 '13 at 17:18
Did you take a look at your DPI settings for the font size? uniquetipsonline.com/…
– Kruug
Jan 15 '13 at 17:24
Yes I did, and they're identical on both machines
– jglouie
Jan 15 '13 at 17:47
I did find a difference in HKEY_CURRENT_CONFIGSoftwareFontsLogPixels -- I'm wondering if this isn't getting updated propertly due to corporate restrictions on stuff
– jglouie
Jan 15 '13 at 17:48
add a comment |
- Right-click Desktop
- Click Personalization
- Click Window Color
Click Advanced Appearance Settings
For Item, use the pull down arrow > select Message Box
Under font > change the size to 9 > click OK
Found on Microsoft Answers.
- Right-click Desktop
- Click Personalization
- Click Window Color
Click Advanced Appearance Settings
For Item, use the pull down arrow > select Message Box
Under font > change the size to 9 > click OK
Found on Microsoft Answers.
answered Jan 15 '13 at 17:16
KruugKruug
4,96221828
4,96221828
This did not work. Thanks for the suggestion though
– jglouie
Jan 15 '13 at 17:18
Did you take a look at your DPI settings for the font size? uniquetipsonline.com/…
– Kruug
Jan 15 '13 at 17:24
Yes I did, and they're identical on both machines
– jglouie
Jan 15 '13 at 17:47
I did find a difference in HKEY_CURRENT_CONFIGSoftwareFontsLogPixels -- I'm wondering if this isn't getting updated propertly due to corporate restrictions on stuff
– jglouie
Jan 15 '13 at 17:48
add a comment |
This did not work. Thanks for the suggestion though
– jglouie
Jan 15 '13 at 17:18
Did you take a look at your DPI settings for the font size? uniquetipsonline.com/…
– Kruug
Jan 15 '13 at 17:24
Yes I did, and they're identical on both machines
– jglouie
Jan 15 '13 at 17:47
I did find a difference in HKEY_CURRENT_CONFIGSoftwareFontsLogPixels -- I'm wondering if this isn't getting updated propertly due to corporate restrictions on stuff
– jglouie
Jan 15 '13 at 17:48
This did not work. Thanks for the suggestion though
– jglouie
Jan 15 '13 at 17:18
This did not work. Thanks for the suggestion though
– jglouie
Jan 15 '13 at 17:18
Did you take a look at your DPI settings for the font size? uniquetipsonline.com/…
– Kruug
Jan 15 '13 at 17:24
Did you take a look at your DPI settings for the font size? uniquetipsonline.com/…
– Kruug
Jan 15 '13 at 17:24
Yes I did, and they're identical on both machines
– jglouie
Jan 15 '13 at 17:47
Yes I did, and they're identical on both machines
– jglouie
Jan 15 '13 at 17:47
I did find a difference in HKEY_CURRENT_CONFIGSoftwareFontsLogPixels -- I'm wondering if this isn't getting updated propertly due to corporate restrictions on stuff
– jglouie
Jan 15 '13 at 17:48
I did find a difference in HKEY_CURRENT_CONFIGSoftwareFontsLogPixels -- I'm wondering if this isn't getting updated propertly due to corporate restrictions on stuff
– jglouie
Jan 15 '13 at 17:48
add a comment |
I have the same problem, this is what I have found out so far:
125%:
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFonts]
"Courier 10,12,15"="COURF.FON"
"MS Serif 8,10,12,14,18,24"="SERIFF.FON"
"MS Sans Serif 8,10,12,14,18,24"="SSERIFF.FON"
"Small Fonts"="SMALLF.FON"
"Small Fonts (120)"="SMALLF.FON"
100%:
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFonts]
"Courier 10,12,15"="COURE.FON"
"MS Serif 8,10,12,14,18,24"="SERIFE.FON"
"MS Sans Serif 8,10,12,14,18,24"="SSERIFE.FON"
"Small Fonts"="SMALLE.FON"
"Small Fonts (120)"="SMALLF.FON"
Filename ending with "F" is big font. I had to change those values to be able to display correctly older Delphi software.
Welcome to Super User! This is really a comment and not an answer to the original question. You can always comment on your own posts, and once you have sufficient reputation you will be able to comment on any post. Please read Why do I need 50 reputation to comment? What can I do instead?
– DavidPostill♦
Dec 3 '16 at 12:27
add a comment |
I have the same problem, this is what I have found out so far:
125%:
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFonts]
"Courier 10,12,15"="COURF.FON"
"MS Serif 8,10,12,14,18,24"="SERIFF.FON"
"MS Sans Serif 8,10,12,14,18,24"="SSERIFF.FON"
"Small Fonts"="SMALLF.FON"
"Small Fonts (120)"="SMALLF.FON"
100%:
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFonts]
"Courier 10,12,15"="COURE.FON"
"MS Serif 8,10,12,14,18,24"="SERIFE.FON"
"MS Sans Serif 8,10,12,14,18,24"="SSERIFE.FON"
"Small Fonts"="SMALLE.FON"
"Small Fonts (120)"="SMALLF.FON"
Filename ending with "F" is big font. I had to change those values to be able to display correctly older Delphi software.
Welcome to Super User! This is really a comment and not an answer to the original question. You can always comment on your own posts, and once you have sufficient reputation you will be able to comment on any post. Please read Why do I need 50 reputation to comment? What can I do instead?
– DavidPostill♦
Dec 3 '16 at 12:27
add a comment |
I have the same problem, this is what I have found out so far:
125%:
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFonts]
"Courier 10,12,15"="COURF.FON"
"MS Serif 8,10,12,14,18,24"="SERIFF.FON"
"MS Sans Serif 8,10,12,14,18,24"="SSERIFF.FON"
"Small Fonts"="SMALLF.FON"
"Small Fonts (120)"="SMALLF.FON"
100%:
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFonts]
"Courier 10,12,15"="COURE.FON"
"MS Serif 8,10,12,14,18,24"="SERIFE.FON"
"MS Sans Serif 8,10,12,14,18,24"="SSERIFE.FON"
"Small Fonts"="SMALLE.FON"
"Small Fonts (120)"="SMALLF.FON"
Filename ending with "F" is big font. I had to change those values to be able to display correctly older Delphi software.
I have the same problem, this is what I have found out so far:
125%:
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFonts]
"Courier 10,12,15"="COURF.FON"
"MS Serif 8,10,12,14,18,24"="SERIFF.FON"
"MS Sans Serif 8,10,12,14,18,24"="SSERIFF.FON"
"Small Fonts"="SMALLF.FON"
"Small Fonts (120)"="SMALLF.FON"
100%:
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFonts]
"Courier 10,12,15"="COURE.FON"
"MS Serif 8,10,12,14,18,24"="SERIFE.FON"
"MS Sans Serif 8,10,12,14,18,24"="SSERIFE.FON"
"Small Fonts"="SMALLE.FON"
"Small Fonts (120)"="SMALLF.FON"
Filename ending with "F" is big font. I had to change those values to be able to display correctly older Delphi software.
answered Dec 2 '16 at 15:26
SteiniSteini
112
112
Welcome to Super User! This is really a comment and not an answer to the original question. You can always comment on your own posts, and once you have sufficient reputation you will be able to comment on any post. Please read Why do I need 50 reputation to comment? What can I do instead?
– DavidPostill♦
Dec 3 '16 at 12:27
add a comment |
Welcome to Super User! This is really a comment and not an answer to the original question. You can always comment on your own posts, and once you have sufficient reputation you will be able to comment on any post. Please read Why do I need 50 reputation to comment? What can I do instead?
– DavidPostill♦
Dec 3 '16 at 12:27
Welcome to Super User! This is really a comment and not an answer to the original question. You can always comment on your own posts, and once you have sufficient reputation you will be able to comment on any post. Please read Why do I need 50 reputation to comment? What can I do instead?
– DavidPostill♦
Dec 3 '16 at 12:27
Welcome to Super User! This is really a comment and not an answer to the original question. You can always comment on your own posts, and once you have sufficient reputation you will be able to comment on any post. Please read Why do I need 50 reputation to comment? What can I do instead?
– DavidPostill♦
Dec 3 '16 at 12:27
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%2f536640%2fhow-to-change-the-default-text-size-in-windows-7%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