How can I get back to Default WinDbg Font?

JJ0011 1 Reputation point
2021-01-25T16:36:18.323+00:00

I changed my WinDbg font in fonts option and now am not able to revert back as the default font has no name .

I tried to delete all workspaces and also tried to uninstall and install WinDbg again

But am not able to revert back to default WinDbg font (which has no name) as shown in the below photo
60333-img-20210125-wa0017.jpg

I have taken this picture before changing a font and now am unable to get back to that default font.

Is there a way to reset WinDbg settings or get back to default font?

Any help would be appreciated.
Thanks!

Windows Hardware Performance
Windows Hardware Performance
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,614 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Maybecompletelyw_0 276 Reputation points
    2021-01-26T08:35:00.853+00:00

    > I tried to delete all workspaces <<

    How did you do that?
    FAIK defaults are stored in registry:
    HKCU\Software\Microsoft\Windbg\Workspaces
    HKLM\Software\Microsoft\Windbg\Workspaces

    Probably it's Windows 10 default system font (here Segoie UI), which is used by Windbg Preview
    for Tool window - Consolas for Text Window.

    You may probably want to use Procmon to track down stale entries (Workspaces saved as files).

    0 comments No comments

  2. JJ0011 1 Reputation point
    2021-01-26T12:02:26.613+00:00

    Hey,

    I just clicked on "clear workspaces" and "delete workspaces" options in "File" tab.
    Also I am using WinDbg and not WinDbg Preview.

    I have installed new SDK kit and again it shows by default the font as Courier New

    I am sure the font which was default had no name previously and it can be seen here:

    https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/getting-started-with-windbg

    60632-windbggetstart01.png
    Image credits from the same link regarding Windbg

    So , am concluding that I just need to get hold of the font which used to show no name and used even in the above links and is not courier new

    Thanks for telling about registry keys and stuff . Thanks for replying and helping !!

    0 comments No comments

  3. Maybecompletelyw_0 276 Reputation points
    2021-01-26T21:50:50.777+00:00

    To reset Windbg and get default font back you can remove subkeys 'Default' under
    HKCU\Software\Microsoft\Windbg\Workspaces
    But then you will loose all settings, e.g. position and docking status of windows, which might be overkill. (Backup registry first).

    Modifying registry incorrectly may lead to very serious problems - standard warnings apply about registry key settings.
    No warranty

    You ever thought of using a windbg theme
    https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/loading-a-theme
    https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/using-themes-provided-in-debugging-tools-for-windows

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.