1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Gwar [14]
2 years ago
5

How to search for the largest files on my computer vista?

Computers and Technology
1 answer:
Katena32 [7]2 years ago
5 0

To find the largest files on your computer using Explorer, open Computer and click up in the search box. When you click inside of it, a little window pops up below with a list of your recent searches and then a add search filter option.

Go ahead and click on Size and then you’ll get another menu with a couple of options:

Go ahead and pick something like Large, Huge or Gigantic otherwise you will get a list of way too many files. If you just want to see larger files, I suggest choosing huge or gigantic. Then just press enter without typing in anything else.


Alternatively, drop to command prompt type cd\

dir /s/o:s to get a listing in ascending order.

for descending order dir /s/o:-s

Since there might be a lot of files you might want to pipe it into a text file, simply add > largefiles.txt

dir /s/o:-s  > c:\temp\largefiles.txt    (the c:\temp directory must exist, if not the command will fail. Once you're on the root with cd\ just create the temp directory with md c:\temp or via the GUI, alternatively, again add & md c:\temp into the dir command)

If you want to get fancy you can also just open the results with the & 

dir /s/o:-s  > c:\temp\largefiles.txt & notepad c:\temp\largefiles.txt

Please Note:

(the c:\temp directory must exist, if not the command will fail. Once you're on the root with cd\ just create the temp directory with md c:\temp or via the GUI, alternatively, again add & md c:\temp into the dir command)

md c:\temp\ & dir /s/o:-s  > c:\temp\largefiles.txt & notepad c:\temp\largefiles.txt

You might be interested in
Given four inputs: a, b, c & d, where (a, b) represents a 2-bit unsigned binary number X; and (c, d) represents a 2-bit unsi
Amiraneli [1.4K]

Answer:

z = a.c' + a.b.d' + b.c'.d'

Explanation:

The truth table for this question is provided in the attachment to this question.

N.B - a' = not a!

The rows with output of 1 come from the following relations: 01 > 00, 10 > 00, 10 > 01, 11 > 00, 11 > 01, 11 > 10

This means that the Boolean expression is a sum of all the rows with output of 1.

z = a'bc'd' + ab'c'd' + ab'c'd + abc'd' + abc'd + abcd'

On simplification,

z = bc'd' + ab'c' + ac'd' + ac'd + abc' + abd'

z = ac' + abd' + bc'd'

Hope this helps!

6 0
3 years ago
What term is used to identify the visual interface that displays information it receives from the computer?
olga nikolaevna [1]
The answer to this question is A
7 0
3 years ago
Which of the following is the largest disadvantage of wind power?
nydimaria [60]
The answer is     C.wind machines only generate electricity when wind is blowing
3 0
3 years ago
Read 2 more answers
Write down the numbering system from base 2 to 200​
natka813 [3]

Answer:

So, 11001000 is the binary equivalent of decimal number 200 (Answer).

 

3 0
3 years ago
You have just provided the identification number that associates your new software purchase with the mobile device on which you
Lunna [17]
<span>software deployment, software decryption, app installation, product activation

Are those the answers to choose from?

</span>
5 0
2 years ago
Other questions:
  • Write a program that prompts the user for their quarterly water bill for the last four quarters. The program should find and out
    5·1 answer
  • Data_____is defined as the condition in which all of the data in the database are consistent with the real-world events and cond
    9·1 answer
  • Availability is an essential part of ________ security, and user behavior analysis and application analysis provide the data nee
    14·1 answer
  • Each computer on a network requires a unique way to identify itself and to refer to other computers. This is accomplished by usi
    8·1 answer
  • landon starts his computer and gets message, hard drive is not found. He was watching a movie the previous night, what might the
    6·1 answer
  • A derived class is a class that inherits data members and functions from a ____ class.
    6·1 answer
  • What are the programming concepts (within or outside the scope of IT210) that you would like to strengthen and delve into furthe
    11·1 answer
  • Types of data processing
    5·1 answer
  • Choose the correct definition for Conditional Statement A. Affects the sequential flow of control by executing different stateme
    6·2 answers
  • Susan wants to play the games that come with Windows on her computer, but they are not on the Start menu. What should she do in
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!