vote up 24 vote down star
43

After using Windows for some time, any computer can begin to suffer from "Slow Computer Syndrome", or "winrot", so I am interested to hear what you are doing to prevent this.

I am not looking for these answers:

  • Reinstalling Windows
  • Upgrading the hardware

I am, however, looking for your experience on what steps you can recommend that actually make a difference on a computer that, with a more generous employer, would already have been replaced last year...

Edit: Windows XP and Vista.


Similar questions (though not necessarily exact duplicates):

http://stackoverflow.com/questions/305793/why-does-microsoft-windows-performance-appear-to-degrade-over-time
http://stackoverflow.com/questions/344468/as-a-developer-what-changes-do-you-make-to-a-vanilla-windows-install

flag
Who has this problem in XP or Vista anymore? I would upgrade past 98 or 2000 if you are having this issue, or at least not install malware. This is of course assuming you are using a somwhat modern PC. If you are not, that is a whole different WTF. – Rich B Jan 7 at 14:59
Question Asked and answered: stackoverflow.com/questions/305793/… And here: stackoverflow.com/questions/344468/… Duplicate. – George Stocker Jan 7 at 16:32
I'd like to extend my thanks for all the excellent info given here, including the pointers to related/similar questions. (I tried to search for similar questiona first, but did not find any.) – Ola Eldøy Jan 7 at 23:06
This seems related to the other questions. But I'm not sure I'd qualify this question as an "exact duplicate". – Steve K Jan 8 at 5:18
I agree that this is not an exact duplicate. The first question referred to is a "why" question, but this one deals with "how". The other question is certainly related, but in my opinion, not an exact duplicate. – Ola Eldøy Jan 8 at 11:22

25 Answers

vote up 35 vote down check

I put Windows in a virtual machine (VirtualBox, formerly VMware). Have a mainline version that you update every two years or so and create a test version of the machine where you install all the crap. My VM is about 3 years old now, and works fine even though the hardware has changed twice and I moved from VMware to VirtualBox.

link|flag
+1 (even though someone doesn't appear to like our VM idea) because VMs are scalable, able to back up, and great if hardware fails. Cleaning the registry, I'm sorry, isn't going to fix your PC. – ctacke Jan 7 at 15:01
Wow. I love this idea. It seems so obvious, too, but I never thought to work like this. – Michael Haren Jan 7 at 15:09
isnt this ridiculously slow ? – Shawn Jan 7 at 15:13
@Shawn: A VM? Why would it be 'ridiculously slow'? Any modern machine should be able to run a VM at very adequate speed these days. This is how many server farms are run after all. – Rich B Jan 7 at 15:17
I tried this for things I still needed to run under XP and found Visual Studio to be too slow for day to day usage. This was running on a 2ghz Core 2 Duo with 2gb RAM , so it's not like it was underpowered. – RSlaughter Jan 7 at 15:20
show 10 more comments
vote up 1 vote down

I try to not get viruses or spyware. My machines never have really slowed down. A lot of slow down is caused by user error.

link|flag
vote up 0 vote down

It's vaguely related...

I try to set clr.microsoft.com and rad.msn.com to resolve to 0.0.0.0 in my hosts file. This keeps Visual Studio and Live Messenger from going to slow servers.

link|flag
vote up 1 vote down

When using Visual Studio 2005 there is a trick that keeps them from slowing down:

  • Go to %HOMEPATH%\Local Settings\ApplicationData\Microsoft\WebSiteCache
  • Check if there is a huge amount of sub directories (I once had 10,000 of them!!!)
  • If so: remove them
  • Remove all permissions from the WebSiteCache directory

After that everything works fine and VS2005 should start faster

link|flag
I found 30K directories on mine. Microsoft Connect promises this to be fixed in VS2008. – GregC May 21 at 5:07
When I switched from VS2005 to VS2008 i just left my WebSiteCache directory with no permissions. So I can't confirm if the bug is really fixed in VS2008 :-) – rstevens May 21 at 8:25
vote up 0 vote down

I use Hyper-V and do my development on a VM. This has the added benefit of letting me debug on different OS's (Windows and Linux), including both 32- and 64-bit versions, and hardware configurations - boxes with little memory, or no disk, or a low bandwidth NIC. I can even snap a user's disk to an image and reproduce it right on my dev box.

Hyper-V doesn't have to emulate I/O either (at least for most OS's), so it's really fast.

link|flag
vote up 0 vote down

My development machine got broken after half of the year so the problem was easily solved by buying a new one.

A good practice is to install the software you need and then make a snapshot of the system partition (partition image). After a long time you find it refreshing just to recover from the image, spend under an hour restoring your settings for a few apps and your favourite wallpaper and then just enjoy the virgin system environment. :)

I realize it may not be suitable for all cases, but for me it works. This solution addresses the problem with the minimum of efforts.

link|flag
vote up 0 vote down

Keep all your important files on a separate internal HD.

I use a Raptor 74Gb for my OS and a cheap 400Gb for my files.

Bite the bullet and reformat every 6 months.

Really forces you to keep a clean system.

link|flag
Even though I wasn't looking for the "reformat" answer: Good point about keeping important files in a designated area. – Ola Eldøy Feb 11 at 8:24
I installed an Mtron SSD in tandem with my Raptors: SSD for source files. What a difference this makes. – GregC May 21 at 5:08
vote up 1 vote down

Installing/uninstalling software clutters the system over time. I'm using revouninstaller now to remove programs. It also removes all leftover registry keys and directories/files.

link|flag
vote up 1 vote down

Don't use antivirus, or at least turn off live scanning but keep your scheduled daily scan.

link|flag
vote up 0 vote down

Use dual boot and dedicate one OS purely for the development (my scenario uses Windows Server 2008 for that).

Media, movies, games, office apps etc should be used in non-dev OS only.

This will keep the development environment as lean as possible.

link|flag
vote up 2 vote down

Not sure if the virtualized windows is a realistic solution for you, but I have to support phihag's suggestion.

I always assumed that virtualized hosts would be slower than physical, and in some cases that has been proven out. However, I recently started switching my development environment (my laptop) to Linux, but I still had some Windows dependencies. I installed VMware WorkStation 6 on Ubuntu (Hardy) and I was astonished how fast my Windows XP guest was.

  • It starts up (and shuts down) way faster than my physicals do.
  • The usability is excellent and all the apps are very responsive.
  • Any time I install new software, I always take a snapshot before hand.
  • The allocated C: drive is always as big as I need it and no bigger. I can resize it whenever I want. I do use a shared directory to the Linux file system mapped to my D: drive which is obviously huge, but a lot of MS software requires the C: drive.
  • The memory allocation to the guest is ridiculously low (256 M most of the time, sometimes I need a bit more).
  • The graphical presentation is excellent. If I full screen the guest, you would never know this was actually a Linux laptop.
  • USB devices and stuff works fine. So does iTunes (my most serious Windows dependency).
  • There is an option to hide the desktop and simply run windows apps seamlessly on the Linux desktop so simultaneous development on Linux and Windows works quite nicely.

So it was $189, but it was worth every penny. I have also heard good things about VirtualBox but have not tried it.

link|flag
I second this post, and can say that VirtualBox if fast, in my experience faster than VMWare, though it lacks the "unity" feature. Comes in two versions open-source (no usb support) PUEL with usb support. Given the advances of 2.1 i think its worth a look...(and its free as in beer) – ethyreal Jan 7 at 16:53
vote up 1 vote down

The #1 reason you have a slow computer is disk access. Reduce the changes for it to hit the disk and you'll be fine.

  1. Free up the HD space to at least 30% free, then defrag. HD's that are full fragment more and become slow.

  2. Open up "msconfig" and remove EVERYTHING that you don't know you need, i know, this sounds extreme. but 90% of the time you won't break anything or miss what you removed. Go to the services tab and do the same thing for "None microsoft" services.

  3. Don't use Outlook. This was surprising to me, Outlook on my machine was a huge resource hog, I've switched to Thunderbird and found my machine and especially my email much faster now.

  4. If you have less then 2g on XP, or 4g with vista, get more memory. It's cheap.

link|flag
vote up 2 vote down

Here is another approach to consider. I do not run anything in my development environment that may corrupt or infect it. No email, no web browsing except for testing the site under development, no non-development apps - nothing. If you think about it, it is crazy to do otherwise - do you really want to risk building an app in an infected environment and then distribute your (now infected) application or site to hundreds or thousands of other people?

To do this I create a virtual machine and then completely configure my development environment and tools before saving it to an external hard drive. If it ever slows down, I'll be able to just replace it (source code shouldn't be an issue if you are using an off-platform repository as I do). Since replacing the dev machine has no impact on email, favorites, app data, etc. due to my policy of running nothing but development apps, it is a very low-time-cost solution. Since I don't run much that could slow it down, I haven't had to replace it yet, either.

Of course, this still leaves open the possibility that the computer running the VM will slow down. For that, you have much excellent advice elsewhere among these answers. Not to mention the fact that, if you ever do have to replace your machine, you'll save the time needed to reconfigure your development tools.

I wanted to recommend this approach because it will solve your problem and because I think it offers significantly enhanced security for your development efforts.

