windows directory is ever increasing

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

I have a partitioned hard drive, one of the partitions is
just for windows. I'm finding that this partition is always
increasing in size but i have no clue why, I'm not
downloading so where is it coming from?

I want to find a way to stop this because i'm constantly
having to increase the size of that partition and for no
justifiable reason. e.g. last night i left my computer on
and in the morning my c drive had increased by almost a gig.

I have anti-spyware software, so that isnt a problem, and
automatic update is switched off. Please someone tell me
whats going on??
 
Can't you do a search on date in order to find out if any
and which files have been added?
 
If this does not give you the info (it should most of the time), you may
want to start looking into tracing what's going on in the file system with a
tool such as Filemon from www.sysinternals.com


Cheers,
Dimce
 
-----Original Message-----
I have a partitioned hard drive, one of the partitions is
just for windows. I'm finding that this partition is always
increasing in size but i have no clue why, I'm not
downloading so where is it coming from?

I want to find a way to stop this because i'm constantly
having to increase the size of that partition and for no
justifiable reason. e.g. last night i left my computer on
and in the morning my c drive had increased by almost a gig.

I have anti-spyware software, so that isnt a problem, and
automatic update is switched off. Please someone tell me
whats going on??
.
 
| message | I have a partitioned hard drive, one of the partitions is
| just for windows. I'm finding that this partition is always
| increasing in size but i have no clue why, <SNIP> e.g. last
| night i left my computer on and in the morning my c drive had
| increased by almost a gig. <SNIP>

Perhaps the following Microsoft Knowledge Base Article can help
you troubleshoot your disk space issue:

KB315688 - How to Locate and Correct Disk Space Problems on NTFS
Volumes in Windows XP
http://support.microsoft.com/default.aspx?Product=winxp&scid=kb;en-us;315688

You may also want to do some security checks. That is, check
your folder shares, check the status of the Guest Account, and
check for Anonymous Access. To automate this see the following:

TechNet Home | Community | columns | scripts
Tales from the Script - November 2003
If Scripting is Outlawed, only Outlaws will have Scripts
By The Scripting Guys
Task No. 11: Check Status of the Guest Account
Task No. 12: Check for Anonymous Access
Task No. 14: Check Shares and Share Permissions
http://www.microsoft.com/technet/community/columns/scripts/sg1103.mspx

NOTE: To run a WMI Script, save the results to a text file, and
avoid the numerous pop-up message boxes that result if you simply
double-click the script file, or the blur of lines if you run it
from the command prompt, use the following redirection technique.

- Copy the script and paste it into Notepad

- Save it with the file extension .vbs. For example,
C:\shares.vbs

- Open the command prompt (cmd.exe) to the folder containing the
script. For example, C:\

- Use the cscript command and the redirection operator.
For example: cscript shares.vbs > shares.txt

- When the command prompt returns you will find the
shares.txt file in the C:\ folder with a list of all the shared
folders on a computer

For more information see the following:

TechNet Home | Community | columns > scripts
Tales from the Script - April 2003
Script Output that Sticks Around
By The Scripting Guys
http://www.microsoft.com/technet/community/columns/scripts/sg0403.mspx

Related information:

To configure the command prompt so that you can type the first
few letters of a file or folder name, and then use TAB on the
keyboard to automatically complete the file or folder name see
the following Microsoft Knowledge Base Article:

KB310530 - HOW TO: Use Automatic Completion with a Command Prompt
in Windows XP
http://support.microsoft.com/default.aspx?Product=winxp&scid=kb;en-us;310530

To configure Windows Explorer so that you can right-click a
folder, select an option from the context menu, and have the
command prompt open to that folder, see the following Web Site
and download CmdHere.exe

Windows XP Professional | Downloads
Microsoft PowerToys for Windows XP
Open Command Window Here
CmdHere.exe
514 KB file
2 min @ 28.8 Kbps
http://www.microsoft.com/windowsxp/pro/downloads/powertoys.asp

Alternatively, see the following column for a method to manually
add the "CMD Prompt Here" right-click option to the Directory and
Drive program classes.

Windows XP Home
Columns | Columns Archive | Jerry Honeycutt
Tweaking Windows Explorer and Internet Explorer
SECTION: Open Command Prompts at Folder Level
http://www.microsoft.com/WindowsXP/expertzone/columns/honeycutt/03june09.asp
 
Back
Top