| 
Unwanted services
Tuning the GUI
Thumbs.db
ThemingXP
Mapping a Unix network drive
This is not really a tutorial but a simple guide on how to spice
up your XP. Its not extensive, its not complete, its just some ideas
which poped in my head and might be of some help to you.
Unwanted services
The first one, speeding WindowsXP up, by removing unessary background
services. Which increases your available RAM and proccessing power.
It will also decrease load up times of applications.
Not everything mentioned here must be true in your case
WindowsXP runs fine when u first install it. But the moment you
install other applications the fun starts. It starts to get slower
and slower and bah...guess what? slower... One of the apps which
makes XP very slow, is OfficeXP. By default it installs Voice recogniton
software, which is switched on all the time.
How to remove those 2 unwanted services? Check the links below.
ctfmon.exe - http://support.microsoft.com/default.aspx?scid=kb;EN-US;q282599
sapisrv - http://support.microsoft.com/search/preview.aspx?scid=kb;en-us;Q316215
If you have anti virus applikation concider lettim the scan only
when ure idling. (during screensaver). They do slow down your system
(significantly on a low spec machine)
From time to time go into your task manager and check what processes
are running. If there is a process taking too much memory, concider
kicking it out. Gather some info what applikation is using that
process and see if its really nessarry.
Tuning the GUI
There are a few flaws in XP's GUI. Go into you system panel
Be sure to disable "Show translucent selecton rectangle"
as it only eat lots of RAM and kills your CPU.
Be sure to enable ClearType as well. Its some new "anti aliasing/smoothing"
technology which is new to XP. It really does make your desktop
text much smoother. Enable it in Display Properties > Appearance
> Effects > "Use following method to smooth edges of
screen fonts"
THUMBS.DB
If you are person who likes seeing all his files, you will surely
have noticed the THUMBS.DB, which really does give me a lot of pain.
If you are uploading your newly created website, or accessing your
computer from Unix., They will always pop up or be transfered. Delete
them once, and the next time you open that folder with explorer
in "thumbnail" view they appear again. BAH! Well dont
use thumbnail view you might say.....how about just go to into the
"tools" menue in explorer > Folder Options > View
and check "Do not cache tumbnails" This will prevent windows
from creating the Thumbs.db files.
Also if you are low on disk space, go into search look for "thumbs.db"
and simple delete all files. In some cases those files can add up
to several hundred megs, shared around all over your harddisc.
ThemingXP
If you wanna spice up your desktop...I would suggest moving away
from the very commerical application "windowBlinds" as
it seem to slow down your PC enourmously.
A very nice replacement shell is StyleXP.(actually its not a replacment
shell, windowsXP ships with it, but is limited to the default XP
theme, once you install the full package you can install whatever
skins you want)
If you want a new shell (the default shell in XP is explorer...which
manages the desktop icons, startbar, and the windows), a very good
one to use is "blackbox, bluebox or fluxbox"(similar with
very slight diffrences). Its been very successful in Linux, and
has been ported to windows. You can run blackbox and the explorer
shell simultanously which is v nice as well. Blackbox wasnt made
to be nice and funky, but to be fast..and thats exactly what it
is. Altough there are some nice skinz out there for it ;)
Mapping a Unix network drive
Well you think it will just work the same way as any
other Drive. Well in most cases this will be case, but usually you
want to protect your shares with a username/password protection.
In windows you will need to reenter that password every single time
you enter that share. As there doesnt seem to be a way of saving
it.
So what to do? Well write a loggin in script and place
it into your start up folder.
Create a file "mount.bat" and place it into your C:/ directory
Add the following (modified to your network)
@echo off
echo ESTABLISHING CONNECTION TO SAMBA
net use X: \\nexserv\music /user:nexflo mynicepassword
net use Y: \\nexserv\www /user:nexflo mynicepassword
net use Z: \\nexserv\movies /user:nexflo mynicepassword
Be sure to encrypt that file, just so your passwords are saver
(other users can simple view your password otherwise, place the
file into your documents folder + encrypt it if you wanna make sure
that noone sees the context. Also renaming it to system32.bat or
something might draw less attention to it, if you are real paranoid:)
There are many many more things to do, but I just cant be arsed
to write them all down here. So just experiment a bit, and after
time you will see what to do and not to do ;)
A really great software for tweaking your XP box is Tweak
manager (freeware evaluation version availabile) You can tweak
most XP options simple via GUI. Download it, and use it. It will
significantly improve performance!
this document will be updated from time
to time, so check back - last update April 14th 2003
|