Windows server 空间不足

  1. WinSxS下为一些常用的动态链接库,不建议删除
  2. 使用 cleanmgr.exe进行磁盘空间清理。
  3. 使用如下方式将windows update相关的目录重定向到其他分区
net stop wuauserv
net stop bits
if exist C:\Windows\SoftwareDistribution rmdir /S /Q C:\Windows\SoftwareDistribution
rmdir /S /Q D:\SoftwareDistribution
if not exist D:\SoftwareDistribution mkdir D:\NewUpdateFolder
CD /D C:\Windows
mklink /J SoftwareDistribution D:\NewUpdateFolder
net start wuauserv
net start bits
This entry was posted in OS, Windows and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *