This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:windows:low_disk_space [2013/01/31 10:49] gcooper |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Dealing with Low Disk Space in Windows ====== | ||
- | |||
- | http:// | ||
- | |||
- | http:// | ||
- | |||
- | http:// | ||
- | |||
- | ===== Tools ===== | ||
- | |||
- | This is a free tool to help you analyse where your disk space is currently being used: | ||
- | |||
- | http:// | ||
- | |||
- | 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 " | ||
- | del c: | ||
- | del c: | ||
- | del c: | ||
- | net start " | ||
- | rem IIS Log Files | ||
- | Del C: | ||
- | </ | ||
- | |||
- | ===== On New Systems ===== | ||
- | |||
- | If you are building new systems: | ||
- | |||
- | http:// | ||