Free disk space on the C partition

Separated from this thread.

I am also having the same problem.  I am running Vista Home Premium SP2.  I was getting close to complete on my drive C (13% free space). I was shocked to see how quickly it filled up, almost as if he did it by himself.  I was downloading a lot so I had no idea how it happened.  I ran each program cleaning and each antivirus that I had to try to make room.  I cleaned up program files deleted a bunch of audio and video files, and it does not seem to do much more of a difference.  I shut down the computer for the night and is returned to him the next morning.  I ran and bought a few flash drives to transfer files more and when I booted up I checked the hard drive and it was back to 48% free space (as it was before).  I have no idea what happened, but so far, it seems to be fixed...?   one of the cleansers I ran also ccleaner.

Free disk space
Last updated 18/01/2014
 

Content

  • To see how much space you have used and free
  • To see where the files are too much space
  • Disk Cleanup
  • System restore
  • Fix the basket
  • Fix temporary Internet files
  • Delete files in the system and the folder Temp of Service Profiles
  • Check the size of the swap file
  • Disable the hibernation
  • Compact the Windows databases use various
  • Delete the files updated by the Service Pack
  • Move your Documents
  • Remove saved files created by Photo Gallery
  • Which extends the size of the disk
  • Compress files
  • Turn off the low disk space warnings
  • Boost disk cleanup
 

To see how much space you have used and free

Start - All Programs - Accessories- Click with the right button on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

For the system drive

WMIC volume where (DriveLetter = '% lecteur_systeme %') are legend, capacity, freespace List

For all readers

WMIC volume get/all, freespace, the ability, the legend

If you want to store this info on your desktop

WMIC /append:"%userprofile%\desktop\Free on disk space" volume get Caption, freespace format:htable

To open double click on Free Disk Space on your desk or type

Start "" "%userprofile%\desktop\Free report.HTML of disk space.

Then come back here after cleaning and repeat these commands to see the difference.

If for any reason, the wmic command does not work, use these two commands. Both take a lot of time.

% Lecteur_systeme % - one defrag

or

dir %systemdrive%\*.*/a/s

 
To see where the files are too much space
 
It lists the number of files and the size of the folders on your drive. Each command is a subset, so you can run it better.
 

Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).
 
 
Then configure the command prompt. Right-click on the tab of the titlebar - Properties - Layout command prompt - and enter 1000 screen buffer size height and 43 (or 50) to Window Dimensions height. Change the color (color tab) and the police (police tab), if you want.
 
To see the size of the folders in Documents, excluding images, video, or music files.
 
for /f "Skip = 2 tokens = 3 ' set doc = A %%A in ('Reg query"HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders"/v"Personal"")
 
for /f "usebackq tokens = 2 * delims =" %i IN ("dir"% doc"/ a/s ^ |") "." findstr/i/v "\/"^|findstr/l/v "photos video" ') @echo %j & echo. "
 
To see the size of the folders in the music.
 
for /f "Skip = 2 tokens = 4" %A in ('Reg query "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v 'My music' ") set Doc = A %
 
for /f "usebackq tokens = 2 * delims =" %i IN ("dir"% doc"/ a/s ^ |") "." findstr/i/v "-/"') @echo %j & echo. "."

 
To see the size of the image files.
 
for /f "Skip = 2 tokens = 4" %A in (' Reg query "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" "My pictures" /v ") set Doc = A %
 
for /f "usebackq tokens = 2 * delims =" %i IN ("dir"% doc"/ a/s ^ |") "." findstr/i/v "-/"') @echo %j & echo. "."
 
To see the size of the files in the video.
 
for /f "Skip = 2 tokens = 4" %A in ('Reg query "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v 'My videos' ") set Doc = A %
 
for /f "usebackq tokens = 2 * delims =" %i IN ("dir"% doc"/ a/s ^ |") "." findstr/i/v "-/"') @echo %j & echo. "."
 
To see the size of the files on the desktop.
 
for /f "Skip = 2 tokens = 3 ' set doc = A %%A in ('Reg query"HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders"/v"Desktop"")
 
for /f "usebackq tokens = 2 * delims =" %i IN ("dir"% doc"/ a/s ^ |") "." findstr/i/v "-/"') @echo %j & echo. "."

To see the size of the files in the Windows folder.
 
for /f "usebackq tokens = 2 * delims =" %i IN ("'%windir%' dir /a /s ^ |") "." findstr/i/v "-/"') @echo %j & echo. "."
 

To see the size of the files in the Program Files folder.
 
for /f "usebackq tokens = 2 * delims =" %i IN ("'%ProgramFiles%' dir /a /s ^ |") "." findstr/i/v "-/"') @echo %j & echo. "."
 
 

Disk Cleanup
To run Disk Cleanup, normal is to click with the right button on the drive in my computer (Start menu - computer), then Properties - general tab - Disk Cleanup button.
 
 
Another way is menu Start - All Programs - Accessories - System - Disk Cleanup tools.
 
Disk Cleanup can be started from the command line.
 

Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

 
To make your primary drive.
 
cleanmgr letter
 
Choose which lead to do.
 
Cleanmgr
 
See the last section of this post to see how to performance of disk cleanup.

 System restore

With disk cleanup displays above the Other Options tab. You can delete all but the last System Restore point and see if that is too much space.

System Restore uses 15% of the space normally. Change click Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type Regedit and navigate to

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore\cfg

Double click on DiskPercent and click on decimal and change the value to the desired percentage,

You can change the command prompt.

Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

To see the size of the system restore folder.

You don't normally have access to this folder. You will need to take possession, allow administrators to permission, then the size of the query.

takeown /f "%systemdrive%\System Volume Information" / a r d y
ICACLS "%systemdrive%\System Volume Information" / grant administrators: f, t, c, q
dir "%systemdrive%\System Volume Information" / a/s

To see the current percentage

Reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore\cfg" /v DiskPercent

It is in hexadecimal. The numbers are 0-9 and a-f. So 0xf is 15. 0x5 is 5, 0 x 9 is 9, 0xa is 10, 0 x 14 is 20.

To set a different value.

You can use decimal values to set. This affects 10% (in bold in the example and the last item in the line).

Tracking Add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore\cfg" /v DiskPercent /t REG_DWORD /f /d 10
 
To repair the system restore, file delete and restart the system restore.
  
SC stop vss
takeown /f "%systemdrive%\System Volume Information" / a r d y
ICACLS "%systemdrive%\System Volume Information" / grant administrators: f, t, c, q
e "%systemdrive%\System Volume Information" / q/s
SC start vss

Fix the basket

Sometimes, files get lost in the trash. Remove the storage folders. It will be automatically re-created next time you delete a file or open the Recycle Bin. It will remove the trash and the files it contains for all users.

Empty the trash.

Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

To see the size of the files in the Recycle Bin

It must have one or no files inside if you work. There should be a directory (folder) by user.

dir % systemdrive%\$RECYCLE. BIN\ *. * /a /s

To reset the trash

e % systemdrive%\$RECYCLE. BIN/s/q

Fix temporary Internet files

Sometimes, files get lost in the temporary internet files folder. Delete the files. It will be automatically recreated the next time download you. It will remove the current user only.

Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

To see the temporary internet files size empty files folder

RunDll32.exe InetCpl.cpl, ClearMyTracksByProcess 8

dir ' %userprofile%\AppData\Local\Microsoft\Windows\Temporary Internet Files\ *.» "*" '%userprofile%\AppData\Local\Microsoft\Internet Explorer\DOMStore\*.*' / a/s

Then delete.

Close Internet Explorer and the Explorer first. Some files may not remove at the moment, they can be deleted later.

"%userprofile%\AppData\Local\Microsoft\Windows\Temporary Internet Files" del /s /q

also the DOM store, similar to TIF.

"%userprofile%\AppData\Local\Microsoft\Internet Explorer\DOMStore" del /s /q

So to see the new size.

dir ' %userprofile%\AppData\Local\Microsoft\Windows\Temporary Internet Files\ *.» "*" '%userprofile%\AppData\Local\Microsoft\Internet Explorer\DOMStore\*.*' / a/s

 
To see the size of the cache, type the following
 

Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

 
Reg query /v "Settings\5.0\Cache\Content Software" CacheLimit valid
Use the calculator to convert hexadecimal into decimal. Start the Calculator (Start - All Programs - Accessories - calculator) and choose the menu display - scientific, then the menu display - Hex. Enter the value returned above. Menu display - decimal. To convert windows units divide by 1024 for kilobytes, divide by 1024 megabytes.
 
Located between 50 MB and 250 MB. You can use decimal here. The unit is expressed in kilobytes. Here it is 250 megabytes (250 000 x 1024 bytes)
 
Add tracking 'Software Settings\5.0\Cache\Content' v CacheLimit valid /t Reg_DWord /d 250000 f
  

Delete files in the system and the folder Temp of Service Profiles

The system temp folder is only used when no one connects. It is rarely used but never cleaned. Some services have their own temporary folder which is also cleaned.

Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

To the list

dir c:\windows\temp C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Temp C:\Windows\ServiceProfiles\LocalService\AppData\Local\Temp/a/s

To remove

del C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Temp\*.* C:\Windows\ServiceProfiles\LocalService\AppData\Local\Temp\*.* c:\windows\temp\*.*/s/f/q

Check the size of the swap file

As a rule generally you want to your swap file slightly larger than the amount of memory that you have. It develops automatically but spread automatically. If you use hungery memory programs as this video editing should be bigger. If too big you can reduce and rush of space can be moved to another drive.

Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

To see what was your use

WMIC pagefile get List

To see the size of the file on disk

dir /a c:\pagefile.sys

To change the size or change the road see change the size of virtual memory in Start - Help and Support.

 

Disable the hibernation

The file shows up is the same size of installed memory. If this is not the case, turn off the computer in hibernation and save a lot of disk space.

Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

To see if it is on

If the file will be found. If off the file won't be there.

dir %systemdrive%\hiberfil.sys /a

To turn off

powercfg-h off

Make a u-turn

powercfg-h on

Compact the Windows databases use various

You can compact the various databases that Windows uses. This is the Windows Update, Windows Search, and certificates of security, Windows Mail, Windows Contacts, Windows, Windows Live and Internet Explorer ver 10 applications calendar.

Close Windows Mail and Internet Explorer. Wait a minute for Internet Explorer release locks of sound files.

See how much space taking up type which is below and note the total size (because it scrolls away).

Start - All Programs - Accessories- Click with the right button on command prompt and choose Run As Administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

dir c:\*.edb c:\*.msmessagestore c:\WebCacheV*.dat c:\catdb/a/s

Then at compact

SC stop wuauserv
stop bits SC
SC stop wsearch
SC stop cryptsvc
for c:\ /r %A in (*.edb *.msmessagestore WebCacheV*.dat catdb *.) do esentutl.exe /p "%A" / o
for c:\ /r %A in (*.edb *.msmessagestore WebCacheV*.dat catdb *.) do esentutl.exe /d "%A".
SC start cryptsvc

SC start wsearch

SC start bits
SC start wuauserv

Then to delete some temporary files.

del c:\*.integ.raw c:\TEMPDFRG*.edb/s

To see the new size and compare it to the old size

dir c:\*.edb c:\*.msmessagestore c:\WebCacheV*.dat c:\catdb/a/s

If a program has a file open, you can use this procedure to find out which program.

openfiles/local on

Reset

openfiles/query /v | findstr /i "WebCacheV [0-9] *------catdb \.edb \.msmessagestore .dat".

Delete the files updated by the Service Pack

See how much space taking up type which is below and note the total size (because it scrolls away). Also, note that the total is higher than it actually is.

This will remove the ability to uninstall service packs.

According to the service pack that Windows was provided with you can have both, one or none of these two files.

Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

dir /a /s c:\Windows\WinSxS

Then type

Vsp1cln.exe
COMPCLN.exe

To see the new size and compare it to the old size

 
c:\windows\WinSxS dir /a /s

Move your Documents

If you have another disk, you can move the documents folder to it.

Click with the right button on your Documents (or pictures, etc.) Office, videos, Contacts,) the tab file - Properties - location - move.

 

Delete the thumbnail and icon Caches

These files can contain thumbnails or icons of files deleted a long time ago. The files will be recreated if necessary.

Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste). The desktop and the start menu will disappear briefly.

