Default font size cannot be restored

I am running Windows 7 Home Premium 64 on a desk. For unexplained reasons, the font size of all the configuration windows (a window where you select for example the font DPI) have opted for a font size tiny who cannot yet be read without a magnifying glass. I tried to restore the default font size in the window of the control without result Panel.

I can indeed click the bar 'restore the default fonts', but on that same windows at the bottom left is a button which remains grayed out so I can not confirm this choice and he will take no effect.

Is there a work around to restore this font size by default please?

HKEY is a path within the registry. Registry is where Windows stores the parameters key, including the boot settings and other complex parameters, which makes the work of Windows.

To open the registry editor, goto start-> type regedit.exe-> click on enter. If UAC prompts, click Yes.

In the left pane, you can see HKEY_LOCAL_MACHINE. Click on the + to expand the tree. Under this expanded tree, look for software. Expand it. Similarly, look for Microsoft\Windows NT\CurrentVersion\FontSubstitutes\MS Shell Dlg. You can see your current path to the status bar.

Once you click on FontSubstitues, on the right pane, you can see the list of parameters. Goto MS Shell Dlg 2. Double click on it. Tahoma type, click Ok. Then close the Registry Editor window. Now reboot the PC and verification.

Before you proceed, see the following link for the backup of the registry, which is recommended:

http://support.Microsoft.com/kb/322756

Tags: Windows

