Screen Recordings - Do you make sure your Windows PC is easy to view?

Last updated by Yazhi Chen [SSW] 8 months ago.See history

When presenting the screen of your Windows PC to an audience it is important to alter a few things for the best possible experience for the audience. The most import thing is to increase your font to make the content more visible.

Here are some of the applications where it is especially important:

  1. Visual Studio
  2. Text Editor
  3. Command Prompt

Visual Studio

  1. Make your font bigger. This is probably rule number one. There's nothing worse than not being able to see the excellent code you're trying to demo.

    • Increase the font of the Text Editor from 10 to 14 or more.
    • Increate the font of your Environment from 9 to 12 or more.
  2. Remove any distracting panes or other windows. These usually just get in the way. If you really need them, make sure they're set to pin mode, so they hide when not in use.
  3. Most importantly, you can have all these things done for you at the click of a button by using the presentation mode extension by Mads.

Video: Use Presentation Mode in Visual Studio (5 min)

present off
Figure: Bad Example - Most of the Visual Studio UI is too small to read and the Output window takes up a lot of space

present on
Figure: Good Example - Presentation mode creates a full alternative profile so you can adjust font sizes across the whole UI

open vs presentation mode
Figure: Open Visual Studio Presentation mode

Text Editor

Change font size in your text editor. Zoom in from 100% to 200%.

text editor bad
Figure: Bad Example - Small font size

text editor good
Figure: Good Example - Good font size

Command Prompt

And don't forget to change your command prompt as well. Increase the font size from 12 to 16 or more.

cmd bad
Figure: Bad Example - Command prompts are hard to read

cmd good
Figure: Good Example - Font size for command prompt should be about twice as much as by default

Tip: You can create a custom profile for Command Prompt in Command Prompt | Settings | Add a new profile.

command prompt profiles
Figure: Command Prompt profiles

cmd open presentation mode
Figure: Open Presentation Prompt

We open source. Powered by GitHub