To see the size

dir "% userprofile%\AppData\Local\*.db" "% userprofile%\AppData\Local\Microsoft\Windows\Explorer\*.db" /a

then remove

Taskkill /im explorer.exe/f
attrib - r s h '% userprofile%\AppData\Local\*.db '.
attrib - r s h '% userprofile%\AppData\Local\Microsoft\Windows\Explorer\*.db '.
del "% userprofile%\AppData\Local\*.db".
del "% userprofile%\AppData\Local\Microsoft\Windows\Explorer\*.db".
Explorer

to check the new size

dir "% userprofile%\AppData\Local\*.db" "% userprofile%\AppData\Local\Microsoft\Windows\Explorer\*.db" /a

 

Remove saved files created by Photo Gallery

 

Photo Gallery Windows makes a copy of any file that you are editing. Click Start - All Programs - Accessories - (or press the Windows key + R). Type

Images of the hull: original

Delete the ones you don't want.

Which extends the size of the disk

If all the space on the disk has not all been used it is possible to extend your drive.

Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

DiskPart

then type

Select the c volume:

Then type to see in size

the list volume

then (it will work if possible or not as appropriate)

extend

type to display the new size

the list volume

then type exit

output

If you want advice on the extension of the partition type the following and paste the result back

DiskPart

list disk

