User Tools

Site Tools


computing:windows:low_disk_space

This is an old revision of the document!


Dealing with Low Disk Space in Windows

Tools

This is a free tool to help you analyse where your disk space is currently being used:

http://www.mindgems.com/products/Folder-Size/Folder-Size.html

This is a short script that is probably best used as an emergency 'free space now' tool:

@echo off
rem Script to clean up disk space on SBS 2008 servers
rem Downloaded from SBSfaq.com
rem V1.0 - March 28th, 2010
rem Certificate Services Logs
net stop "Active Directory Certificate Services"
del c:\windows\system32\certlog\*.log
del c:\windows\system32\certlog\*.chk
del c:\windows\system32\certlof\*.jrs
net start "Active Directory Certificate Services"
rem IIS Log Files
Del C:\inetpub\logs\LogFiles\*.log /f /s

On New Systems

If you are building new systems:

http://support.microsoft.com/kb/949977

computing/windows/low_disk_space.1359654582.txt.gz · Last modified: 2013/01/31 10:49 by gcooper