Size Info

  • Thread starter Thread starter Patrick Whittle
  • Start date Start date
P

Patrick Whittle

We need more space on our hard drive. Is there a way to acquire size info
of folders through just a standard Window? Other than right-mouse clicking
on each folder, I want to find out which folder uses the most space from
within the parent folder. Thanks.
 
you can right click on
a column heading in the
file manager and display additional
data.

however, there is freeware out
there that provide better results.
 
We need more space on our hard drive. Is there a way to acquire size info
of folders through just a standard Window? Other than right-mouse clicking
on each folder, I want to find out which folder uses the most space from
within the parent folder. Thanks.

There is a free utility that will give you a representation of your
hard drive/s in a pie chart format. This will do what you ask. Here's
a link: http://www.steffengerlach.de/freeware/
 
What is the command-prompt command for Windows' file manager? I used to use
File Manager a lot after the Windows usr interface change. That is a long
time ago...
 
You mean Explorer.exe" ?

Patrick said:
What is the command-prompt command for Windows' file manager? I used to use
File Manager a lot after the Windows usr interface change. That is a long
time ago...
 
you can highlight the drive in My Computer and chose properties.
But, if you are that concerned about space, chances are you need a larger
hard drive.
 
We need more space on our hard drive. Is there a way to acquire size info
of folders through just a standard Window? Other than right-mouse
clicking
on each folder, I want to find out which folder uses the most space from
within the parent folder. Thanks.

Here's one way to display the folder size in Explorer.
http://windowsxp.mvps.org/foldersize.htm
 
What is the command-prompt command for Windows' file manager?

It's called Windows Explorer.

Start | Run | Type: explorer /e | Click OK

Or
start explorer /e
in a command prompt.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
Patrick

To investigate how you are using hard disk space you need to make sure
that
you can see all files. Go to Start, Control Panel, Folder Options, View,
Advanced Settings and verify that the box before "Show hidden files and
folders" is checked and "Hide protected operating system files " is
unchecked. You may need to scroll down to see the second item. You
should
also make certain that the box before "Hide extensions for known file
types"
is not checked. Next in Windows Explorer make sure View, Details is
selected
and then select View, Choose Details and check before Name, Type, Total
Size, and Free Space.

You still will not see the System Volume Information folder.
How to Gain Access to the System Volume Information Folder
http://support.microsoft.com/default.aspx?scid=kb;en-us;309531

FileSize -a useful tool for use with Windows Explorer when investigating
how
disk space is being used.
http://markd.mvps.org/

The download link is not obvious. Click the here in the two sentences of
the
web page accessed through the link above. "I can't count the number of
times
someone has asked for this. So here is a module you can install that
shows a
Folder Size column in Explorer."

To increase you free space on your C select Start, All Programs,
Accessories, System Tools, Disk CleanUp, More Options, System Restore
and
remove all but the latest System Restore points? Restore points can be
quite
large.

It is likely that an allocation of 12% has been made to System Restore
on
your C partition which is over generous. I would reduce it to 700 mb.
Right
click your My Computer icon on the Desktop and select System Restore.
Place the cursor on your C drive select Settings but this time find the
slider and drag it to the left until it reads 700 mb and exit. When you
get
to the Settings screen click on Apply and OK and exit.

Are you using any Norton Utilities?

If your hard drive is formatted as NTFS another potential gain arises
with
your operating system on your C drive. In the Windows Directory of your
C partition you will have some Uninstall folders in your Windows folder
typically: $NtServicePackUninstall$ and $NtUninstallKB282010$ etc.

These files may be compressed or not compressed. If compressed the
text of the folder name appears in blue characters. If not compressed
you can compress them. Right click on each folder and select Properties,
General, Advanced and check the box before Compress contents to
save Disk Space. On the General Tab you can see the amount gained
by deducting the size on disk from the size. Folder compression is
only an option on a NTFS formatted drive / partition.

Another default setting on a large drive which could be wasteful is that
for
temporary internet files especially if you do not store offline copies
on
disk. The default allocation is 3% of drive. Depending on your attitude
to
offline copies you could reduce this to 1% or 2%. In Internet Explorer
select Tools, Internet Options, General, Temporary Internet Files,
Settings
to make the change. At the same time look at the number of days history
is held.

The default allocation for the Recycle Bin is 10 % of drive. On your
drive
5% should be sufficient. In Windows Explorer place the cursor on your
Recycle Bin, right click and select Properties, Global and move the
slider
from 10% to 5%.

You should use Disk CleanUp regularly to Empty your Recycle Bin and
Remove Temporary Internet Files. Whenever you remove redundant files you
should always run Disk Defragmenter by selecting Start, All Programs,
Accessories, System Tools, Disk Defragmenter.


--

Hope this helps.

Gerry
~~~~
FCA
Stourport, England

Enquire, plan and execute
~~~~~~~~~~~~~~~~~~~
 
windows explorer, internet explorer
file manager, file explorer, windows file explorer....


nit nit pic pic....
 
nit nit pic pic....

You are correct DatabaseSUSAN.

There is no sense whatsoever in using the correct terms or names.

We might as well use ROT-13.

Gurer vf ab frafr jungfbrire va hfvat gur pbeerpg grezf be anzrf.

Or piglatin.

Erethay isway onay ensesay atsoeverwhay inway usingway ethay
orrectcay ermstay orway amesnay.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
Replied to [Patrick Whittle]s message :
-----------------------------------------------------------
What is the command-prompt command for Windows' file manager?


It is
explorer.exe "FolderPath"

OR Make a new batch file in Windows Folder or System32 folder (A folder that is in
Path variable) and enter the following text in it :
@explorer.exe "%cd%"
to open the folder
OR
@explorer.exe /e, "%cd%"
to explore the folder

Name it anything (i named it CDX) but make sure the extension is bat.

Now, you can just type the name of bat file to open the current folder....
 
Back
Top