the list volume

Select disk 0

partition from the list

Select disk 1

partition from the list

output

To copy the final text right click in the window - Mark , then select the text and press enter.
 

Compress files

There are two ways to compress files in windows. Zip files and built-in file compression. It's built-in file compression. For more information on compression type zip in Start - Help and Support .

Photos, music and video are already compressed. They can get larger if Windows tries to compress it any further. Also usually a bad idea to compress system files.

If you have files of worksheet they can very well be compressed. If you have files, installation files, they can also be good candidates. Web pages are also good candidates.

In Windows Explorer, blue file names means Tablet (it is the file system compression not aka zip files compressed files). Green filename means Encrypted.

To disable file names colored, in Explorer - Tools menu (Alt + T)- display tab and then clear the check box for Show encrypted or compressed NTFS in color .

Windows compression, encryption and security to work for the most part by applying attributes to a folder and the files in the folder inherit the folder.

If you have all the files appropriate for compression, find them in solution, made Explorer right click - Properties - general -Advanced button tab - Compress contents to save disk space. Choose to apply to all files and folders when asked.

To use a command line to compress the files in the Favorites folder.

Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

compact/c /s:"%userprofile%\Favorites." *

Put in Favorites to compress files added

compact/c /s:"%userprofile%\Favorites.

To view the details of the compression of the Favorites folder

Compact '% userprofile%\Favorites\*.* '.

 

 

Turn off the low disk space warnings

To disable the function to display the disk low space warnings.

Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

Tracking Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" v "NoLowDiskSpaceChecks" /t REG_DWORD /d 1 f

gpupdate/force

 

Boost disk cleanup

  • Operation of disk cleanup
  • Schedule disk cleanup
  • Creating custom cleaners

To see a list of products of cleaning disk cleanup.

Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

@echo. & @echo list of cleaners&@echo = & FOR /F "usebackq tokens = 8 delims =-' %i IN ('reg query 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches'") @echo %i


 List of cleaners
 ================
 Active Setup Temp Folders
 Content Indexer Cleaner
 Downloaded Program Files
 Hibernation File
 Internet Cache Files
 Memory Dump Files
 Microsoft_Event_Reporting_2.0_Temp_Files
 Offline Pages Files
 Old ChkDsk Files
 Previous Installations
 Recycle Bin
 Setup Log Files
 System error memory dump files
 System error minidump files
 Temporary Files
 Temporary Setup Files
 Temporary Sync Files
 Thumbnail Cache
 Upgrade Discarded Files
 Windows Error Reporting Archive Files
 Windows Error Reporting Queue Files
 Windows Error Reporting System Archive Files
 Windows Error Reporting System Queue Files
 WLX Thumbnail Cache
 

Tags: Windows

