As a developer, what changes do you make to a vanilla Windows install?

前端 未结 30 1836
没有蜡笔的小新
没有蜡笔的小新 2021-01-29 17:13

When I get a vanilla Windows system, there\'s a bunch of stuff I change to make it more developer-friendly.

Some of it I remember every time, other stuff I only do as an

30条回答
  •  清歌不尽
    2021-01-29 18:00

    The first thing I do is open a command prompt and then open the properties for it:

    • Switch on Quick Edit. Why is this off by default?
    • Increase the window size. Why limit it to the size of a postage stamp?
    • Increase the vertical buffer to the maximum possible. Why limit it to a few hundred lines?
    • Change the foreground colour to white instead of grey. Why make it less readable than it could be?

    In summary: WHY?

提交回复
热议问题