Similar Questions

  • Missing in SAFARI 10.0 default font size

    Just updated to SAFARI 10.0, they removed the ability to change the default font size.  Now, the writing is too small, what can I do to fix this?

    Send feedback to Apple. They will not respond, but at least know that there is a problem or a suggestion for change. If enough people send feedback, it can get change / suggested the problem solved as soon as possible.

    Your comments

  • How can I set the default font size and type for the outgoing Hotmail mail?

    How can I set the default font size and type for the outgoing Hotmail mail?

    Hi Dale,

    What is the email client do you use?

    Outlook can be configured per - start Outlook-> Tools-> Options-> mail-> fixed Format and fonts... Select the font and size you need... Click ok on all screens.

    I hope this helps.

  • How do you define the default font size and color for the text caption and text boxes?

    When I click CTR + e to open the text properties box when you are working with markup tools, the default font size is 9.

    I understand how to change the font size for the individual text boxes but the size is up to 9 whenever I create a new box.

    Is there a way to set a default font for brand boxes place size? I spent hours searching and have not found one.

    This problem appeared only with the latest version of Acrobat Reader DC (15.017.20050).

    Any help would be greatly appreciated.

    Thank you

    Andrew

    Hello

    We have released an update today that solves the problem to "default properties" and parameters are now sticky. Please open Acrobat or Reader DC and visit help > check for updates to ensure that you are on the latest patch.

    Details on the release: https://helpx.adobe.com/acrobat/release-note/acrobat-dc-august-02-2016.html

    Please let us know how it goes.

    Thank you

    -ashu

  • Default font size one value in a table of responses

    Hello
    I'm trying to set a default font for a table column size see in the answers, so that when I create a new report, this default font size is used. Can someone tell me please the file where I can make this change?


    Thank you

    http://Siebel-essentials.blogspot.com/2008/08/remove-system-wide-default-settings-in.html

  • default font size

    Set font size

    GoTo tools > Options > content > fonts and colours

    Change the size you need...

    Default value is fonts > Serif and size > 16

    https://support.Mozilla.org/en-us/KB/font-size-and-zoom-increase-size-of-Web-pages?ESAB=a & s = default + do + size & r = 0 & As=s#OS = Win7 & Browser = fx17

  • My e-mail page offers no possibility to choose the type of font or size, only default font size 8! Would appreciate someone's help.

    My laptop has no possibility to change the font style or the font size.

    The only font available (with no option to change) is the font size 8

    that must be hard for a player.

    What I need and I use to have, but he disappeared to, I

    no idea, is the same kind of layout at the top of the page that

    My husband has on his desk. He can choose almost ANYTHING! Police

    size, color, bold, underline - this. Me, nothing!

    Looks like I need a re vamp around my email page and, oh, by

    the way, do not get too technical, I am a student with a big L.

    Would be grateful someone willing to give of their time to advise how

    to restore the page send to its original design. Her husband can't stop;

    He knows less than me.

    Value your plain text mail format?

    If so, click on the drop-down arrow next to the text and choose Rich Text.

  • change the font by default and default font size

    As far as I can make out it is not possible to reset the default font or the font size in LC Designer ARE 8.2... or is it, and if so, how?

    I found this page re LC ES3, but it does not apply to earlier versions.

    TIA

    You can also create your own libraries of objects for custom objects.

    Get your fields/items they looking as you wish: fonts, borders, etc. And then do a group on the object library to put in, then drag the objects in that group.

  • Get a list of fonts and default font sizes

    Hi, I am currently looking at the example of http://livedocs.adobe.com/flex/3/langref/ RichtTextEditor
    Note that, for its list of fonts (_without, Times,... etc) and a list of font sizes (8, 9, 10... etc)

    is it possible to get two lists of Flex? in other words, can I get some kind of fonts by default and sizes of flex.
    right now, I'm just hardcode the values, which is not desired.

    Thank you.

    I don't know if it's the best solution, but something as simple as this:

    var array: Array = flash.text.Font.enumerateFonts (true);
    for each (var make: flash.text.Font in table)
    {
    trace(font.) FontName);
    }

    Can be used to print the names of all fonts embedded and device available. (according to the Flex API documentation).

    Regarding the font sizes, I read online that some people have experienced a font size maximum of 127.

  • Increase the default font size

    Hello

    Where can I change the font size by default for all pages in my application?

    Thank you

    Roseline

    As usual for any question about the appearance, you MUST indicate what built-in theme is used, or provide information on your custom theme...

    Most of these themes using the very poor practices to use the universal selector in their CSS to define the size of the general police using absolute font size units, something like:

    * { font-size: 11px; }
    

    http://meyerweb.com/Eric/articles/webrev/200006a.html

    It is better to know exactly how this is done in the theme in use. The use of this blunt instrument causes all sorts of problems.

    The rule of the universal selector must be overridden, or by modifying the existing CSS (not recommended if it's a built-in theme), adding another stylesheet to all page templates, or incorporating a style rule in the header of every page in use patterns. The latter is probably the easiest:

    
    

    but it would be better to be in a style sheet for ease of maintenance. See the documentation for how to add custom style sheets and make sure the substitution appears after the reference to the CSS theme.

    http://download.Oracle.com/docs/CD/E14373_01/AppDev.32/e11838/themes.htm#BABFIFJC

    It's really best not to use absolute (px or pt) font size units, but it is difficult to get things working properly between browsers in quirks mode (as used by the existing themes) by using the proper techniques.

    http://www.alistapart.com/articles/howtosizetextincss/

  • Change the default font size Windows 8 Mail app

    Original title: Calibri 12 No 11?

    Why is the font of default mail Calibri 12 and not 11? All other MS products use Calibri 11 and my emails look like they came the first blackberry whenever my colleagues open them. The solution is to change each email to Calibri 11, but it's so ghetto. How to get something like this loser? Please tell me the registry key to resolve this issue.

    Looks like 8 win mail application is a total bust. I found the "Windows Live Mail" app where I can add all my accounts and customize the default fonts. The behavior is similar to outlook. hope that helps people.

  • Cannot return the default font size

    78 I have eye problems and I went to 'Customize' and changed the size of the font at 120 but then I found that makes a few screens too large to access the lower part of the screen.  Specifically, I can't access the statement 'OK' at the bottom of the Customization screen to return to the default value. Even if the response only shows my idiocy of the computer, I would really like to help.

    You are welcome.

  • How to restore the default font size.

    in the middle of typing, the international dimension went from normal to lower case.  I want to restore it the factory default,

    Hello

    What is your machine and operating system? Try this first

    • Hold down the CTRL
    • Press on + (plus) sign several times

    You can also use a mouse or a touchpad for this

    Good luck.

  • How to change the default font size in Word pad

    How to change the font and size of the default settings in wordpad?

    Thank you

    You can change the font and size and then save it as a template - ex: default.wri

    Navigate to this file and make it read-only. Create a shortcut to it and use it as WordPad in the future.

    It will always come back with the font settings that you put, but you will need to save it under a new name every time (you usually do in any case).

    There is no other way to keep the settings of fonts in WordPad.

  • I can change the color by default font size and font in the RichTextEditor

    The rich text editor comes with a default size and the color black.  Is it possible to change this default size/color?

    Hello

    Yes you can. With the help of css and customization.

    I hope this blog helps

    The technology blog: ADF: Smarter RichTextEditor (default style)

    Thank you

Maybe you are looking for

  • Try to find and copy bookmarks from an obsolete computer (mounted as a disk drive)

    My old computer died. However, the player still works and I tied it on the new computer as an external drive. Unfortunately, I can't find where Firefox stores the list of bookmarks (unfortunately it is not in the 'Favorites' folder). I want to draw t

  • Failure to Geforce Go on broadcast 5100-201

    Hello I have a toshiba satellite 5100-201 with geforce 4 go for 4 years (more is under warranty);I was surfing on the net and suddenly one get a blank screen. so I restart and I see in the display properties which was in "vga save mode." Can I change

  • No wireless connection in network connections

    I did a clean install of Windows XP.  I ran all the updates.  There is no wireless connection in my network connections.  I looked on the microsoft website without success for a download of this connection.  How can I get it so I can use my wireless

  • Re-installed XP Pro. Now can not access data dynamic disk on the HD 2

    Hey all. Good here we will... My system has TWO SATA drives. A year ago I converted both Dyamic discs thinking I could use them in a RAID, but decided to do it. So, since that time I am using OS + critical data Disk1 and Disk2 as a backup (compressed

  • Istalling failure when the plant is 99% (Laserjet Pro cm1415 cold)

    This is the 5th time I try to install the program for my new cold Laser Jet Pro cm 1415 and installation reaches 99% it stucks where for avout 3-4 minutes and then I get the following message is displayed: "An installation operation took too long to