Blog Forum Wiki Links Contact Us NetbookUser
RunCore Pro IV SSD Transforms your ASUS EEE PC by increasing 
performance 5-40X. Your satistfaction guaranteed RunCore Pro 70mm SATA Mini PCI-e SSD
RunCore Pro IV 70mm SATA II Mini PCI-e SSD
RunCore Pro IV 2.5 Inch SATA II SSD

You are not logged in.

#1 2008-08-16 2:56:58 pm

Jasked
Senior Member
Registered: 2008-07-16
Posts: 179

How to clean up space on your C: drive in Windows XP

UPDATED: Oct 2009 - Updated items are marked with (NEW)

This question seems to get asked again and again, so here is a thorough list of actions you can take to clean up your C: drive.

Let me know if there are any mistakes, oversights or anything that could be added. I attempted to only list procedures that produce substantial gains in free space. Thanks to everyone whose suggestions have been incorporated.

*As an alternative to deleting any of these folders mentioned below, you can move them to another location and create a junction point to them instead. Read "A few other tips" below for an explanation of how to do this. This would be particularly useful in case of the "C:\windows\installer" folder.

Asus has released "Eee PC Shrinker". It's simple, and I recommend using it. You can obtain it here:
http://dlcdnet.asus.com/pub/ASUS/EeePC/ … rinker.zip
http://dlsvr04.asus.com/pub/ASUS/EeePC/ … rinker.zip
If these download links are broken try looking for it on the Asus website in Eee downloads.

Here's the main list of procedures for cleaning up space on your C: drive. If you bought a 901 with XP pre-installed some of these steps will have already been done for you. Also, Eee PC Shrinker performs some of these tasks.

1. Go to add/remove programs in the control panel and remove anything you don’t want. Also click on add/remove windows components and remove anything you don’t want.

