How to find the largest files on my drive

My drive becomes full, and I want to delete some of the bigger files. How can I find them without going through each folder?

Hi llk5,

 

You can use Details view in windows Explorer to check the size of the files in the folders. You can identify the file that more large sizes depending on the size of the column and then delete them as needed. You can refer to the link below to set the details view in Explorer windows and check -

http://Windows.Microsoft.com/en-us/Windows-Vista/change-folder-views-and-behavior

 

I hope this helps.

Tags: Windows

Similar Questions

  • How to find the library files that are not due to problems of indexing

    I need help to know how to find the library files that are not as a result of indexing problems?

    I use Windows 7

    Thank you

    Charlene

    Try to open the folder that the library uses directly.  For example, if it is your Documents folder, open C:\Users\Charlene\Documents

  • How to find the largest

    DECLARE

    Num_tab_ty TYPE TABLE IS NUMBER;

    num_tab num_tab_ty: = num_tab_ty (6,4,8,7);

    BEGIN

    -How to find the largest and the lowest number in a collection

    END;

    DECLARE

    Num_tab_ty TYPE TABLE IS NUMBER;

    num_tab num_tab_ty: = num_tab_ty (6,4,8,7);

    number of l_greatest_value;

    BEGIN

    Select max (column_value)

    in l_greatest_value

    table (num_tab);

    END;

    /

    HTH

  • Does anyone know how to find the .gid files?

    try opening a software I've had for a few years & never had a problem so far - telling me that they cannot find the .gid file - appreciate any help
    Thankx

    What is the application you are trying to use and what is the full error message?

    . Generally, GID files are associated with the Windows Help files and should be created automatically when the first opening of a help file.  WinHelp is obsolete and is not available in Vista or Win 7.

    A WinHelp file has a ".hlp" suffix It can be accompanied by a table in the content file (.cnt) if option the created help developer one. When Windows opens a WinHelp file, it creates a file in the same directory .gid, containing information about the file .hlp such as the location and size of the window. If the user clicks on the 'Search' tab and allows indexing of key words, Windows creates an index with the .fts (full text search) extension file.

    There are some specialized software applications that also use this file extension (example).

  • How to find the largest number of text file

    I use the "Read from the text file" block to read the data in my .txt file in labview.  It is now in the string format.  I have a lot of numbers in the file.

    For example:

    0.45

    0.35

    0.12

    1,354

    1.56

    2.89

    5.89

    0.56

    That's what might look like a text file.  I want to find out which of these numbers is larger and do calculations with this number.  I have problems with channels/number/berries formats, etc.  Thank you

    Try to read that the file with File.vi reading worksheet with transposes the True value. Then use the table Max & Min to get the biggest number in the table.

    Lynn

  • How to find the largest contiguous free space in windows xp

    Hi, I have two machines, one running Win7, XP running.  I know how my highest contiguous free space is great under w7, using "defrag c: - one" in a prompt "administrator-started":

    C:\Windows\System32>defrag c: - one
    Microsoft Disk Defragmenter
    Copyright (c) 2007 Microsoft Corp.

    Citing analysis on OS (C :)...)

    The operation completed successfully.

    Post report of defragmentation:

    Volume information:
    Volume size = 283,40 GB
    Space free = 60.49 GB
    Fragmented space total = 0%
    More large size of free space = 46,29 GB

    But, by using the same command in XP does not have the same statistics (I tried 'defrag c: - a - v' for a detailed report, but it does not always give this stat.)  Anyone know how to find out what is the largest contiguous amount of free space on a XP computer?

    TIA

    K

    Hey man follow my link http://us.generation-nt.com/answer/how-find-largest-contiguous-block-free-memory-help-27343152.html , and it explains how to find this information. so, this should be your answer

  • How to find the trace file

    Hi all

    I generated a trace to help file:

    SQL > alter system set events "1940 trace name errorstack level 3";

    Modified system.

    SQL > drop user RHUNTER1;
    Drop user RHUNTER1
    *
    ERROR on line 1:
    ORA-01940: cannot delete a user who is currently logged on

    "SQL > alter system set ' 1940 trace name errorstack off events."

    Modified system.


    It's oracle database 10 g 2. Now, I checked for file trace udump. but there are a lot of generating a minute trace files. How can I find the exact trace file.

    Please help to find it.

    Thank you

    Here is the SQL that will tell you what will be your trace file name:

    MPOWEL01> l
      1   select i.value||'_ora_'||p.spid||'.trc'
      2    from v$process p, v$session s,
      3      (select value from v$parameter where name = 'instance_name') i
      4    where p.addr = s.paddr
      5*  and s.sid = userenv('sid')
    MPOWEL01> /
    
    I.VALUE||'_ORA_'||P.SPID||'.TRC'
    --------------------------------------------------------------------------------
    XXXX_ora_3014738.trc
    

    I built my own code to do this, but the above is leave a blog link, I save to the reading of the trace that you created in your session. See
    http://dioncho.WordPress.com/2009/03/19/

    HTH - Mark D Powell.

  • How to find the iso file mapping

    Hi team,

    I need to remove an iso of the database file, but I'm not able to remove the iso because it is mapped to a VM. I don't want to go and check each machine in the ESX. Because I need to perform the same type of operations on another ESX Server. So check each machine for mapping is so difficult. So is there another way we can find iso is mapped to all the machines in ESX.

    Thank you

    Sisi.

    There are several possible methods for this archive. One of the easiest is to use RVTools (http://www.robware.net/).

    André

  • How to find the update file

    Record 3-4 xml file are there I went to read only the last modified file

    I already find the time of all files, but not to get the latest file

    myDocument var = app.activeDocument;
    var myDocName = myDocument.name;
    var myDocument.filePath = myFolder.
    var Metafilepath = file (MyFolder + "/");

    myPath = Metafilepath.getFiles ("*.xml");
    If (file (myPath.Exists))
    {
    for (var i = 0; i < myPath.length; i ++)
    {
    Time = String (myPath [i]);

    Tempt1 = Temps.lastIndexOf("/");
    Tempt2 = Temps.substring (Tempt1 + 1);
    FileName = Tempt2.split("");
    var myNewFile = new File (time)
    var myModifiedFile = myNewFile.modified
    var myConcat = FileName + "" + myModifiedFile
    var myNewFile1 = myConcat.toString ();
    myPath [i] m:System.NET.Sockets.Socket.close ();
    }

    }

    Thanks in advance

    You can save yourself some typing:

    myFiles.sort (function (a, b) {return a.modified<>

    Peter

  • where are the printer presets stored? How to find the .prst files to load into InDesign?

    I use InDesign CC 2015 to a new intall of creative cloud on a new hard drive after the old one crashed. I always have access to my files on the old HARD drive and you have copied most of my files on the new drive. When I go to print in InDesign, the program seems to know what settings of the printer, I used on files that I created, but I don't see no presets. When I go to load the application InDesign presets where I should look to load the files .prst and that's what I want to know. They are on the local drive? If yes where? They are on the cloud in my Adobe account where I have my cloud files? I will keep searching my computer, but if someone knows the answer, please help.

    Printer presets are stored in the InDesign Defaults, a part of the whole of the preferences file. You should open the ID on the old system and then click on the dialog box define where you can select them and click on save, and then on the new system, you can load the game that you just saved.

  • How to move the FLASH_RECOVERY_ARE file to new drive?

    Thank you for taking my questions!

    Does anyone know how to move the files from e:\oracle\flash_recovery_area\* to a new disk?

    Thank you
    Kathie

    THE OPERATION HAS FAILED:
    I created a new pfile.
    Edition pfile changing old drive to the new drive letter letter.
    immediate stop
    to the E:oracle\flash_recovery_area\ S:\oracle\flash_recovery_area\* *.
    startup nomount;
    Create spfile from pfile;
    stop immediately;
    startup

    Now I get ORA = 38760 - this database instance could not turn on the flashback database;

    Kathie,

    Try this by first editing the database

    1) First Turn off Flashback:
    
    SQL> alter database flashback off;
    
    Monitor alert log for messages regadring flashback:
    
    Then s turn the flashback on again.
    
    SQL> alter database flashback on;
    
    SQL> Alter database open;
    

    Concerning

  • How to find the missing file ' accserv. MIB'

    I tried to dwnld components from a cd, I was not able to file "accserv.mib is not found. How can I find file, or I can reinstall it.

    Hi Ms. Bestes,
     
     
    Given the name of file, I am assuming you are using XP (and it will be moved here).  If this isn't the case, please post to the system recovery and the theme of the repair in the Windows Forum appropriate to your operating system.

    Go to start / all programs / accessories / command prompt.  Type sfc/scannow and enter, preferably with your installation disc in the CD drive, which should find and fix the file, if it is actually absent.

    Another option, a little more extreme, but also more likely to work, is to try a 'repair installation' using the actual installation disc.  See: http://michaelstevenstech.com/XPrepairinstall.htm.

    I hope this helps.

    Good luck!

    P. S.

    On the computer itself:

    It must usually be or can be found here: C:\Windows\System32\accserv.mib

    It can sometimes be found here if it is not there (or even if it is there): C:\Windows\ServicePackFiles\i386\accserv.mib

  • How to find the source files for import

    I have difficulties to find a group of records after I imported the bridge to lightroom.  Records are in bridge and appear in my Explorer of files (windows 10).  I have number of file folders 1-12 for each month of the year.  Until recently all my subfolders in monthly records were available.  If I make an order import and select the drive C all records are there. After the import my files in the browser do not reflect the new folder.  He has always worked in the past, but now I can't for files and folders just imported.

    If I look at the previous import at the top of the browser, the images are in lightroom but I can't find them in the folder that I imported them.  The folder does not appear.

    Any ideas?

    Thank you

    Don

    Hi donm,.

    You can just + click or Ctrl + click on the folder in the library and go to the option 'Show in Explorer' or 'Show in Finder' to see the exact location of this folder on the disc.

    See the screenshot below

    Let us know if that helps.

    Kind regards

    Mohit

  • How to find the audio of my computer driver if I don't know the show?

    Hello
    I have a used computer, the series which has been cleared at the time.
    I want to know how can I do know what there installed sound driver?
    Right now, I know that it's a computer Satellite toshiba with a chipset Intel Brookdale i845MP.
    Please who can help me?

    Much thanks.

    To see the model number, go to:

    StartMenu-> programs-> Toshiba-> Utilities-> PC Diagnostic tool

  • How to find the number of data items in a file written with the ArryToFile function?

    I wrote a table of number in 2 groups of columns in a file using LabWindows/CVI ArrayToFile... Now, if I want to read the file with the FileToArray function so how do I know the number of items in the file. during the time of writing, I know how many elements array to write. But assume that I want the file to be read at a later time, then how to find the number of items in the file, so that I can read the exact number and present it. Thank you all

    Hello

    I start with the second question:

    bytes_read = ReadLine (file_handle, line_buffer, maximum_bytes);

    the second argument is the buffer to store the characters read, so it's an array of characters; It must be large enough to hold maximum_bytes the value NULL, if char [maximum_butes + 1]

    So, obviously the number of lines in your text tiles can be determined in a loop:

    Open the file

    lines = 0;

    While (ReadLine () > 0)

    {

    lines ++;

    }

    Close the file

Maybe you are looking for