Help me improve my laptop speed
August 29, 2006 1:53 AM
Subscribe
What are some
simple ways that I can improve the speed of my laptop?
I have a Dell Latitude X200 that is 3 years old. It is on, well let's say 'unofficial permanent loan' from a company I have affiliations with. Basically, it is a tech guy's old laptop that wasn't being used and I have unofficial permission to be using it for personal stuff.
It has a Pentium 3 933MHz processor and 633MB RAM. It is running Windows 2003 Server and has a variety of performance taxing programs installed (Microsoft SQL Server, Achestra, RSLogix) and from my understanding I am not allowed to uninstall them or change the OS.
I use it primarily for uni work and internet surfing, but the response rate of the computer leaves a lot to be desired. I don't use it for graphics or games. I know that adding more RAM will improve my system performance, but I'm not really keen on spending much money on it for a number of reasons. 1. I don't have it and 2. There's a possibility of me aquiring a newer laptop at the beginning of next year from the same source.
Basically, I'm looking for some short term solutions that don't require too much tech know-how. Any suggestions appreciated. :)
posted by cholly to computers & internet (6 comments total)
11 users marked this as a favorite
Ctrl+Alt+Delete, click Task Manager. You'll see the processes. Find the ones governing the MSSQL Server and RSLogix (which should be obvious). Kill them.
Then, Start --> Control Panel --> Administrative Tools --> Services (or services.msc from Run) and scroll to anything MS SQL Server related and right click, choose properties, and set the startup option to Disabled. Click Stop to kill it outright. Disabled will keep it from launching as part of your user profile.
If RSLogix has a similar service (it'd be listed under Rockwell, I'd think), do the same.
Then, Start --> Run --> type "msconfig"
Click the Startup tab and kill everything you don't like. Be aware some video drivers and power profile elements live here, so make sure you know what that you're actually killing an offending process here. You can also disable Services from launching at startup with this tool. Hiding Microsoft Services and killing most of what's left, with discretion, is a good idea.
Defrag. This is basic good times. Start --> Programs --> Accessories --> System Tools. Let it run all night.
Page File optimization: Windows Key + Pause key. (Or Start --> Control Panel --> System) Advanced tab, first Settings button. Advanced tab, Change button. Set max and minimum to roughly 1200 MB if you have it. Keeping the file static in size keeps it from becoming heavily fragmented, though it might not help terribly, and 2003 server might change things a bit. Also, adjust performance for Programs in the same window.
Good luck!
posted by disillusioned at 2:06 AM on August 29, 2006 [4 favorites]