2. Turn off the paging file (if it's not already off). Right click on my computer in the start menu, click properties, click the advanced tab, click settings under performance, click the advanced tab, click change under virtual memory, click no paging file and click set.

3. Turn off system restore. Right click on my computer in the start menu, click properties and click the system restore tab.

4. Turn off hibernation (if it's not already off). Control panel->Power Options->hibernate tab

5. Delete anything in your profile temp directory (note that it's a hidden folder) and your windows temp directory. If you get an error deleting certain files just skip them.
C:\Documents and Settings\[profile name]\Local Settings\Temp
C:\WINDOWS\Temp

6. Delete anything in the ServicePackFiles folder. These will only exist if you installed a service pack after installing windows. This will prevent you from uninstalling the service pack.
C:\WINDOWS\ServicePackFiles

7. Run CCleaner. This is a free utility that will help clean up various temp/log/cache files. In CCleaner under advanced you can set it to remove any hotfix uninstallers, which I recommend.
http://www.ccleaner.com/download/builds … ading-slim

8. You should probably have enough space now, but if you would like more then I suggest cleaning out the dll cache folder.
Type the following at a command line window:
“sfc /purgecache”
If you’re not sure how to open a command line window: start menu->run->type “cmd” and click ok
If you want to understand what clearing the dll cache actually does then read the following first:
http://en.wikipedia.org/wiki/Windows_file_protection
~150 MB
Note: rjstep3 has suggested moving the dllcache folder and changing a registry setting so that Windows knows where to find it. If this solution appeals to you more, you can find his instructions here: http://forum.eeeuser.com/viewtopic.php?id=40305

9. Asus released a utility that essentially makes all programs installed to "C:\program files" reside on the D: drive. Some people have reported having problems with the utility, so I suggest reading the short manual for it carefully and only doing it if you've got to this point and still need more space. I suggest running CheckDisk on both your C: and D: drive before using the utility; I'm speculating that file system errors may be causing some of people's problems with the utility. The current version of the utility is version 3, so it's possible that some bugs in the earlier versions were causing some of the problems.
AutoC2D can be downloaded here:
http://dlsvr.asus.com/pub/ASUS/EeePC/Ee … oC2D_3.zip

10. Delete all files used for windows updates. I suggest running Microsoft update first to make sure everything is updated (http://update.microsoft.com). After deleting these folders, if you run Microsoft Update manually it will re-download any deleted files needed to perform the updates (so this is safe).
-In the control panel under automatic updates turn off automatic updates.
-Stop the automatic update service—right click on my computer in the start menu and click manage, click services and application, click services, on the right pane right click on automatic updates and click stop.
-Delete the following two folders including all contents:
C:\WINDOWS\SoftwareDistribution\DataStore
C:\WINDOWS\SoftwareDistribution\Download

11. This NOT recommended unless you know what you're doing and feel it's worth it. Delete all files in Windows’s driver cache folder. If you delete it you'll have to provide the driver for anything new (there will be no "windows drivers" to search through).
C:\WINDOWS\Driver Cache\i386
~80 MB

12. Again, NOT recommended. Uninstaller files can take up a lot of space—613MB on my 901 as I type this. You can completely delete the folder containing the uninstaller information, but you will obviously not be able to automatically uninstall anything after doing this. However, one trick to automatically uninstalling a program after removing the uninstall data is to install it again over top and then uninstall it (but this doesn't always work).
To remove the uninstaller info delete all files in the following folder:
C:\Windows\Installer
Alternatively, there is a Microsoft program that will allow you to selectively remove uninstallers. Unfortunately it doesn’t show you how much space each uninstaller takes up, but you can go to the installer directory, sort it by size, right click on the largest files and click properties, and by examining the properties tab you can usually figure out what the uninstaller is for (maybe there’s an easier way of doing that that I’m not aware of).
Here is the Windows Installer CleanUp Utility, which will delete the uninstaller files for a specific uninstall:
http://support.microsoft.com/default.as … -us;290301
~500 MB

A few other tips:

(NEW) I highly recommend that you avoid installing any versions of Microsoft .NET. It takes up a lot of space and any .NET program will usually have a suitable replacement. If you have installed .NET you can uninstall all versions and hide it from Microsoft Update to avoid installing it again in the future.

Run windows CheckDisk. Filesystem errors can sometimes cause free space to be incorrectly calculated.
Go to My Computer, right click on the C: drive, click properties, click tools, click check now, tick "automatically fix filesystem errors", do not tick the second box, and then click start. It should prompt you to reboot the computer.

Instead of deleting any of these folders you could move them to your D: drive and create a junction point that points to the new location.
For example, if you wanted to move the "C:\windows\installer" directory to "D:\installer" you would just need to do this:
-First you need a utility that will create junction points. I'll use "Junction Link Magic" for this example, which you can get here: http://www.rekenwonder.com/linkmagic.htm
-Download and install Junction Link Magic
-Copy the "C:\windows\installer" folder to "D:\installer"
-Rename "C:\windows\installer" to "C:\windows\installer-old"
-Create an empty "C:\windows\installer" folder
-Run Junction Link Magic (and cancel the scanning), click create, set the junction point to "C:\windows\installer" and the destination folder to "D:\installer"
-Now double check that going into "C:\windows\installer" shows all your installer files
-If it looks good then you can delete the "c:\windows\installer-old" folder
*Note that if you want to remove the junction you will have to use Junction Link Magic (or another junction utility). If you delete "C:\windows\installer" without removing the junction first you'll delete all the contents.

If you're using Internet Explorer you should set the disk cache to something reasonable like 50 MB, as the default is very large. Tools->Internet Options->Browsing History Settings

If your "My Documents" folder is expected to get large, or already is, you may want to move your "My Documents" folder to the D: drive. If so, here’s how.
Right click on "My Documents" in the start menu, click properties, click on Find Target to find your new folder location and then click Move.

If you want to move any of your other special folders such as the desktop folder to another drive you can do this easily using tweakui, which is a free utility from Microsoft.
http://download.microsoft.com/download/ … ySetup.exe
In TweakUI it's under My Computer->Special Folders

There’s a free program called WinDirStat which graphically shows how much space different files and folders are taking up. It’s probably not very useful for a fresh install, but could be useful later on.
http://windirstat.info/
Another option is SpaceMonger (it's nagware):
http://www.sixty-five.cc/sm/

EXPERIMENTAL: I haven't given the following a lot of testing, but they seem to work fine. If they cause any problems please let me know.

(NEW) If you installed IE 8 then it seems to be safe to delete the following folders:
C:\Windows\ie7
C:\Windows\ie7updates

(NEW) If you have decided to uninstall all versions of .NET it appears to be safe to delete the following folders:
C:\Program Files\Microsoft.NET
C:\WINDOWS\Microsoft.NET
C:\WINDOWS\assembly
Note that you may need to boot from another bootable media to delete the two folders in the Windows directory or use file/folder deletion software such as MoveOnBoot. (feel free to offer other tricks if there's something easier).

When you update your version of Sun Java make sure you uninstall all the older versions first.

Sun Java has a cache that defaults to 1 GB. I suggest setting this to 50 MB (Note that CCleaner cleans out the Java cache).
Control panel->Java->Settings
If you have any folders other then "jre6" in the following folder you can delete them (this assumes that java 6 is the version you have installed and is the latest version).
C:\Program Files\Java

Delete the Adobe reader setup files:
C:\Program Files\Adobe\Reader 9.0\Setup Files
If you've upgraded to Reader 9 then you can delete any remnants of Reader 8 after you've uninstalled it:
C:\Program Files\Adobe\Reader 8.0
These two steps freed up about 150 megs on my Eee.

Here's a short list of programs that are small in size, and may be suitable replacements for what you currently use.
Sizes are download sizes and not disk space used.

PDF Reader - (4 MB) Foxit Reader http://www.foxitsoftware.com/pdf/reader/download.php

CD/DVD Writing - (3 MB) CDBurnerXP http://cdburnerxp.se/en/download

Office Software, Email, Calendar - (0 MB) Google Apps OR Zoho Office Suite

Media Player - (6 MB) http://www.gomlab.com/eng/GMP_download.html
GOM takes up much less space than VLC!
*NOTE* hit cancel at the end of installation if you don't want the ASK toolbar

Simple Cloud-Based Backup/Synchronication - (14 MB) Dropbox http://www.getdropbox.com/
This isn't that small but very useful, so I figure it's worth mentioning. It easily syncs files between your Eee and other computers.

Last edited by Jasked (2009-10-16 4:24:37 pm)

Offline

 

#2 2008-08-16 3:02:00 pm

Benny Lo
EEEmazing User
From: HK
Registered: 2008-03-02
Posts: 5350

Re: How to clean up space on your C: drive in Windows XP

Nice summary! smile

I normally would use ntregopt (registry optimizer) to pack the registry after all the tweaks are made.

Last edited by Benny Lo (2008-08-16 3:09:47 pm)


702 Black 8G XPP2+EWF | 2GB RAM | XPP3 on SDHC (Fat32) in internal cardreader
S101 Brown 16G XPH SP3 / Win7 RTM | 2GB RAM | 16G SDHC (Fat32)
Asus S5N Centrino XPP2 | 768M RAM | With 8 & 32GB CF Cards as HDD
ASRock N330 (Non-Ion) ITX desktop XPP3 / Win7 RTM  | 2 X 1GB RAM Dual Channel

Offline

 

#3 2008-08-16 4:28:41 pm

radicalDREAMZ
Senior Member
From: Los Angeles
Registered: 2008-01-26
Posts: 107

Re: How to clean up space on your C: drive in Windows XP

nice guide, i didn't know about the dll cache folder

Offline

 

#4 2008-08-16 4:50:05 pm

tett
Member
Registered: 2008-07-26
Posts: 47

Re: How to clean up space on your C: drive in Windows XP

Great help!  Many thanks.

Is there much risk when turning the system restore off?  This saved me about 1/2 gb.

What is the risk if I purge the dll cache folder?

Cheers!

tett

Offline

 

#5 2008-08-16 5:14:51 pm

Jasked
Senior Member
Registered: 2008-07-16
Posts: 179

Re: How to clean up space on your C: drive in Windows XP

tett wrote:

Is there much risk when turning the system restore off?  This saved me about 1/2 gb.

What is the risk if I purge the dll cache folder?

There is no significant risk to disabling system restore. By restoring to old restore points, I find that some users tend to cause more problems with it then they are able to fix with it. If you find you're about to do something risky with your system you could re-enable it temporarily, set a restore point, perform the risky operation and then disable it again when everything seems fine; this is the best way to use system restore.

The risk involved in purging the dllcache folder is minor. It's possible that installing a program could overwrite a system file with an older version and cause problems. I've purged dllcache on a few dozen systems and was never aware of it causing any problems. The risk increases if the user is is frequently installing programs, especially old ones.

Offline

 

#6 2008-08-16 9:35:16 pm

enovy
Senior Member
From: US
Registered: 2008-03-05
Posts: 207

Re: How to clean up space on your C: drive in Windows XP

Jasked wrote:

There’s a program called SpaceMonger which graphically shows how much space different files and folders are taking up. It’s probably not very useful for a fresh install, but could be useful later on. It’s free to use for 30 days.
http://www.sixty-five.cc/download/

Great list.

By the way, windirstat is free and also shows how much space is being used.


EEE PC 4g Surf White nLite Win XP Home SP2 2g RAM 8g Sandisk Ext 3 for husband
EEE PC 901 Black nLite Win XP Pro SP2 1g RAM for me

Offline

 

#7 2008-08-16 10:26:47 pm

Macmee
Senior Member
From: Canada
Registered: 2007-12-11
Posts: 221

Re: How to clean up space on your C: drive in Windows XP

love the guide. Should I be concerned about the SSD writes to a 12GB model running XP? Is it worth moving Documents and settings to another drive?


ASUS EEE 901 12GB | 2GB RAM | Microsoft Windows 7
20" Aluminum iMac | 2.4Ghz Intel 2 Duo processor | 4GB RAM | OSX Leopard

Offline

 

#8 2008-08-18 6:49:21 am

Deep Thought
New member
Registered: 2008-08-18
Posts: 1

Re: How to clean up space on your C: drive in Windows XP

Hi,

you can remove more windows components if you remove the "hide" commands in c:\windows\inf\sysoc.inf

just use search and replace to get rid of the "hide"s and there will be more removal options visible

bye

DT

Offline

 

#9 2008-08-18 12:09:25 pm

Jasked
Senior Member
Registered: 2008-07-16
Posts: 179

Re: How to clean up space on your C: drive in Windows XP

Deep Thought wrote:

you can remove more windows components if you remove the "hide" commands in c:\windows\inf\sysoc.inf

just use search and replace to get rid of the "hide"s and there will be more removal options visible

Just a heads up for anyone wanting to try this, make sure you backup sysoc.inf before you play around with it. Removing some HIDEs will add useless blank entries to the add/remove dialogue and some will cause it to crash, but as long as you can restore the original file then you should be fine.

Offline

 

#10 2008-08-21 11:03:26 am

42!
Senior Member
From: Boston, MA, USA
Registered: 2008-07-11
Posts: 204

Re: How to clean up space on your C: drive in Windows XP

Very useful information. I wish it were a sticky.


Robert (Don't Panic!) Boyd
Microsoft MVP - Mobile Devices

Offline

 

#11 2008-08-31 11:54:49 am

omnischies
Member
Registered: 2008-07-05
Posts: 27

Re: How to clean up space on your C: drive in Windows XP

Moving your profiles for Thunderbird and firefox to d: drive is also a good way to save space. I found that I got a lot of free space especially after moving the thunderbird one, as I have a lot of saved e-mails.

Offline

 

#12 2008-09-01 2:59:32 am

pelican
Member
Registered: 2008-06-05
Posts: 30

Re: How to clean up space on your C: drive in Windows XP

Hope this is considered on-topic but, as well as slimming down XP, I'm interested in advice on how I can avoid cluttering up the limited C drive space when installing new programs.

I've just got a new 901 XP and before I start re-arranging programs the factory install (rounding off figures) is:
C drive - free 1.73GB; used 1.98Gb with XP SP3 1.4GB; Docs&settings 100MB; Programs 560MB
D drive - free 6.70GB; used 1.36GB with Adobe 200MB; Works 200MB; Staroffice 800MB

So the factory install of 1.4GB for XP including SP3 looks acceptable but I don't want to use up any more of the C drive free space than I have to. I intend to uninstall Adobe, Works and Staroffice and install Office 97, Firefox and Foxit. However, never having worked with split drives before, I'm unsure whether programs such as Office 97, which change registry settings, have to be installed on the same drive as Windows or whether it can be installed on the D drive. (I know that Firefox and Foxit would be OK on the D drive because I could install portable apps). My knowlege is limited so I'm trying to think carefully before I start changing things and mess it up!

Offline

 

#13 2008-09-01 3:39:39 am

Benny Lo
EEEmazing User
From: HK
Registered: 2008-03-02
Posts: 5350

Re: How to clean up space on your C: drive in Windows XP

pelican wrote:

Hope this is considered on-topic but, as well as slimming down XP, I'm interested in advice on how I can avoid cluttering up the limited C drive space when installing new programs.

So the factory install of 1.4GB for XP including SP3 looks acceptable but I don't want to use up any more of the C drive free space than I have to. I intend to uninstall Adobe, Works and Staroffice and install Office 97, Firefox and Foxit. However, never having worked with split drives before, I'm unsure whether programs such as Office 97, which change registry settings, have to be installed on the same drive as Windows or whether it can be installed on the D drive. (I know that Firefox and Foxit would be OK on the D drive because I could install portable apps). My knowlege is limited so I'm trying to think carefully before I start changing things and mess it up!

The following might give you some hints on however to move directory "My documents" and "program files" to another drive.

http://forum.eeeuser.com/viewtopic.php?id=41391

Could you clarify whether your mentioned "Office 97"  is really "Office 97" or the newest "Office 2007"?

Even if you do all the recommended steps, I am not sure whether any files would be written into system directory "c:\Windows" during installation of Office 2007.


702 Black 8G XPP2+EWF | 2GB RAM | XPP3 on SDHC (Fat32) in internal cardreader
S101 Brown 16G XPH SP3 / Win7 RTM | 2GB RAM | 16G SDHC (Fat32)
Asus S5N Centrino XPP2 | 768M RAM | With 8 & 32GB CF Cards as HDD
ASRock N330 (Non-Ion) ITX desktop XPP3 / Win7 RTM  | 2 X 1GB RAM Dual Channel

Offline

 

#14 2008-09-01 6:09:52 am

pelican
Member
Registered: 2008-06-05
Posts: 30

Re: How to clean up space on your C: drive in Windows XP

Benny, this was one of the threads I read after searching but none of them appear very clear on which programs can only be installed on C drive and which programs could be installed on a choice of drives if necessary.

I'm OK with moving the My Documents folder but on my 901 both the C drive and the D drive have folders called "Program files" and I assume it is not possible to move the whole C drive "Program files" folder to the D drive. But I note, for example, that Skype is in the C drive folder and MS Works is in the D drive folder and I was wondering if there are any criteria for determining what type of program gives a choice of install destinations. I can try installing my new programs and see what happens but I'm hoping to avoid the usual mess I've got into on the few occasions I've set up PCs in the past.

I definitely mean Office 97 (not 2007). I find OpenOffice clunky and Office 97 with converters does everything I need.

I'm now searching for a list of programs in the C drive folder that I can safely uninstall without adversely affecting XP. For example I assume I can uninstall the MS Live stuff; unwise to uninstall IE; but not sure about things like MS SQL Server, Movie Maker, Windows Media Player etc.

Offline

 

#15 2008-09-01 6:35:09 am

Benny Lo
EEEmazing User
From: HK
Registered: 2008-03-02
Posts: 5350

Re: How to clean up space on your C: drive in Windows XP

If you have read the link in my previous post, you would know that the method of moving the program files directory is not 100% safe.   As it depend on the design of specific program on how to handle the installation and uninstallation process. 

Even if you reinstall a new nLite XP and set the "Program files" directory in D:,  I have seen some old program that program path had been hard coded into drive letter "C:\program files".

You can try to select custom installation of Office 97 and change the program path to other drive letter.   I believe MS wouldn't do the above stupid thing.

My eeepc had uninstalled/deleted all the MS Live, MS SQL Server, Movie Maker, and Windows Media Player.


702 Black 8G XPP2+EWF | 2GB RAM | XPP3 on SDHC (Fat32) in internal cardreader
S101 Brown 16G XPH SP3 / Win7 RTM | 2GB RAM | 16G SDHC (Fat32)
Asus S5N Centrino XPP2 | 768M RAM | With 8 & 32GB CF Cards as HDD
ASRock N330 (Non-Ion) ITX desktop XPP3 / Win7 RTM  | 2 X 1GB RAM Dual Channel

Offline

 

#16 2008-09-01 7:46:57 am

Lagerfiend
Senior Member
From: UK
Registered: 2008-07-31
Posts: 113

Re: How to clean up space on your C: drive in Windows XP

nice, will try a few of these tonight.

Offline

 

#17 2008-09-01 7:47:49 am

battez
Member
From: Glasgow UK
Registered: 2008-07-23
Posts: 29
Website

Re: How to clean up space on your C: drive in Windows XP

i followed a wiki post here about installing on SDHC (programs) - it is a clever way and mimics c: drive so more compatible


eee PC 901 Linux white, an early adopter and proud and satisfied !
I work in web design.

"Because there's nothing funnier than reading the same quote over and over again" - bobpease

Offline

 

#18 2008-09-01 7:53:50 am

samalama
Member
From: UK
Registered: 2007-11-21
Posts: 36

Re: How to clean up space on your C: drive in Windows XP

Also if you are on XP SP2 the XPLite will allow you to strip out masses of junk. See other threads and here: http://www.litepc.com/xplite.html

Really good but only in beta and paid for if you are on SP3.

I nLited XP with SP2, ran XPlite then upgraded to SP3 and then removed stuff as described here

S

Offline

 

#19 2008-09-01 8:30:13 am

Jasked
Senior Member
Registered: 2008-07-16
Posts: 179

Re: How to clean up space on your C: drive in Windows XP

pelican wrote:

I was wondering if there are any criteria for determining what type of program gives a choice of install destinations.

Almost all programs will give you the option of where you want to install them, with a few exceptions as was mentioned. The criterion Asus has used for what programs to put on the D: drive is how much space the program takes up--programs that take up a lot of space have been placed on the D: drive.

Programs like Firefox and Foxit are so small you might as well put them on the C: drive. Office suites, however, are much larger and should probably be placed on the D: drive. Programs can always be uninstalled and reinstalled if you choose to move it from one drive to another.

Last edited by Jasked (2008-09-01 8:32:17 am)

Offline

 

#20 2008-09-01 8:01:18 pm

bhiga
Senior Member
From: California, USA
Registered: 2008-07-09
Posts: 456

Re: How to clean up space on your C: drive in Windows XP

Benny Lo wrote:

Even if you reinstall a new nLite XP and set the "Program files" directory in D:,  I have seen some old program that program path had been hard coded into drive letter "C:\program files".

That's why I made a junction from "C:\Program Files\" to "D:\Program Files\" and from "C:\Documents and Settings\" to "D:\Documents and Settings\"

That way anything that make an assumption of "C:\Program Files\" will still find its components.


Eee 901 White 68GB (4GB+64GB), Windows XP Pro full, BIOS 1101
Program Files & User Profiles reloc to D: (64GB SSD)

Offline

 

#21 2008-09-21 11:31:35 am

moikanos
New member
Registered: 2008-09-03
Posts: 4

Re: How to clean up space on your C: drive in Windows XP

I take some test with Junction tool and is grate. But i have a question.. How you can copy all document and settings from  same profile to another location?  As usually some files like NTUSER.dat cant copy because is allready in use.

Offline

 

#22 2008-10-09 4:32:43 am

danMdan
ExtrEmE User
From: England
Registered: 2007-12-21
Posts: 1273

Re: How to clean up space on your C: drive in Windows XP

Someone please turn the info. herein into a proper wiki entry.


An Eee Box on Windows XP and a 901 with fast 32G Runcore also on XP.
And a Mac Mini using OS X 10.5.6 plus an HP 2133 using Vista Business.

Offline

 

#23 2008-10-10 8:26:46 am

kevpuk
Member
Registered: 2008-10-07
Posts: 39

Re: How to clean up space on your C: drive in Windows XP

Great guide, thanks, got me from circa. 200MB free sad to 1.1GB !!

However, my only issue was with :

Jasked wrote:

If you're using Internet Explorer you should set the disk cache to something reasonable like 50 megs, as the default is very large. Tools->Internet Options->Browsing History Settings

as this caused Windows Update to die......when going to the update page, selecting either Express or Custom resulted in the usual initial searching, followed by an error screen......tried all sorts to resolve, but - in the end - it seems I needed to up the cache back up to 150MB. I have since moved this cache to the D: drive....

Figured I would post this in case anyone else falls foul to this, at least it can be fixed easily smile

Last edited by kevpuk (2008-10-10 8:27:21 am)


901 + 32GB Runcore + 2GB RAM
Windows 7 RC

Offline

 

#24 2008-10-10 8:39:56 am

Benny Lo
EEEmazing User
From: HK
Registered: 2008-03-02
Posts: 5350

Re: How to clean up space on your C: drive in Windows XP

You could install a ramdisk (such as fixed media disk of Gavotte ramdisk) at 256M-512M and put the temporary internet folder pointing to it.  Surfing would seems like to fly!

Last edited by Benny Lo (2008-10-10 8:40:16 am)


702 Black 8G XPP2+EWF | 2GB RAM | XPP3 on SDHC (Fat32) in internal cardreader
S101 Brown 16G XPH SP3 / Win7 RTM | 2GB RAM | 16G SDHC (Fat32)
Asus S5N Centrino XPP2 | 768M RAM | With 8 & 32GB CF Cards as HDD
ASRock N330 (Non-Ion) ITX desktop XPP3 / Win7 RTM  | 2 X 1GB RAM Dual Channel

Offline

 

#25 2008-10-12 2:59:35 pm

memultd
New member
Registered: 2008-10-12
Posts: 2

Re: How to clean up space on your C: drive in Windows XP

I hope this is on topic.  I wish I had known about this site before I tried to install Win XP Sp2 to my eeepc 900 with 1gb ram and 20 gb ssd, C: 4gb and D:16 gb Black.  I followed all the instructions in the eee PC manual for installing Win XP and removed all the partitions and now only have the 4 gb C: drive which XP Sp2 and EEE PC Drivers disk installed on ok and runs reasonably but is limited as only have about 900 mb available.  Was never given the option tol reformat the D: drive.  Now cannot find the D: Drive in My Computer but when go to Device manager can get the system to see it but not recognize it.  What do I need to do to correct this.  Original OS was Linux from eee pc.  Any help would be appriciated.

Offline

 

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson