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
Name two features that would be useful to potential customers
Dmitry [639]

Answer:

  1. How your business is unique
  2. A clear sense of what your company offers

Explanation:

Respond the subject "Who are you and What your business represents?" as interestingly and compellingly as feasible. This involves recording administration bios that state your expertise, times of struggle and various different qualities or details that may make you special from others.

"It's unbelievable how many businesses you visit and you're unsure something the organization offers". Execute it a superiority on your homepage to present at least comprehensive information regarding your outcomes and/or co-operation.

6 0
3 years ago
Which search strategy is most similar to greedy search?
lesya692 [45]

Answer:

I think the answer would be A.

Explanation:

If I'm wrong plz let me know (I think I may be wrong)

8 0
3 years ago
3. Write a script that uses an anonymous block of PL/SQL code that attempts to insert a new flight into the flights table for fl
Irina18 [472]

Answer:

We will use script in oracle and SQl(Structured Query Language) and use of algorithms like cipher for encryption to insert a new flight into the flights table for the flight number 165 and that Cipher will show the desired message.

5 0
3 years ago
CO! Oher...9
kondor19780726 [428]

Answer:

Altitude of the town(h1) = 1,196.8 m

Explanation:

Given:

Height of barometer(h) = 65 cm Hg = 0.65

Standard atmospheric pressure  = 76 cm Hg = 0.76

Density of mercury(Pm) = 13,600 kg/m³

Density of  air (Pa) = 1.25 kg/m³

Find:

Altitude of the town(h1)

Computation:

Pressure due column = Δp mercury column

(Pa)(h1) = (Pm)(h)

(1.25)(h1) = (13,600)(0.76-0.65)

(1.25)(h1) = 1,496

Altitude of the town(h1) = 1,196.8 m

6 0
3 years ago
What kind of Encryption is this:
VMariaS [17]

The Encryption of a website

4 0
3 years ago
Other questions:
  • What type of survey can help a network administrator make decisions about bands, channels, and widths when installing new access
    9·1 answer
  • People with healthy media diets:
    12·1 answer
  • Which of the following can you do under the fair use exceptions?
    6·1 answer
  • Enables you to navigate through pieces of information by using links which connect them.
    10·1 answer
  • Purpose Your goal is to create a design for a software interface. You will experience the scope of the design process from brain
    7·1 answer
  • In the Programming Process which of the following is not involved in defining what the program is to do:_____________ Group of a
    10·1 answer
  • Match the job description to the level of degree it requires.
    15·1 answer
  • CC stand for.....in the email platform?
    12·2 answers
  • You and a friend have just started a small business. How could you use the Internet to make your business successful?
    15·2 answers
  • A search for reliable information is a search for what?
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!