在Windows中一次完成多硬盘整理
7月 9th, 2007 | Author: syber | In Windows, 常识, 建议, 操作系统 |
Print This Post
| Permalink
Windows的磁盘碎片整理程序相当一般,如果你有多个分割区和硬盘的话,它没有什么可利用的功能。一些用户希望能在他们去上班或睡觉时能一次完成整理所有的硬盘。
要完成这个你可以使用一个比较简单的script组,它可以用script组来运转连续整理每一个安装的硬盘。要使用script必须要有管理权或是用一个快捷方法用管理权来运转批量文件。
我有四个硬盘分割区为别为C:,D:,E:和F:,这就是说script组看上去如下面所示:
@echo off defrag.exe c: -f defrag.exe d: -f defrag.exe e: -f defrag.exe f: -f
Related posts
I hope you enjoyed reading this post. You may now subscribe to my RSS Feed, scroll down to leave a comment or get back to the homepage.
Leave a Reply
