有一台XP,C有20G,D有120G,
現在C快滿了,雖然已經移一部分資料到D,
但C仍然滿載,
XP有辦法可以把D的空餘空間轉給C嗎?
還是要靠其他軟體?
是有查到C:\windows容量約15GB,
很明顯有問題但是該資料夾裏有太多的資料夾和檔案,
我該如何查那個檔案或資料夾有問題?
先移動目錄,然後用 Winbolic Link 建立 NTFS junction 鏈結,去欺騙 windows,以為目錄在原先位置,其實在別的地方。
這篇有介紹,可以參考看看:
[教學] 多顆硬碟加速遊戲讀取
但有一個問題是:你無法移動使用中的系統檔案,windows 會不給移動。
所以可能要硬碟接到別台電腦去移,或者用 xpe 之類的開機片開機去移。
可以找找 C:\Program Files 、C:\Program Files (x86) 底下
哪些軟體沒有開啟,且容量特大的,去移動。
C:\Windows 裡面的東西,儘量不要移,免得操作錯誤,無法開機,變成要重灌
***************************************
有一個移動後,會比較保險的目錄,且佔用 C 碟比例很大
C:\Users\使用者名稱
使用者帳號的:桌面、我的文件、個人軟體設定,都在那邊。
即俗稱的:家目錄
登入中狀態無法移家目錄,要另外建一個 admin 管理員帳號,切換身分後,去移你的家目錄。
且要把你的家目錄權限改成 eyeryone 可以存取,才有辦法移動。
詳細可參考網路上的教學:
[Win7密技] 如何變更個人資料夾位置
補充:
不好意思沒看清楚,原來樓主是問 XP
不過大同小異啦,原理方法一樣。
看目錄大小:TreeSize Free (免費軟體)

選取一個目錄,或磁碟,按下 size,列出所有目錄佔用大小
可以排序
rukawa1 wrote:
有一台XP,C有20...(恕刪)
一. WinXP 中有哪些檔案是多餘且可刪除
1.暫存檔 : C:\Windows\Temp,C:\Tmp,C:\Temp
2.瀏覽器紀錄 :
C:\Documents and Settings\使用者帳號\Local Settings\Temporary Internet Files\
C:\Documents and Settings\使用者帳號\Local Settings\Temp\
C:\Documents and Settings\使用者帳號\Local Settings\History\
3.其他
C:\Documents and Settings\使用者名稱\Recent\下的所有文件(最近瀏覽文件的快捷方式)
4.WINDOWS 目錄
C:\WINDOWS\ServicePackFiles(升級 sp1 或 sp2 後的備份檔案)
C:\WINDOWS\Driver Cache\i386 下的壓縮檔案(驅動程式的備份檔案)
C:\WINDOWS\SoftwareDistribution\下的所有檔案
C:\WINDOWS\Help\
C:\WINDOWS\system32\dllcache
C:\Windows\Windows Update Setup Files\
C:\WINDOWS\ime\ IMJP8_1 IMKR6_1 三個目錄 (輸入法,日文,韓文文件).
注意 : 1.要動作前請先備份,以免誤刪檔案
二. 調整磁碟空間大小
1.Easeus Partition Master
教學 : http://www.techbang.com/posts/1168-painless-change-the-sector-size-hard-drive-whatever-you-all
下載 : http://software-files-a.cnet.com/s/software/12/80/85/36/epm.exe?token=1353018714_794178e873a1f0b5fb1575fbc9efdbda&lop=link&ptype=3001&ontid=2248&siteId=4&edId=3&spi=1b4463c5d968157429348fae0664d2a7&pid=12808536&psid=10863346&fileName=epm.exe
2.MiniTool Partition Wizard Home Edition
教學 : http://blog.xuite.net/yh96301/blog/58706889
下載 : http://software-files-a.cnet.com/s/software/12/77/30/57/pwhe761.exe?token=1353018930_7d77c99079ffa604b6eb56941c2ecc2b&lop=link&ptype=3001&ontid=2094&siteId=4&edId=3&spi=3e3443c05a4e020aa801256138eda69f&pid=12773057&psid=10962200&fileName=pwhe761.exe
注意 : 1.要動作前請先備份,以免執行錯誤檔案遺失
存成一個BAT檔
隔一陣子就執行一次
@For /F "tokens=1,2,3,4 delims=/ " %%A in ('Date /t') do @(
Set Year=%%A
Set Month=%%B
Set Day=%%C
Set Week=%%D
)
@echo %Year%%Month%%Day%.log
@echo off
echo 建立清除記錄檔 %Year%%Month%%Day%.log
echo 正在清除系統垃圾文件,請稍等......
echo dir %systemdrive% (清理前) > %Year%%Month%%Day%.log
echo. >> %Year%%Month%%Day%.log
dir %systemdrive% >> %Year%%Month%%Day%.log
echo. >> %Year%%Month%%Day%.log
echo =========================================================== >> %Year%%Month%%Day%.log
del /f /s /q %systemdrive%\*.tmp >>%Year%%Month%%Day%.log
del /f /s /q %systemdrive%\*._mp >>%Year%%Month%%Day%.log
del /f /s /q %systemdrive%\*.log >>%Year%%Month%%Day%.log
del /f /s /q %systemdrive%\*.gid >>%Year%%Month%%Day%.log
del /f /s /q %systemdrive%\*.chk >>%Year%%Month%%Day%.log
del /f /s /q %systemdrive%\*.old >>%Year%%Month%%Day%.log
del /f /s /q %systemdrive%\recycled\*.* >>%Year%%Month%%Day%.log
del /f /s /q %windir%\*.bak >>%Year%%Month%%Day%.log
del /f /s /q %windir%\prefetch\*.* >>%Year%%Month%%Day%.log
rd /s /q %windir%\temp & md %windir%\temp >>%Year%%Month%%Day%.log
del /f /q %userprofile%\cookies\*.* >>%Year%%Month%%Day%.log
del /f /q %userprofile%\recent\*.* >>%Year%%Month%%Day%.log
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*" >>%Year%%Month%%Day%.log
del /f /s /q "%userprofile%\Local Settings\Temp\*.*" >>%Year%%Month%%Day%.log
del /f /s /q "%userprofile%\recent\*.*" >>%Year%%Month%%Day%.log
echo 清除系統垃圾完成!
echo 系統垃圾清除記錄, 請參閱 %Year%%Month%%Day%.log
echo. >> %Year%%Month%%Day%.log
echo =========================================================== >> %Year%%Month%%Day%.log
echo dir %systemdrive% (清理後) >> %Year%%Month%%Day%.log
echo. >> %Year%%Month%%Day%.log
dir %systemdrive% >> %Year%%Month%%Day%.log
echo. & pause
內文搜尋

X