Nov222008

Speed up your system Easy Defrag Batch Files...

Published by naveed at 5:43 PM under Tips n Tricks | Technology | How To

Everybody would like their computer to go a bit faster, defragmenting your drive will help keep your PC running tip-top. You should defrag your drive once a week, or at least once a month. I've created "Batch Files" that will do all this for you on a single click.

1- Defrag and Shut Down

Defrag and Shut Down Do this as you leave the office, and your computer will Defrag, then shut down. The Green option. use these lines in your bat file. and just add bat file in task scheduler

defrag.exe c: -f
shutdown.exe -s
2- Defrag and Reboot
Defrag and Reboot Suitable for those who "Remote Access" to their office computer. When defragging, your computer will run like "toffee" so best do this every Friday as you leave the office. The first time you run this, may take several hours, getting quicker each week.
defrag.exe c: -f
shutdown.exe -r
I copy these batch files to each Users desktop. Users like the simplicity


[Digg] [Google] [Facebook]

Tags:

E-mail| Permalink | Trackback | Post RSSRSS comment feed 3 Responses

Related posts

Comments


parqeet

Response by parqeet on 11/27/2008 10:48:47 AM

At our office, the IT dept uses Diskeeper in conjunction with a central administrative defrag console app to defrag the workstations on background automatic mode, which doesnt require manual intervention. Its supposedly working out great as the time and workload has been reduced significantly.




Salim

Response by Salim in on 11/28/2008 12:55:13 AM

Thanks. That is indeed handy Smile




Jasson

Response by Jasson on 11/29/2008 8:45:24 AM

But, why to use any software, these command by Naveed, are very good.

i want to leave office but i want to defrag my system, i have a bat file with these command in bat file:


defrag.exe c: -f
defrag.exe d: -f
defrag.exe E: -f
shutdown.exe -s

and thats all .... waooo amazing. after C my D drive will be dfarg and then e and then my system will be shutdown. isn't that good.

everyone should use this. why to install different software ?



Add comment


(Will show your Gravatar icon)  

  Country flag

biuquote
  • Comment
  • Preview
Loading