Similar Questions

  • How can I get the amount of free disk space using the space using windows 7 Please share example using GetDiskSpace

    How can I get the amount of disk space by using windows 7 Please share example using GetDiskSpace I already studied http://digital.ni.com/public.nsf/allkb/9958B8E473C4EF1786256BBC0053B64F

    Reading your question a little more in detail, I doubt if you are using the Win32 GetDiskFreeSpace API function (including my previous post is the solution) of the function GetDiskSpace from the Toolbox of the programmer.

    With respect to the other, it works even with capacity greater than 2 GB disks, but you must use the appropriate formatting code to display the returned value. I updated my example to display the total of free space in the debug output window and added a comparison with the value of 3 GB using UInt64TypeCompareUInt box to tools programming interface.

  • Free disk space in the Windows Explorer status bar.

    In Windows 7, I wonder how to display disk space is free in the Windows Explorer. In XP, you could see how much space was free down in the status bar. He would say how objects and disk space that was free. How can I activate this in Windows 7?

    Return to the root that particular drive is annoying, when I should be able to see how much free space I have for any folder.

    Thank you.

    These 2 features have been removed from the latest version of windows and really help to speed up the use of every day:

    Display the amount of free space
    Display of the total size of the files in folders.

    How this two features can be added to the status bar?

  • msg.hbacommon.outOfSpace:There is reached for disk virtual server_1 - 000008.vmdk.  You may be able to continue this session by freeing up disk space on the partition relevant, clicking Retry

    Hello


    I've seen various threads on this topic but have not found a resolution or explanation that fits my specific scenario.


    I have an ESXi 4 server connected to a San (700 GB) with 1 virtual machine on that (Exchange 2010).   The virtual machine, I created has 4 discs, 50GB for the OS, 2 240 GB for database drives and 1 100 GB drive for newspapers.  In the operating system, each partition shows that I have a lot of space.  Last night, I'm moving on our Exchange 2003 Server mailboxes when all of a sudden I get this error message and stop the server:

    msg.hbacommon.outOfSpace:There is reached for disk virtual server_1 - 000008.vmdk.  You may be able to continue this session by freeing up disk space on the relevant partition, and then click Retry.  Otherwise, click Cancel to end this session.  Try again / Stop

    Retry reproduced the error... Stop stop the virtual machine.

    After I stop, I look in the client vsphere under hardware > storage > SAN where the disc is, and I find that I'm out of space.

    Now, I created multiple snapshots I could fall back on since when I was doing the initial setup of the Exchange.  I deleted a large number of people and got up to about 50 GB of free space showing on the SAN.  However, this number is declining slowly.

    Now, when I created the virtual machine, I configured the ramdisks to be of a certain size already (50 GB, 240 GB, etc.).  How is it that adding data (moving the mailbox) using more space than what is already assigned to the virtual disks?  This will become a huge problem that I have several other mailboxes to move and I thought that I had already allocated to the space I need.

    Why is that when the server is just sitting there.  Available free space decreases?  It has something to do with the type of disc that I created? (Thickness)

    Could someone please explain why this is happening and, more important still, how can I stop it without having to do anything too drastic?

    Hello.

    "I have an ESXi 4 server connected to a San (700 GB) with 1 virtual machine on that (Exchange 2010).   The virtual machine, I created has 4 discs, 50GB for the OS, 2 240 GB for database drives and 1 100 GB drive for newspapers.  In the operating system, each partition shows that I have a lot of space. »

    You have created 630 GB of thick disks on a 700 GB of data store.  Thick disks use this allocated space, no matter what operating system did with them in terms of use. Yes GB 630 thickness = 630 GB used space on the data store.

    "Last night, I'm moving on the mailboxes of our Exchange 2003 server, when all of a sudden I get this error message and stop the server:
    msg.hbacommon.outOfSpace:There is reached for disk virtual server_1 - 000008.vmdk.  You may be able to continue this session by freeing up disk space on the relevant partition, and then click Retry.  Otherwise, click Cancel to end this session.  Try again / Stop
    After I stop, I look in the client vsphere under hardware > storage > SAN where the disc is, and I find that I'm out of space. »

    You still snapshots (as you also mentioned) on this virtual machine as well.  With only 70 GB of free space on the data store, the snapshots are defintely going to be able to fill the volume in short order.

    «Now, when I created the virtual machine, I configured the ramdisks to be of a certain size already (50 GB, 240 GB, etc.).»  How is it that adding data (moving the mailbox) using more space than what is already assigned to the virtual disks? »

    When you create the snapshot, a new drive is created that will get all new disk writes.  So to copy a large number of mailboxes will use a lot of space quickly.

    "Why is that when the server is just sitting there."  Available free space decreases?  It has something to do with the type of disc that I created? (Thick) »

    Thick is using space, and convert it into thin disks may help to varying degrees - depending on the amount of writes.  It is above all the snapshots of the origin of the problem, or at least it's where you can focus your attention to solve this.

    "Could someone please explain why this is happening and, more important still, how can I stop it without having to do anything too drastic?"

    Remove snapshots and/or move this virtual machine to a data store greater would be the simpler of two corrections.

    Good luck!

  • Remove MSXML programs safely to free disk space.

    I have a Sony VIAO with windows XP. This is an old desktop computer and not my computer alone.  I try to free up disk space on my C drive and did the basics.  I'm looking to remove programs but I get a message that I don't have enough space to remove programs.  My question is under Add or remove programs, I show 6... Programs MSXML.  listed in this order... MSXML 4.0 (KB25672), MSXML 4.0 (KB927978, MSXML 4.0 (KB936181), MSXML 4.0 (KB954430), MSXML 4.0, (KB973688) MSXML 6.0 PARSER (KB933579).)  One of these can be removed?  Any suggestions on how to free up space in order to remove programs and not get the error message... "not enough disk space to remove programs.  I have an external drive that has LOTS of space.  Thanks for your time.

    I recommend that you do NOT remove any entry in Add / Remove programs that starts with k.  In fact, you should uncheck the "Show updates" box in Add or remove when you go there looking for things to uninstall to create more disk space.

    I have not watched all the items you list, but some (and I expect everything else) are critical security updates.

    There are a number of things you can do to - temporarily - free disk space.  The only real solution, however, is to get a bigger internal hard drive.   You can move the data to your external drive, but if it's the data that you use frequently, slower access times may annoy you.  Therefore, I do not recommend that you move your My Documents folder in its entirety on the external drive, but you can certainly do this by following the related instructions.

    • You can run Disk Cleanup (start > run > cleanmgr > OK)
    • You can reduce the size allocated for the restoration of the system to about 1 GB (right click on desktop > properties > system restore > settings)
    • You can disable hibernation (if you don't use it) (right click on an empty spot on the desktop > properties > screen saver > power > Hibernate)
    • You can disable the indexing of the drive, which will also speed up your computer a bit (http://lifehacker.com/031440/turn-off-indexing-and-speed-up-windows-xp)
    • You can reduce the size of your Internet browser cache (depending on the browser that you use)

    But none of these answers you will earn really large amounts of space for very long.  The term solution time is a bigger hard drive.

    In the meantime, download and run JDiskReport, that will show you graphically what files take up more space and seem to so indicate what files you must move it to your external drive.  If you want to move an application, you will need to uninstall and then reinstall it specifying your external drive as the installation location.  You can not simply move the files.

  • What does the red exclamation point and which would prompt me to now have more free disk space?

    It was getting my full disk space. Up to 1.2 GB to 73 GB. I removed some unnecessary files and programs up to 4.6 GB. Last night my internet was running very slow and I got a message that says that my disk space is full. I went to the Explorer, who intends to seek more to remove offline. To my surprise, it showed that I have 38 GB of free space. At the same time however, some (not all) of my desktop icons now have a red exclamation mark on them. There are some that are shortcuts, jpg files and doc files. That means the red exclamation that tempt me to now have more free disk space?

    I would just be guessing really. He could have files, online backup was queued up. It may be something to do with the shadow copy of Volume. If I use cleaning disc with the option all users and delete restore Points and shadow copies on the tab "More options", I'll be back about 15 GB on a disc of similar size. The effect is only temporary, until they accumulate again.

    http://Windows.Microsoft.com/en-us/Windows-Vista/delete-files-using-disk-cleanup

  • move my C: drive program files to my D: drive to free up space on the C: drive.

    I'm trying to move some of my files from my C: drive program to my D: drive to free up space on the C: drive. I still want to access via desktop shortcuts to open programs I want to spend. Is there an easy way to do it without uninstall or reinstall each program?

    You can not do the way you want.

    You will need to delete D: and then extend C: into the now unallocated space where D: is.

    You can't take a piece of D: and nail it on C:; you need to remove D:

    Save all data on drive D:

    Follow the instructions below on how to do it:

    http://www.Vistax64.com/tutorials/95418-disk-management-delete-extend.html

    How to remove and extend a Partition with Vista disk management

    See you soon.

    Mick Murphy - Microsoft partner

  • 16 GB of free disk space required to upgrade?

    I have a 80 GB drive partitioned and C: has 3 GB of spare, I would like to upgrade to windows 7, but it says I need 16 GB of free disk, Vista is already using 22 gb - if I upgrade to I win 6 GB or is windows really 38 GB because none of my partitions are that big. (E: a 22 GB of spare I put windows on both Partitions?).

    I tried to resize the two partitions by using disk management C: offers the possibility of reduction of the score but the expand option is grayed out.

    Windows 7 32-bit requires 16 GB of free disk space
    Windows 7 64-bit requires 20 GB of free space on the disk

    In fact, Windows 7 does not use that amount of space, but for the actual installation, Windows 7 will store some files temporarily to help with the installation. Disk space actually used by Windows varies from 6 to 10 GB, depending on the edition you are installing.

    You can try to free disk space by running disk clean up and remove old system restore points. You can also try clearing your temporary files directory:

    Click Start, type: folder
    Press ENTER, delete the contents of this folder.

    Additional details and instructions for the release of disk space:
    How to speed up your Windows 7 system:
    http://adacosta.spaces.live.com/blog/CNS! E8E5CC039D51E3DB! 40406.entry

    You should try to uninstall applications you do not use and move files you use for example videos, photos on an external hard drive, you could do temporarily, then restore them after the installation of Windows 7.

  • The host has not enough space on the boot partition to store the image upgrade. It takes a minimum of size_in_MB. After the release of space or perform an installation from the CD-ROM.

    Hi everyone, the difficulties in trying to update the Update Manager. ESX4.1 to ESXi5.0

    Error I get is below to correct the scan before update:

    The host has not enough space on the boot partition to store the image upgrade. A minimum of 299MB is necessary. After the release of space or perform an installation from the CD-ROM.

    There is enough space in the local disk

    Size of filesystem used Avail use % mounted on
    / dev/sdd5 4.9 G 1.6 G 3.0 G 35%.
    / dev/sdd2 2.0 G 107 M 1.8 G 6% / var/log
    / dev/CCISS/c0d0p1 99 M 67 M 27 M 72% / Boot
    / dev/CCISS/c0d0p2 4.9 G 1.6 G 3.1 G 34% / esx3-installation
    / dev/CCISS/c0d0p1 99 M 67 M 27 M 72% / esx3-installation/boot
    / dev/CCISS/c0d0p7 2.0 G 101 M 1.8 G 6% / esx3-installation/var/log

    Cannot continue installation due to the lack of space and don't have the option upgrade CD directly (of complicated issues)

    Do you have any suggestions?

    Thank you

    It sounds like this host has already been improved 3.x! In this case you will not be able to upgrade to 5.x using the Manager to update because of the small partition/boot (99 MB).

    to remedy the hosts against a basic upgrade

    ... You cannot use Update Manager to upgrade to 5.0 ESXi host, if the host has upgraded ESX 3.x to ESX 4.x. These hosts have not enough free space in the partition/Boot to support the process of update Update Manager. Use either interactive or scripted upgrade.

    André

  • Running out of disk space and the need to remove the old clichés

    I recently joined a company owning an ESXi 4.1.0 (build 260247) server with 4 500GB data warehouses.  One of our servers main database (Ubuntu/Postgres), which uses only one of the data warehouses (4 datastore) has 21GB 465 GB free.  It is currently configured to store all settings, storage and snapshots on this unique data store.  The hard disk is configured as thin.

    The virtual machine has crashed a few days ago, when it ran out of disk space.  We removed a small second partition (which was in the same data store) and cleared space, but we receive extremely weak with only 5% of the data left store.

    I have read many posts and wanted to get the opinion of this community before I move forward.   Because we do not use the 4.1 last I heard some issues using the option "Remove all" that it may require more disk space and others recommended to manually delete snapshots from the closest to the base, but it seems that in this case it can merge the snapshot with the original without freeing all the space.

    We are not all of the snapshots and I'm fine with delete them, but I assure you we will not run out of disk space in the process and complicate things further.

    It is best to manually remove these snapshots starting with the one closest to the base or by using the "Delete All" (or something else)?  In addition, if we go with the manual option, is it possible with the virtual machine upward or do we need to close first?

    Current snapshots:

    snapshot1.jpg

    Current data warehouses associated with VM (really unique using the 4 data store)

    snapshot2.jpg

    Actual files on the data store 4

    snapshot3.jpg

    Thank you

    Brandon

    Welcome to the community,

    After the screenshot, your virtual disk 'arrow_db1.vmdk' stocked thickness!

    With the thick disc service and ESXi 4.1 (the problem with "Delete All" is related to version 4.0), you can run safely "Delete All". However, due to low disk space, I recommend that do you with the virtual machine off. If turned on, a new temporary snapshot will be created, which - according to the workload of the virtual machine - can grow and fill in the data store.

    Due to the size of snapshot and depending on the speed of your storage space, you need to plan a few hours well downtime.

    André

  • T520: low disk space on the workstation

    Recently, we purchased a few customers light t520, and already there are problems with disk space. I removed a few programs and added a few, but I haven't done anything unusual to increase the use of the disk. Ordinary forms do not help, disk cleanup gives me just a couple MBs to release. We have an application that requires .net 4.6 but now I can not install it because of disk space is low.

    The disc has a capacity of 16 GB, but Windows itself takes up almost all of it, and most seem to be located in the WinSxs folder. HP should not be selling these discs 16 GB so its barely enough for the Windows installation.

    Please tell us how to free up space on the disk.

    I got help elsewhere and told to delete everything in the folder Windows/C:\Windows\SoftwareDistribution/download released a few gigabytes, so I'm good for now. But still, it should come with at least 32 GB of storage.

  • Low disk space on the Windows XP computer.

    Original title: clean C disk, compress files.

    I'm low disk space and need to Defrag. When I clean disc - the same 2-,-is still there. No matter what I do, I always only 7.1% of free space on my C drive. How can I get more space?

    Hello

    What is you receive the exact error message?

    You can follow this link & check if the problem persists:

    How to recover space on Windows Server 2008 and Windows XP computers?


    Reference:
    forty ways to free disk space

    Hope the helps of information.

  • No sound after clicking OK for review to free disk space.

    Hi all.

    Hi my friends young son received a notice it is computer saying he was running out of disk space and the computer could take these steps to free up space.

    Well you know kids, he presses OK before asking one.

    Now, there is no sound on the computer. I went in audio devices, sound. But it happens that there is no audio device on the computer. Tried to load the drivers for the sound, but the Research Assistant could not find the audio device.

    The operating system is Windows XP. I could reload the sound from the installation disk supplied with the program. If yes how.

    Your help would be greatly appreciated.

    Grumpy34

    Hello

    ·         What is the brand and model of the computer?

    ·         You have the CD of motherboard drivers that came with the computer? (Not the install disc)

    If Windows can't find a driver for your sound card or sound processor, and the device didn't come with a driver, you can look for a driver on the manufacturer's website. Driver updates are often available in the section of the support of these Web sites.

    To locate the driver, find the manufacturer and model name or number of your sound card and then visit the Web site of hardware and software vendor contact information . When you find your manufacturer, go to his site and locate and download the latest driver for your sound card.

    Step 1:

    Follow the steps in troubleshooting section and check if that helps.

    No sound in Windows

    http://Windows.Microsoft.com/en-us/Windows/help/no-sound-in-Windows

    Step 2:

    If none of the above suggestion can help. You can try to perform the system restore and check if it helps.

    How to restore Windows XP to a previous state

    http://support.Microsoft.com/kb/306084

     

     

    Hope this helps

  • My C: drive is almost full, how can I move to my new hard drive F: programs to free up space on the C: drive?

    My C: drive is almost full, how can I move to my new hard drive F: programs to free up space on the C: drive?

    Hello

    You can not move installed programs

    you will need to uninstall them and reinstall them on your F: drive

    _____________________________________________________________________

    and read this;

    see if this program helps you to determine what is take up space

    http://www.Jam-software.com/treesize_personal/

    by default system restore will have up to 15% of the capacity of the hard disk

    you would like to reduce this amount

    http://www.Vistax64.com/tutorials/76227-system-restore-disk-space.html

    http://www.vista4beginners.com/system-restore-space-used

    also use disk cleanup

    http://Windows.Microsoft.com/en-us/Windows-Vista/delete-files-using-disk-cleanup

    The other Options tab is available when you choose to clean up the files of all users on the computer. This tab includes two additional ways to free disk space even more:

    • Programs and features. Open programs and features in Control Panel, where you can uninstall programs you no longer use. The column size in programs and features shows how much disk space each program uses.

    • System Restore and shadow copies. Guests delete you all but the most recent restore point on the disc.

    also scan for malware

    Download update and scan with the free version of malwarebytes anti-malware

    http://www.Malwarebytes.org/MBAM.php

    and read these information from microsoft on windows optimization

    http://Windows.Microsoft.com/en-us/Windows-Vista/optimize-Windows-Vista-for-better-performance

  • Not enough disk space on the drive operating system on PowerEdge T310 with SAS 6/ir RAID controller

    T310 Server 2008 Standard SP2 system installed using Dell OpenManage for a matrix RAID with 2 HARD drives. The table is divided into a volume EISA 39 MB, a RECOVERY volume (drive D) / 3GB, 40 GB OS volume (drive C) and a 422 Go to Volume DataPart1 (drive E).

    The reader of the OS (c :) currently has less than 1.5 GB of free space. I have already moved or uninstalled as much as possible, but the space seems to be used for updates/hotfixes for Windows Server 2008. I found about 1.2 GB in the Windows/Temp folder, but not sure if the files can be deleted without a problem.

    Drive would be "is the recovery disk with drive"E", used for data and program storage.

    I can't find a way to extend this player, although there is enough space on the disk. Using the Windows Disk Manager I was able to open about 20 GB of free disk space that can be used to extend the OS disk - only no options are available.

    Here are my questions:

    (1) can I delete or move the deployment files MS Updates? If so, where are the?

    (2) how can I enlarge the OS drive?

    Thanks for your help!

    Jack Leonard

    Mktman,

    One-way ticket, you can go is to use the tool Extpart found here. This program will allow you to extend the space on the C: drive. There is a catch though. With Extpart you can develop the C: drive, but only if he is not a player after him. So, in order to expand the C: drive, you will need to back up and delete drive D: and E:, and then expand c. Can you re-create and restore D: and E:

    Now with regard to your questions, I would have to research if the update files can be moved. I know that most of the time the file that consumes the most space is the page file for the operating system. That can be moved to the E:drive.

    Let me know if it helps.

Maybe you are looking for