GeekTech
Friday, July 3, 2009
Windows 7: The Dream, The Revolution, The Perfection
I have been officially running it for about 10 minutes now and let's just say that I have more love for it than XP and maybe, just maybe, more love for it than my Mac. Now that's deep.
First off: the specs.
Processor: AMD Athlon LIVE! 2.5 GHz dual-core 64-bit (I love AMD's)
Memory: 2 GB DDR2
Storage: (for the OS only) 80 GB IDE with two partitions. The second partition is for the real release of 7
Graphics: PNY GeForce 7300 GT (nvidia) 256MB
I am running the 64-bit edition and let me tell you - I'm sure you won't ever be disappointed. The GUI just feels so clean. It is seriously like working on a pane of glass. The video effects no longer hurt operations and opening up a window is snappy quick. Behaviors are way less annoying and are actually enjoyable. Even the User Account Control has only prompted me twice (during two program installations). I was even digging around in system properties and control panel and no annoying warning (unlike Vista).
I can't say enough good about it. This literally has me hooked. I'm sure before the day is up, I'll have all the "necessities" installed on it. It's also very stable even though it is only an RC. I'm very much surprised. Perhaps Microsoft is actually getting good at this?
Labels: A Geek's Dream, FYI, OS
Sunday, April 12, 2009
Screenshots: "What in the World?"

Click Next to retry." "Yes/No"
I hate those programs that make you shut down everything to continue the installation. But this installer is so greedy, it wants itself to be shutdown to continue.
When upgrading my firmware on my router, I was alerted that, "Upgrade are failed"Obviously Linksys had hired some foreign programmers.
This one speaks for itself. I'd say either my network is freaking fast to get a negative ping time, or the average time of about 13 days for a response just suggests maybe the network is down.
Thousands of people use BitComet but their versions are all outdated because no one can find the "OK" button.
Here my task manager listed itself as being Non-responsive. So what do you do when CTRL + ALT + DEL doesn't work?
I don't have a clue what Zango is. I completely forget what I was even doing when I took this screenshot. However, something tells me they totally got confused when thinking about the definitions of OK and Cancel
I'm pretty sure the point of an resource controller is not to waste processing power taming itself.
After realizing this program was putting in more than 100% or effort, I was a little leary on seeing what it did to the converted video. I couldn't have made this one up. This really did happen. I especially like how the action progress was far past the total progress.Labels: FYI, Laugh of the Day, OS, Screenshots/Screencasts, secrets, Software
Monday, April 6, 2009
RUN Prompt: Launch any application FAST!
Ever noticed those little underlines under certain letters in menus? If you didn't know, those are the keyboard commands to navigate an entire program with out using the mouse. In each program, no two menu options use the same letter, or at least they try not to. In case it does, the highlighter will flip back and forth between the options as you press that letter. If you've never experienced this awesome thing before, go ahead and hit ALT + F, or ALT and then F to open your browser's File menu. Don't hit X or else that will close down the program (that's usually standard).
Ok, enough of the basics. How do you get flying fast with launching applications. Well you know that in command prompt it's natural directory defaults to the system32 folder where some common programs are stored - like mspaint, sol, and notepad. When you go to Start --> Run, and you simply type "notepad" (even without the ".exe") it launches that program.
Well I prefer to quickly launch something via the keyboard rather than picking up my stylus (since I don't have a mouse) clicking to activate it's control, finding the mouse on one of my dual monitors, dragging it over the the secondary monitor to click start, etc, etc, etc, etc. So it is much faster to just type something real fast and go.
In windows, you can launch ANYTHING from the RUN prompt. But to formally do it, you have to type the complete path with colons, backslashes, and the .exe extension. So why can't you do it just like - "notepad" and have it launch? Well you can!
Go to the folder - C:\windows\system32 - and create a new text file from the file menu
Or if you're like me, press the following while doing the hokey pokey...
Windows Key + E;
TAB;
L; (if you have one hard drive)
L; (only if you have two hard drives)
Enter;
W;
Enter;
S (8 times);
Enter;
ALT + F;
ALT + W;
ALT + T;
...it really is faster to do it with key strokes.
Anywho, rename that new text file to the name of the program that you want to launch and end it with a [dot]bat extension. My example here would be Firefox.
firefox.bat
It will most likely warn you about changing the file extension and becoming unusable. It's ok, just say yes. If you want, shorten the name of that file to "ff.bat" so you can reduce the amount of keys you have to type to launch your program. It's your file, you do whatever you want.
Now right click that file (or hit the context menu key on the keyboard and then hit "E") which will open a blank notepad.
HERE'S THE IMPORTANT PART!!!!
Inside of notepad typ the following:
start "" [path]
That is "s-t-a-r-t SPACE doublequote-doublequote SPACE [path]
Now [path] should be replaced with the complete path to wherever your program is installed including the drive letter and file extension AND the whole path must be in double quotes! Obviously, the batch file should not contain the brackets.
Example: (still for firefox)
start "" "C:\program files\mozilla firefox 3 beta 2\firefox.exe"
(s-t-a-r-t SPACE doublequote-doublequote SPACE doublequote-c-COLON...........)
Save the file once you've added this one line and then close notepad. Type the following (in no program)...
Windows Key (the flag) + R (hit them at the same time);
type "firefox";
hit Enter;
Voila! A new instance of Firefox should open. I even have these set to Thunderbird, Audacity, Photoshop, Premiere, and VMware. It works!
Labels: FYI, Modifications, OS, Programming, secrets, Software, tips
Wednesday, January 28, 2009
Windows: Access Command Prompt Easily
I use command prompt to do this. Go to the directory containing the files that you want deleted and use the command DEL *.[old file extension]. So say I converted a bunch of WAV files to MP3. I would just type DEL *.wav and leave the MP3's alone.
Ok, that's not that hard to do right? Of course any geek knows how to delete files of a certain type in command prompt. But say your music folder is 5,000 folders deep on your harddrive and using the CD command to change to the directory is a huge pain in the butt. Well here's an easy way to make command prompt go straight to the directory you want.
How it works
Go to any folder (in explorer) that you would want to work with in command prompt. Right click on a subfolder and then you select "Command Prompt from Here". This will open Command prompt pointing to the directory you want.
OK, that's the desired effect and it is a feature that comes built into XP but it is rarely ever enabled. So if you want this ease of access to prompt, follow these steps
How to activate the feature
Again, in explorer, go to any folder (it really does not matter where) and click Tools menu>Folder Options.
Click the File Types tab
In the giant list, find "Folder" and select it (Make sure it isn't "File Folder")
Click the Advanced button on the bottom of the window
***FOR THE LOVE OF EVERYTHING!! - do NOT set anything as default or else you will end up launching VLC media LAN every time you double click a folder. It just happened to me and I couldn't fix it (had to use system restore)
Click on New...
Under the Action box, type "Command Prompt from Here"
Under the "Application used to perform the action" type cmd.exe "%1" (with quotes and everything)
Click ok a few times and there you have it.
In case you screw anything up, visit the link below to get a free context menu editor.
http://www.freedownloadmanager.org/downloads/Fast_Explorer_47727_p/free.htm
Labels: Modifications, OS, secrets, tips
Saturday, August 9, 2008
OS: Killing the evil
I am going to install a smaller hard drive (80 GB) and install Windows XP SP2 on it. I'm going to keep all my files on my larger SATA drive (372 GB). Yes I am going to miss all the eye candy but I can no longer stand all the issues.
What finally pushed me over the edge was I just bought a webcam today from the Walmart Clearance Aisle. HEY! You can find a lot of good and cheap stuff down that aisle!
Anywho, it was like this $70 thing for $20. It also comes with a bluetooth head set and a bluetooth dongle for PC via USB. Well guess what. None of it worked with Vista.
So goodbye you evil operating system. Enjoy your death as Microsoft will destroy you in less than two years.
Saturday, July 19, 2008
Vista: I finally cracked it to OS X

Now we've all seen themes before and just having Mac wallpaper isn't that impressive, but look closely at the title bar. Yes, that's it... lean in and look!
Wait... what's that?
YES! The buttons are really on the left side. IN WINDOWS!!! I found this awesome stand alone, non-install program called leftsider that is completely free. It only works in windows vista though. I've heard that it can work in xp but will only affect explorer windows. In vista, though, everything is switched. Combine it with a theme, some wallpaper, and RKLauncher and you have a suitable mac on pc.
Labels: A Geek's Dream, Modifications, OS, secrets, Software
Monday, July 7, 2008
Vista: Sucks
I know, I know. Everyone has been telling me, "don't use Vista. It's not worth all the trouble. Yadda yadda yadda..."
Here are a couple reasons why I have finally broke down and admitted that it is gay:
1. Sometimes, the DVD drive will become locked. Now matter how many times you push the eject button or make windows eject it, you'll never get that DVD out. The only solution is to restart your computer.
2. It NEVER stops writing crap to the hard drive. Seriously, the LED is CONSTANTLY strobing.
3. The audio mixer is nice since you can individually control sound from every application, but when switching to headphones, you must restart the application for it to switch audio devices. VERY ANNOYING.
4. If you try to delete a file after it has just been created, Vista has a little nag screen that says, "Sorry cannot delete. Try Again or Cancel?" You usually have to leave files on your computer for a couple hours before they become 'unlocked'.
5. User Account Control. This was the first thing to be deactivated on my computer... "Starting Solitaire, Allow or Deny?"
6. The highlighting of "newly installed applications" in the all programs menu. This does not work like you think it would. Sometimes - most of the time - it highlights newly installed apps. However, after launching them and using them, it does not always unhighlight them. And in some instances, it NEVER highlights newly installed apps.
7. Vista hangs on to way too much crap. Every time I run CCleaner (which is about once a week), it removes about 4 GB - yes, that's 4,000 Megabytes - of junk files.
8. "Run" is no longer easily accessible from the start menu. Good thing the keystroke sill works (Windows Key + R)
9. Defrag Vista once a week-seriously. Especially if you have more than 50 GB of files. I have used 3/4 of my 375 GB hard drive and I haven't defragged it in a couple months. IT WAS UGLY! That's not even the wors part.. This is true - it took it 3 continuous days and nights (never shut down the computer) to defrag it. I even used a good and trustworthy third party application to do it.
10. Sometimes, without any warning, the application your are working with will just magically...... disappear. I am seriuos as all get out. Today I tried burning a data DVD and the program just vanished while it started to burn. I ended up with a corrupted and one-quarter finished DVD.
Labels: OS
Monday, June 9, 2008
Shell Commands
Most useful Shell commands
- shell:ChangeRemoveProgramsFolder - opens the Programs and Features (Add/Remove Programs) window.
- shell:Sendto - opens the SendTo folder so that you can easily add more locations to the Send To list.
- shell:Common Administrative Tools - opens the Administrative Tools menu as a folder
- shell:Desktop - opens the Desktop as a folder.
- shell:Downloads - opens your Downloads folder. (Vista Only)
- shell:Quick Launch - opens the Quick Launch folder. (Vista Only)
- shell:Searches - opens the Search folder showing all your saved searches. (Vista Only)
The other useful Shell commands
- shell:AppUpdatesFolder - opens the Installed Windows Updates location in Program and Files. (Vista Only)
- shell:Cache - opens Internet Explorer’s temporary Internet files folder.
- shell:CD Burning - opens the folder where Windows Vista temporarily stores files to be burned to a CD.
- shell:Common Desktop - opens the Public/Shared User’s Desktop folder.
- shell:Common Documents - opens the Public/Shared User’s Documents folder.
- shell:Common Programs - opens the Start menu shortcuts folder.
- shell:Common Start Menu - opens the Start Menu as a folder.
- shell:Common Startup - opens the Startup folder.
- shell:Common Templates - opens the Templates folder.
- shell:CommonDownloads - opens the Public User’s Downloads folder.
- shell:CommonMusic - opens the Public User’s Music folder.
- shell:CommonPictures - opens the Public User’s Pictures folder.
- shell:CommonVideo - opens the Public User’s Video folder.
- ***you can also open up separate folders of the like above by removing the term "Common"
- shell:ConflictFolder - opens the Sync Center Conflicts folder. (Vista Only)
- shell:ConnectionsFolder - opens the Network Connections folder. Very handy to know if you do a lot of networking
- shell:Contacts - opens your Contacts folder. (Vista Only)
- shell:ControlPanelFolder - opens the Control Panel.
- shell:Cookies - opens the cookies folder
- shell:Favorites - opens your Favorites folder.
- shell:Fonts - opens Vista’s/XP's Fonts folder.
- shell:Gadgets - opens your Windows Sidebar Gadgets folder. (Vista Only)
- shell:History - opens the Internet Explorer history folder.
- shell:InternetFolder - opens Internet Explorer to the "Welcome back"/"Change Your Settings" page - not the home page
- shell:Links - opens your Links folder location. (Vista Only)
- shell:MyMusic - opens your Music folder. (Vista Only)
- shell:MyPictures - opens your Pictures folder. (VistaOnly)
- shell:MyVideo - opens your Video folder.(Vista Only)
- shell:MyComputerFolder - opens Computer window.(Vista Only)
- shell:NetHood - opens Network Shortcuts folder or all the shared folders found on your network.
- shell:NetworkPlacesFolder - opens the Network Places location. (Vista Only)
- shell:Original Images - opens Windows Photo Gallery Original Images folder. (Vista Only)
- shell:Personal - opens your Documents folder. Works with XP
- shell:PhotoAlbums - opens your Slide Show folder. (Vista Only)
- shell:Playlists - opens your Playlists folder. (Vista Only)
- shell:PrintersFolder - opens Printers in the Control Panel.
- shell:Profile - opens your main folder, you know that place that stores all that crap like "my documents", "Favorites","start menu", "desktop","local settings".
- shell:ProgramFiles - opens the Program Files folder. Hallelujah this one works with XP and is now my new best friend.
- shell:Public - opens the Public User folder.(Vista Only)
- shell:Recent - opens the Recent Items(Recent Documents for XP) folder.
- shell:RecycleBinFolder - opens the Recycle Bin folder.
- shell:Start Menu - opens the Start Menu folder.
- shell:Startup - opens the Startup folder
- shell:System - opens the System32 folder location.
- shell:Templates - opens the Templates folder location.
- shell:UserProfiles - opens the Users folder. (Vista Only)
- shell:UsersFilesFolder - opens your main folder. (Vista Only)
- shell:Windows - opens the Windows folder. Works with XP
Labels: Articles, FYI, OS, Programming, secrets, Software, tips
Saturday, April 26, 2008
The ULTIMATE Geek Dream Machine
I pleased to help spread the word of the new OPEN systems by Psystar. These amazing machines were specifically designed with hardware that would please even the most finicky operating system. The most featured feature is its ability to run Mac OS X Leopard without any conflicts. It also has the ability to run Windows XP and Vista (32-bit and 64-bit) and (Here's the kicker) UBUNTU 8! The specs are amazing and OPEN systems start at about $400 (with no OS).
Monday, February 4, 2008
POP QUIZ!
Upgrades - Are they really necessary?
So with Vista we know that there are so many upgrades that must come first. Like more RAM, a better video card, a faster processor, you must have a dvd drive for installation, a larger hard drive to install the OS on, and plus there's all that incompatible software.
Most companies are still with Windows XP for two reasons: 1) being that upgrades would be very costly and time consuming and 2) there is no advantage of Vista over XP except for Aero Experience.
Microsoft has heard this countless times from people all over and are finally planning on making a change. They know that Windows 7 needs to be worth the upgrade. But how can they make it better than Vista without the need of a Supercomputer? The answer is to cut down the need for large system resources. Windows 7 will be designed to utilize resources in a much better fashion and still be the best OS.
So any Vista PC should be able to handle 7 without any problems. XP machines will still most likely need a few upgrades, but the changes won't be as large a step or as aggressive which will save you a couple hundred dollars.
With the new release around the corner, I advise anyone thinking about upgrading to stand your ground and stick it out for a year (unless your upgrading from 98).
Saturday, February 2, 2008
Linux
I know a few people who use Fedora. I have never personally experienced it before but I know that there are people who are happy with it. I have personally used Ubuntu for awhile and I liked it. The only reason why I don't use it anymore is that it didn't have support for my audio card (which was a professional studio card) and I couldn't figure out how to install packages. I'm not to that level of programming and understanding Konsol.
My top pick of a Linux distro would definitely have to be Dream Linux. This is as close to an open source Macintosh as you can get. It even has the dock with the cool effects and all that jazz. I liked it from the moment I booted from the live CD. I had issues installing it because I was doing it on ancient machines and there was hardware issues but I definitely recommend it to anyone who sort of like Mac.
In Sandman's particular situation with the fight for XP, I recommend PCLinuxOS. PCLinuxOS is Linux that is designed to look and feel just like XP, but much much less demanding with the resources. Linux Kernel + XP GUI = Your best friend.
You also said that you might go with Kubuntu. I'm not sure if you know this or not but there are three versions of "Ubuntu". There is standard "Ubuntu", there is the "Educational" version called "Edubuntu" and "Kubuntu" which is the KDE version of ubuntu instead of using GNOME. This just gives it a different GUI. From the screen shots, I recommened standard Ubuntu for a more mac feel. If you want more of a windows feel, then kubuntu is the one.
Recently, there have been two more distros added to the ubuntu project. The first is "Gobuntu" which is an operating system that has "no firmware, drivers, applications, or content included in [it] that does not include the full source or whose license does not provide the right to use, study, modify, and redistribute the body of work." So if you are an intense programmer, this is definitely the one for you.
The second is Xubuntu - an official derivative of Ubuntu using the Xfce desktop environment. It is intended for users with less-powerful computers, or those that require a highly efficient desktop environment on faster systems. Xubuntu features primarily GNOME applications. This distro is basically like a super 'lite' edition and doesn't give you all the cool stuff that you want. I don't recommend this.
I hope this gives you a more broad spectrum and helps shine some more light. These distros are only my favorites but I know that there are hundreds of them. Choosing the right one is like becoming engaged to the girl of your dreams -- it takes a lot of time and a wise decision.
Labels: Help, OS, Programming, Software
Monday, August 6, 2007
Another Convert
1. Some programs will stop responding after they start up. This is usually when you do something to aggravate it.
2. Installations are confusing as trying to do a Beijing Times crossword puzzle.
I still cannot figure out how to install anything. The problem is that Linux does not have executable installation files. Everything is done by commands in the terminal. So it is very confusing when trying to run a setup. (I'm going to make a point about this later).
3. Sometimes the system lags - it doesn't freeze, it just lags considerably. I don't know why this is. I just think that my old hard drive is being stupid.
4. I cannot write files to my other hard drive. To install Linux, I used a separate hard drive (slave 0) to keep from screwing up windows in case I really need it for something (like video editing and etc.). Linux says that I do not have the rights to save data on the windows hard drive. There is some sort of script that will give you the permissions but I'll have to ask my friend what it's called.
5. Linux does not support my audio card... I do have integrated that works perfectly but I also have a professional audio card from E-MU that will not work.
Things I do like about the new OS:
1. The UI. Here's what I was talking about back in number two. The common misconception is that Linux is only a command prompt. WRONG! There is a whole User Interface that comes with each distro. Ubuntu has one that is like windows but definitely different at the same time. It has two "task bars". The one on the bottom contains all the open panes (just like the windows task bar). The bar at the top (the panel) contains your Applications, Places, and System menus as well as you quick launch panel, running processes, and your date and time. Here's a screen shot:
You should be able to click to enlarge.2. Linux is so much faster than windows. It boots in no time at all
3. Linux is simpler. Simple as that
4. Linux can do just about everything windows can and it can even open all windows files and modify them plus even more file formats!
5.Linux leaves no hastle behind. You know in windows where it slows down and you can't figure out why, so you defrag and do a disk cleanup and sweep your registry and dump your temp files and check you cookies and all that junk? With Linux, you don't have to do any of that stuff. There's no headache whatsoever!!!
6. It has cooler applications than windows does. The add/remove programs assistant (not wizard) actually display hundreds of available applications. Select the ones you want and click apply. It then downloads them from the internet for you and installs.
7. Most things like configurations and the tough stuff is automatically done for you.
8. Everything is absolutely FREE!!!!! The copyright falls under GNU GPL meaning it is free for you to use, modify, tweak, copy, give away, redistribute, or sell. Some applications for Ubuntu are only free if you use it for personal use. These programs usually alert you if it is the case. All software is Open Source allowing you to download the code and modify as you please. Nice huh?
Sunday, July 15, 2007
Windows XP is out to get it's users.
Step one - XP is stupid. So let's give it some brains - I mean memory.
(only perform these actions if you have 256 MB of RAM or more)
(be sure to create a system restore point and back up your registry before continuing - don't worry though, these tweaks are absolutely safe. You will not lose any files whatsoever.)
1. Go to Start > Run then type " regedit ". (you may need to be the computer's administrator in order to make changes to the Registry.
2. Find the following key: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ SessionManager\Memory Management
3. Find " DisablePagingExecutive " and double click on it. Change the value to 1.
- This instructs the OS to keep program data in RAM for as long as possible enabling faster program responses
4. Find " LargeSystemCache " and double click on it. Set the value to 1.
- This makes the OS "Shadow ROM" or load the OS into RAM for faster load times and system responses.
5. Now right click in the white space under the list of keys and follow Create new > DWORD called "IOPageLockLimit" (without quotes), and set it to a value of "40000" if you have 512 MB or more. In case if you have 256 MB, set it as "10000". Remember that these should be HEX numbers. This particular tweak will speed up your disk cache.
6. Under the Memory management folder on the left, you will find a folder called PrefetchParameters. Click on this folder. On the right pane, you will find a key called "EnablePrefetcher". Set this value to "3".
All these tweaks put together should extract a significant amount of performance from your installation of Windows XP. I didn't perform all of these but I did post them in case you wanted to. The first time I read this I thought that using more RAM would actually slow the system but it is really helping my speeds.
***All information found in this tweak was taken from www.santa-reviews.blogspot.com***
Step two: XP is ugly so let's give it a make over - or new themes rather
(Be sure to create another system restore point just in case - again, this is safe!)
(if you do not have System Restore, you can download GoBack for free which does the exact same thing. Take care of that now!)
1. Go to www.wincustomize.com and look through some pretty cool themes, wallpapers, and screen savers.
1. Also you may want to check out www.Deviantart.com for free themes (this is where I get all my really sweet ones).
2. In order to use them however, you must replace one system file.
Here is a download link for a free utility to do all the work for you. Just run once and reboot. You will see no difference whatsoever after boot but the file is still changed. This does not harm your OS nor cause system instability/crashing/hooking.
UXTheme_Multi_Patcher_4.0.zip(Just download and unzip and run) To return the file back to normal just run this again. You will not be able to use your themes again after that.
3. Got a theme? Download it and unzip it if necessary. ***IMPORTANT*** When you apply this theme it becomes a system file. The theme file and containing folders should and cannot be modified at all. Save the theme somewhere on your computer (it actually does not matter where just don't forget because you need to know the path).
4. Double click on the .THEME file and your Window's Appearance Panel should open with the theme applied in the preview box. Some themes have multiple color profiles so be sure to check that drop down box. When the preview box is displaying a theme that you find satisfactory click Apply and then OK. XP will now display a message saying "Please Wait".
***You computer screen will then fade to black and white. This is NORMAL. This may also take sometime depending upon the speed of your processor and how good your specs are. This is also NORMAL. (mine usually takes a good thirty seconds or so.)
Your theme should now be applied. ***You may notice a slightly lower standard in system performance. Adding different visual effects causes delays in graphical rendering and thus uses more CPU processing.
Here's a screen shot of the theme that I am currently using. It is called Vistab2 and I download from deviantart.com:
***Click to enlarge***5. Want different icons? You can find different shell32.dll files and installers to change your icons to new Vista, Mac, or any themed styles. Just search on google for icon installers. (wincustomize.com should have theme)
***That not working for you? Create your own! Simply open Paint and click on Image > Attributes. Set the Height and Width to 32 PIXELS (not inches) Then PAINT! When you are finished, click File > Save As. The file type must be a BMP (bitmap) but the filename can be whatever you want AS LONG AS it ends in " .ico " Again, this will be a system file if it is used, so save it in a place where it will not be modified, nor it's containing folders. To use that icon, click on the existing icon that you want to change. Go to Properties. Then click the Customize tab. Click "Change Icon" near the bottom and change the path to that of where your icon is saved. If you saved it correctly, it will be recognized and you may use it.
Step Three: XP is fat so lets get rid of some weight that's slowing it down - I mean the "Garbage"
There are two programs that I just adore: "Advanced Disk Cleaner" and "CCleaner"
1. Download Advanced Disk Cleaner. Simply install and run. In order to get your serial number, you must register. It is absolutely FREE. I mean it. I ordered my own serial number and I didn't pay one cent for it! You'd be surprised how much junk is on your computer. This will really help. Unfortunately, this will only scan for temporary files. ***NOT TEMPORARY INTERNET FILES*** The files it removes are from the temp directory. These are application files that are no longer necessary to have and are safe to remove. See #2...
2. Download CCleaner. Again, install and run. This requires no registration and of course it is still Freeware. I think I love this program better! The first time I used this, it removed so many useless files it wasn't even funny. The total scan time lasted only 106 seconds. It removed 1,716 MB of cookies, temp files, web browsing history, you name it!
Step Four: XP is a poor secretary - Let's fix the filing cabinet and it's list of operations.
The registry is probably the most important thing in your OS. Here, a list of instructions of every piece of code it kept. This instructs how the system should run and behave. When it gets jam packed with useless files, your computer slows down because it takes up room in the filing cabinet. Here's a piece of Freeware to help the system along.
***Products that require purchase do a better job than anything but this is the highest rated freeware registry cleaner according to CNET.***
1. Download Registry Defrag. Install and run. This will really speed your performance.
I don't recommend themeing XP but it can be done and is very cool to do so. The only reason why I don't recommend it is because it usually slows down your system just a little. But if you are only using a computer to check email and the news then it will not hurt your machine at all. I hope you find these tips helpful. Leave comments including your email address if you have any questions. I have comment moderation enabled so no one will see your comments or email addresses. I will not post them if they contain your contact info.