vote up 52 vote down star
72

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 and when.

Examples:

  • Show extensions of all file types
  • Make hidden and system file visible
  • Turn off Windows Defender

I seem to remember a blog post from Jeff on this topic, but can't locate it!

What else do you do, and do you have any tools that automate this process?

flag
show 1 more comment

38 Answers

prev 1 2
vote up 4 vote down

I add Wordpad to the Send To context menu. Instructions for XP here. Works in Vista, as well.

link|flag
show 2 more comments
vote up 17 vote down

I install Cygwin to have *nix command line tools and Xemacs to have a useful editor.

link|flag
show 2 more comments
vote up 19 vote down

Indeed I do the above, plus deactivating Zip support (regsvr32 /u zipfldr.dll), activating the underscore on Alt shortcuts (Advanced Appearance), replacing Courier New by Andale Mono (replace with your favorite font) in all program settings (after installing it, of course), installing my favorite utilities (UnxUtils, Sysinternals', SciTE, FileMenu Tools which has Command line here and lot of other goodies, etc.) and so on.
Oh, and indeed also deactivate dual keyboard support (French/English), deactivate task grouping, install VirtuaWin (4 desktops), CLCL (clipboard manager), AutoHotkey and my favorite macros, and lot of other freewares, more or less must have.

No automation, alas.

link|flag
show 5 more comments
vote up 0 vote down

I download and install Cygwin and Xming.

link|flag
vote up 2 vote down

I install some set of *nix command utilities and process explorer at a bare minimum.

Also, on XP systems I disable any theming and use the windows classic coloration. Vista just doesn't look or work right without the Aero theme so I can't do that on Vista without going almost completely nuts.

Also forgot, I install Chrome. (Used to be Firefox but Chrome is nicer out of the box)

link|flag
show 2 more comments
vote up 0 vote down

I generally leave Windows Defender online but I don't use an antivirus so....

I set my start menu to display small icons and to have no "most recently used programs" active. Instead I pin everything to my start menu:

My start menu

I also make sure that all the extension menus are actual menus, not just links, and that my computer and user files icons are shown on the desktop.

link|flag
vote up 11 vote down

Using the Add\Remove Windows Components in Control Panel, I always remove...

  • Games
  • Document Templates
  • MSN Explorer
  • Outlook Express

For the look and feel I...

  • Revert to the classic start menu; however, if it's Vista, I leave it as is because I like the indexed search feature.
  • Revert to a classic desktop with large icons and make sure that My Computer is the first icon (versus My Documents)
  • I also perform the things you mentioned above

Before installing any software I...

  • Install any outstanding Windows updates
  • Run a Disk Clean Up
  • Run Disk Defrag
  • Setup scheduled tasks for Clean Up, Defrag, and other personal tools

For tools (outside of my IDEs and other necessary development tools), I install..

  • TweakUI
  • IE6, IE7, Safari, Chrome, Opera, and Firefox
  • Install the set of Firefox plug-ins I always use for development
  • 'Open Command Prompt Here' shell extension
  • Install Consolas and set it as the default font for my editors (IDEs, Notepad++, etc)
link|flag
show 5 more comments
vote up 0 vote down

I install all of the shell extensions I normally use (TortoiseSVN and CommandHere for example).

Also, one of the first things I do after I reimage a machine is make sure it's hooked to all of my network shares properly. Few things derail my work as quickly as having to fight with the network to get a file at an inopportune time.

link|flag
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.