Selain menggunakan kaedah GUI, anda juga boleh defrag drive anda dengan menggunakan command prompt. Kaedah ini dicuba dengan menggunakan Windows 7. Caranya adalah:
1. Buka command prompt dengan klik pada Start Menu
2. Kemudian taip cmd pada ruangan Search programs and files.
3. Satu kotak hitam akan dipaparkan.
4. Taip kan command di bawah:
[code]defrag /c /v defrag.txt[/code]
5. Tunggu sehingga selesai.
Berikut adalah maksud bagi parameter-parameter yang ada:
Parameters:
Value Description
/A Perform analysis on the specified volumes.
/C Perform the operation on all volumes.
/E Perform the operation on all volumes except those specified.
/H Run the operation at normal priority (default is low).
/M Run the operation on each volume in parallel in the background.
/T Track an operation already in progress on the specified volume.
/U Print the progress of the operation on the screen.
/V Print verbose output containing the fragmentation statistics.
/X Perform free space consolidation on the specified volumes.
Hasilnya:
Comments
Post a Comment