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?

Tags: Windows

Similar Questions

  • How to customize the Windows Explorer command bar?

    Starting with Windows Vista, Microsoft has removed the ability to customize the toolbar at the top of each window in the Windows Explorer, known in Windows Vista, as the command bar.

    I would like to add some of my own commands to the command bar, such as

    -Navigate to the top
    -New folder
    -Remove
    -Cut
    -Copy
    -Paste

    How can I customize the Windows Explorer command bar?

    What you want to do is not possible today has been a good day, I didn't have to use my AK.

  • 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 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
    
     

  • 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.

  • Bootcamp lost after the new partition (try to increase disk space for the window)

    I have Version OS X El Capitan 10.11.2. Here are the details on my system.

    So I tried to increase the space in the partition for the training camp by using disk utility. I created the new partition. But now I can't bootcamp while I restart the computer and hold down the option key. I tried this in the terminal:

    sudo fdisk e/dev/disk0

    p

    setpid 4

    07

    Pavilion 4

    p

    writing or w (tried both)

    There

    But it does not seem to pick up my bootcamp windows. I also tried to restore the mac as early date of backup via external hard drive, but that doesn't seem to help either.

    Here is the screenshot of the output. Any help would be appreciated. Thank you.

    Can you post the output of the following Terminal commands?

    diskutil list

    Cs diskutil list

    sudo TPG - vv - r see the/dev/disk0

    sudo fdisk/dev/disk0

    The "sudo" commands will prompt to enter your password, and there do not appear to come back. You can also see caution against improper use 'sudo' and the potential loss of data due to an "abuse" of the order.

  • Windows Explorer - status bar

    Under the reader of CD/DVD in Windows Explorer - tile view - I get a red bar state showing amount of disk used/available. Normally, the status bar is blue. What does the red bar? I can't see the content of the DVD - then it's probably bad - but I would like a confirmation of what means red color. Thank you - cbski

    Hi cbski,

    I am not sure why the bar is red, but you may find the answer if you go to disk management and examine the information here. Click on start - Control Panel - System Maintenance - under administrative tools, click on create and format hard disk Partitions.

    I'm moving this question to programs where someone may be able to offer additional information.

    Dave Dave D D
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Is it possible to delete the shortcut to a user profile in the drop-down menu in the Windows Explorer address bar?

    We have a significant machines Windows 7 deployment, all managed by group policies.  All users have their Documents redirected to a file server as well as their other main libraries i.e. music, videos, photos, downloads, Favorites etc. - Despite this users continually save files in their roaming profile.  What I would do is, delete the shortcut to a profile of the users of the windows address bar to try and dissuade users from recording in their profile - please see the image below;

    I can't find the Group Policy settings to remove this link?

    I hope you can help

    Thank you

    Ash

    Hi Ashley,

    Personally, I apologize for the delay. Because these machines are managed by group policies, my experience I cannot work on it. You can create a new post related to your question in TechNet for other members also suggest.

    I hope that there was a way I could answer your query.

  • 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

  • Why Windows 7 displays an incorrect amount of free disk space / used on my DVD - RW drive?

    Why Windows 7 displays an incorrect amount of free disk space / used on my DVD - RW drive?

    Windows 7 can show the incorrect amount of free and used space in serious DVD - RW or DVD + RW media properties.  After burning data on the disk, Windows 7 could show that there are 0 bytes of used space and free space available on the disk capacity.  In reality, the amount of used and free space on the disk is reversed.

  • HP Split x 2: not enough space for the Windows 10 update

    I have a Split of HP x 2 (64 GB SSD, drive hard 500 GB) running Windows 10.  I recently received notification of an update of Windows 10 version 1511, 10586.  Trying to install the update, I get an error message saying that Windows needs more space on C:, specifically 8.13 additional GB.

    Settings Windows reports 58.9 gb of 59.2 GB already used on C: which is 47.2 GB ' system and reserved.

    The update program says that I can use another drive for the update and I tried the built in D: (more than 200 GB free) and an external drive (900 GB free), but the update will fail with the same message outside a slight reduction in the amount required on C: (7.17 GB) of free space.

    I had already cleaned useless all the files using the Windows disk clean and have less than 6 GB in applications and data, in order to get rid of everything that would still runs.

    All GB 47.2 OS is really necessary?  Any large pieces I can get rid of, or is the only way an SSD upgrade?

    PeSke

    Only in the last day or two, MS has eliminated a new update of Win10 who, claim, addresses the problems of people said that they do not have enough disk space for the Nov 10 update and when they provide you with an external hard drive, it will not use it.

    I suggest that you are looking for updates and see if it is applied and then retry the update 10 Nov.

    Good luck

  • 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.

  • 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

  • C drive is full, how free disk space

    Original title: my hard drive c is full and I tried everything and it still says full must clear to win space help im lost

    My disk hard disk c is full and I've tried everything and still, it is full and tells me that I need to free up a space help im out of options

    Hello

    1. What is the full error message?

    2. What are the steps you tried?

    3. What is the space allocated for the C drive?

    You can see the following link.

    Strategies to free up disk space

    http://Windows.Microsoft.com/en-us/Windows-Vista/strategies-for-freeing-disk-space

Maybe you are looking for

  • loading slow iphone ipad and 6 Air since IOS9 last updated

    Since the update, my iphone IOS9 6 and ipad Air are recharged very slowly, I turned off all the juice sucking apps etc and there is still no improvement, ideas please?

  • Secondary and primary VI simultaneously

    I was wondering how possible it would be to have a secondary to portray a sub - vi and allow the user to interact and observe changing the values on the Subvi, while at the same time having the ability to control indicators and controls on the main v

  • Multimedia players

    Everyone I talk to media players universally despise Windows Media Player. Suggestions for other programs. I need something that is easy and intuitive to my new Fuze 8 gig. I'm new to all this and any help would be appreciated

  • Windows vista Professional is suspended for windows updated

    After making a full recovery on my Lenovo SL300 my computer hangs when downloading Windows updates. I have Windows Vista Business installed. Thank you

  • 501 PIX password recovery problems

    Greetings, I read the paper on password recovery, unfortunately, the orders contained in the document are not available in the PIX that I use. Only commands that I see are: Enable opening of session Logout pager quit smoking I can see as well checksu