link|flag
vote up 1 vote down

I do web programming, so I use a linux box to run all servers and scripts. So I kept my Windows computer only for development, and test stuff directly from Linux box.

That way worked better for me also using mac as the developer machine. So when the Linux box gets slow I just backup databases and servers configurations and reinstall. That's the best way I found.

Of course, this is not a good configuration for desktop development.

link|flag
vote up 1 vote down

I keep one PC dedicated to development work. I don't install anything not related to development on it. I defragment the hard drives on it every few months (using PerfectDisk) and haven't had to nuke it for over a year now, everything still runs great.

All my personal stuff, word processing, email, etc. is done on a Mac Mini. I've had that for a year and a half now. Installed and uninstalled all sorts of stuff on it. Just installed Leopard on it (upgrade, not fresh install). Still seems highly responsive.

link|flag
vote up 4 vote down

I personally don't find that my computer has any noticable slowdowns that accumulate over the years. Just try to resist installing every piece of software under the sun. Just install what you need to get the work done. If you need to test out certain software that you don't plan on keeping around, just install it on a virtual machine so it doesn't clog up your actual computer.

link|flag
Solid advice. Knowing how to use a computer is really paramount here... – Rich B Jan 7 at 15:12
What about updates? What about changing requirements? – Steve S Jan 7 at 18:11
@Steve S: Are you suggesting updates are causing your computer to slowdown? Please provide an example of an update that causes the issues you are describing. – Rich B Jan 7 at 18:29
@Rich: No one update (and not Windows updates). Just cumulative software updates. – Steve S Jan 7 at 18:40
@Rich: Actually, drivers can be a big culprit. But of course, if it ain't broke... ...but unfortunately, sometimes drivers are broken. – Steve S Jan 7 at 18:42
show 1 more comment
vote up 7 vote down
  1. Keep the PC dedicated to development. No games. No media players. No email checkers/readers. No IM. It helps to have a second PC I keep nearby for those things, and use Synergy to share a keyboard and mouse between them.
  2. I use the SysInternals AutoRuns tool to pear down unnecessary programs/services from starting up.
  3. Keep the disks defragmented. I have a scheduled task that does this overnight, every day.
  4. Limit the number of running apps. I do my best to focus on one or two tasks at a time, and when I'm done, close the programs rather than minimize them. For example, if I'm doing database work, I'll have my SQL Developer app running, but not VS. Vice-versa for when I'm coding. I also make heavy use of the Quick Lanuch bar for apps like my text editor, Office apps, browser, etc. so the programs are handy without having to keep them running all the time.
  5. I use a VM for trials of new software, freeware, tools, etc., before actually installing them on my PC. If I decide to use the software I'll then install to the PC.
link|flag
No email and IM? That is a bit over the top. If your computer cannot handle at least IM, email, IDE and a music player, it is not worth the silicon it contains. – Rich B Jan 7 at 15:14
What the hell? I hope you hold your disk defragged... think you meant defragmented! – BeowulfOF Jan 7 at 15:16
Rich, I have those apps running on a second PC. – Patrick Cuff Jan 7 at 15:20
@patrick: That is fine for you, but it is ridiculous all the same for anyone else. Get a real primary dev machine and this wouldn't be at all interesting to you. – Rich B Jan 7 at 15:21
1  
+1 for the Synergy recommendation. – jammus Jan 8 at 11:39
show 24 more comments
vote up 2 vote down

I would first disable all startup items you don't need. Run msconfig from the start menu, and go to the startup tab. Disable anything you don't think you need. This will include anything from apple and adobe.

Defrag your computer with a 3rd party tool such as JKDefrag. It not only defrags your files, like the built-in windows one, but also moves all your files to the center of your harddrive so they are easier to retrieve.

Change your virtual memory usage to a static value. Also move it to a hard drive that is seperate from the one your OS is on, if possible. Let me know if you need instructions on how to do this.

I have a startup script that clears out all of the .net temporary folders. They tend to get a little bloated, depending on the type of project you are working on. Keeping this folder as small as possible makes a huge difference.

link|flag
Changing your virtual memory to a static value is approx the worst advice you could give. The rest is all pretty useless on any modern machine. – Rich B Jan 7 at 15:15
If you're using virtual memory, you need to buy more memory. – Kevin Dente Jan 7 at 15:28
Remember that the original poster said he was using an old PC that probably doesn't have a lot of ram. Setting virtual memory to a static value prevents windows from dynamically resizing it whenever it wants to, thus creating a lot of unnecessary IO. – AaronS Jan 7 at 17:43
@AaronS: Virtual memory does not work the way you think it does. You should never set your virtual memory settings manually. – Rich B Jan 7 at 17:49
Buying more memory should be an especially trivial problem on an old machine. Spend $30 on newegg and you'll have all the memory you can use. – Kevin Dente Jan 7 at 18:25
show 6 more comments
vote up 2 vote down

Hehe - slow computer syndrome.

I actually have a PC with a 1GHz processor and 768MB RAM that is my slow computer for testing. On the principle that if it works OK on that PC it should be OK. However, I digress...

I have a custom toolbar on my taskbar. In it, I keep some shortcuts to batch files that start and stop sets services. If I am not using SQL Server, I can stop all of its services quickly and start them similarly fast later on. As I work on Windows and web applications, I have similar shortcuts for starting and stopping IIS and some other custom services that we use for routing and for engineer scheduling.

Also, I prevent all of the non-essential services from starting in the first place. This has the benefit of speeding up any VPCs I may be using too.

Also, defragment often.

link|flag
vote up 6 vote down

I have kept Windows XP machines running for several years, with no real problems.

Here's the maintenance that I've found useful:

1 - A boot time defragmenter

2 - Regular defrags of my disks

3 - If possible, keep two drives, one as a "boot" disk, one as an "applications / documents" disk

4 - Run a registry cleaner every 6 months or so

5 - Run spybot every month or so

6 - Be vigilant about un-installing applications that I don't use any more

7 - Every once in a while, manually go through my list of running services and verify that they should be running

link|flag
vote up 3 vote down

Have you considered closing all programs that you're not using, including IM programs, extra tabs in the browser, etc?

I made a new user on my windows xp machine with nothing except the IDE and the manual on the desktop, and it improved the speed of the machine a lot.

Consider using google chrome for web browsing instead of Firefox if you want to save resources, its a lot more lightweight than FF.

Tweak the settings of your IDE to tone down features which might be helpful but which you don't use as much.

link|flag
vote up 16 vote down

I run JKDefrag as my screensaver. The homepage looks ghetto but its the best.

I also use CCleaner to cleanup the registry and old temp files.

Advanced System Care has some great free features for optimizing.

nCleaner is nice too.

MalwareBytes is good to run now and then in conjunction with SpyBot.

I also use FoxIt instead of Adobe Reader to cut down on bloat.

link|flag
Thanks for the JKDefrag tip! – Ferruccio Jan 7 at 15:47
I'm dying of curiosity as to why I got voted down – Echostorm Jan 7 at 16:15
@Echostorm: Recommending frequent defrags would be my top reason. But if you really watch your downvotes that much with baited breath, you are in for a lot of heartbreak. – Rich B Jan 7 at 16:50
What would be your beef with frequent defrags if they're running when you're away? I don't sweat downvotes much but I follow questions for awhile after I answer and thought this was one of my safer answers. I was more shocked than anything. – Echostorm Jan 7 at 16:53
@Echostorm: If you 'need' to defrag more than once every two years on a dev machine you have issues far beyond fragmentation. This will not give you any performance improvement at all, and if anything is just adding 'bloat'. – Rich B Jan 7 at 16:55
show 4 more comments
vote up 4 vote down

Defragment your disk drive. Remove/disable unnecessary services. Remove/disable unnecessary programs that run at start up (and hide in the background, like Acrobat).

Use Task Manager to identify what programs are running, look them up on-line, and see if you really need them.

link|flag
vote up 1 vote down

I install TuneUp and use the tools inside to clean my PC. There is a MemoryOptimize and a Registry cleaner inside which are very useful.

link|flag
I have yet to find a memory optimizer that doesn't actually slow down. Using less memory != faster. – boris callens Jan 15 at 11:24
vote up 10 vote down

I used Ghost to image it when it was new, keep all my data file in SCC or on a network drive then about every 3 months I just wipe it clean with the fresh image. Typically when I re-image I do all updates and stamp out a new image again for use 3 months later. Process takes about 2 hours.

Another option is to not do development on the machine. Seriously. Use your dev machine to host a virtual machine (Microsoft Virtual PC, WMWare, etc) and do development in the VMs.

link|flag
Why would a VM be a good idea to develop on? – Bryan Denny Jan 7 at 15:06
@Bryan Denny: Why wouldn't it be a good idea? – Rich B Jan 7 at 15:11
I don't know, hence why I'm asking :) – Bryan Denny Jan 7 at 15:13
But the only downside I could think of would be speed? – Bryan Denny Jan 7 at 15:14
your first solution seems like the only viable one in this thread. im not sure if youve ever used virtual machines for development but it is pretty awful. – Shawn Jan 7 at 15:16
show 10 more comments

Your Answer

Get an OpenID
or

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