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

前端 未结 30 2095
没有蜡笔的小新
没有蜡笔的小新 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 17:55

    Someone gave me a 'Delete all SVN folders' registry script - that is a must have for me, now (it's somewhere on this thread).

    I leave UAC on - last thing I want is to write code that works with UAC off, but fails miserably with it on. Before I started to use Virtual PC to set up test environments for my code, I tried to leave my desktop as 'vanilla' as possible - I wanted to test under conditions reasonably similar to an everyday non-developer user.

    All of the above is for my home development system. I try to do the same at work, within reason. Except for the SVN stuff, because we use TFS at my office.

提交回复
热议问题