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
Date criteria are automatically enclosed in ____ when entered in a query design.
inysia [295]
Enclosed in number signs ######
4 0
3 years ago
Adjust list by normalizing When analyzing data sets, such as data for human heights or for human weights, a common step is to ad
finlep [7]

Answer:

I've implemented this program using python

userinput = int(input("Length: "))

mylist = []

mylist.append(userinput)

for i in range(1,userinput+1):

   userinp = int(input("Input: "))

   mylist.append(userinp)

smallval = mylist[1]

for i in range(1,len(mylist)):

   if smallval > mylist[i]:

       smallval = mylist[i]

for i in range(1,len(mylist)):

   mylist[i] = mylist[i] - smallval

for i in range(1,len(mylist)):

   print(mylist[i],end=' ')

Explanation:

I've added the full source program as an attachment where I used comments to explain difficult lines

4 0
2 years ago
Question 12 (1 point)
QveST [7]

Answer:

margins

Explanation:

the definition margins are the edges

8 0
3 years ago
A ____ is a circuit board that contains most of a server.
8_murik_8 [283]
Motherboard






-------------------------------
6 0
2 years ago
Which device protects computer systems from voltage fluctuations?
meriva
A fuse protects computer system from voltage fluctuations
6 0
2 years ago
Read 2 more answers
Other questions:
  • When creating an input control (for example, a button) on a form the _____________ indicates the data that is contained in the n
    13·1 answer
  • A musical compact disc is an example of
    13·1 answer
  • When examining the digital evidence, what stage deals with using keyword searches and file-carving utilities to locate data that
    5·1 answer
  • Which is a good guideline to follow when choosing a background for your slides?. . A. Use a different background for each slide.
    8·1 answer
  • Where is permanent data in the computer stored whenever gym starts his laptop He sees some commands in numbers appearing on the
    12·1 answer
  • Your dad just gave you his old computer running Windows 7. You want to see how many volumes are contained within it. Which tool
    10·1 answer
  • Name:
    11·1 answer
  • Why would an end-user not generally buy a server? Explain your answer by referring to the typical role that servers perform. ​
    12·1 answer
  • What is a port?
    14·1 answer
  • Binary subtraction<br> Subtract (111) from (1000)
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!