Calendar

March 2008
S M T W T F S
« Nov   Apr »
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

Links

My Favorite Sites
Digg.com

Archive

Categories

Follow me on…

  • 28Mar

    One of the easiest ways to keep your computer running smooth is to make sure your hard drives arent fragmented to death. I know, I can already hear all the Mac and Linux people screaming at me about how unimportant defragmenting your drives is but trust me, as a Windows veteran I know first hand just how large a difference a good defrag can make. Only down side is that it takes too long to do it and just like cleaning the house, nobody actually wants to do it. Well, your all in luck because you can make Windows clean itself, man I wish the house could do that too…lol. Scheduling a defrag can be done in Windows 98/ME/XP for sure, as for Vista and 2003 I can’t say cause I’ve never tried this on those OS’s. I do know that this can’t be done in windows 2000. 2K is missing the command line defragment interface needed to schedule a defrag.

    There are two ways to do this, I’m going to show you the way I like to do it which is to write a script and then set a Windows schedule event to run the script at a determined time. Ok, enough talk, lets get to the good stuff.

    The first thing we need to do is to create our script os go ahead and open notepad. Type in the following text, save the file as a .bat file (lets call it defrag.bat) and exit notepad.

    defrag c:

    The next step is to open the Windows task scheduler, it can be found in the Control Panel. What are you waiting for, open the Control Panel and double click on “Scheduled Tasks”. Now just drag your newly created script into the scheduled tasks window.
    It should show up like this…

    There are still some changes for us to make, lets start off by double click on the newly created task (defrag_c in this example).
    On the task tab click the set password button and enter the password of the user that you are logged in as. You can also change the user that this task will run under, for example, if you are not logged on as an administrator you can enter %machine name%/administrator as the username and then set the administrators password. Just a note, %machine name% is just my way of saying that you will have the name of your PC there, don’t actually put %machine name% in there…lol.

    Everything on the settings tab should be fine so let’s head over to the schedule tab and set up when the task should run. I like to run it once a week at 2am on Mondays. This way I start each week with a nicely defragmented hard drive. Set yours up to reflect something that works for you.

    That’s about it, there are some other things to consider though. The main one being that this can take a long time and the lower the amount of free space on the drive the longer it will take for this to complete. I forget the % free that you absolutely need to be above but there is a minimum amount of free space that needs to be there before a defrag can even run. Another thing to consider is what else is running when this starts. In my case for example, I have Sage TV installed (another cool app but that’s for another post…lol.) Anyways, I wanted a way to stop Sage TV before defraging its drive starts. To do that I simply created another script to stop the app and a third to start it again 5 hours later (5 hours being a safe amount of time as I know defraging that drive takes a good amount less time than that. The code to put in these scripts are as follows…

    Stop the app

    tskill sagetv

    change sagetv with the process name of the app you want to kill.

    Start the app

    “C:\Program Files\SageTV\SageTV\sagetv.exe”

    change this to the path of the app you want to start.

    Well there we go, that’s pretty much all there is to it, now go setup your own defrag schedules and keep your systems running nice. Remember, a defragged hard drive is a happy hard drive!!!

    Later all,
    Ed.

  • 16Mar

    I have officially moved to a PS3 only household. I gave my 360 to my nephew yesterday with the intention of going out and getting the Elite system. When I got to Best Buy I had an epiphany, why in the hell was I about to spend $500 dollars on a game system, again? Long story short I decided to get a game or two for the PS3 that has been sitting dormant since I got it last December other than the few demo’s I downloaded and the few bought BluRay movies. I picked up Burnout Paradise, Army of Two and the eye so that I can take a picture for my license in Burnout…lol.

    So am I feeling any 360 withdrawal? Not really, the PS3 is finally starting to get a few good and “actually next-gen looking” titles like the two I mentioned above and anyways, I was a pretty hardcore Sony fanboy until the original Splinter Cell and mod-chips. Feels kinda good to hold the PS3 controller again, like finally getting home after a really long vacation. The only thing that sucks, and the reason I may end up breaking and replacing the 360 is the collection of games that I haven’t gotten around to finishing yet.

    Well, thats all I have to say for today, gotta go grash into stuff in Burnout, why is that so fun?

    Later all,
    Ed.

  • 11Mar

  • 09Mar

    This was just way too funny, Who would have thought that hockey players would be horrible actors..lol

  • 09Mar

    If your one of my regular readers (lol) you may have noticed that things have changed a little. What happened is that I had two different hosting plans for two different URL’s, I realized quite a while ago that doing things that way was a total waist of money for the second hosting plan so I finally pulled the plug on the one that was associated to the other URL only to realize that when I setup this blog over a year ago I re-used a database that I already setup on the other host. Shit! Oh well, too late…lol. Of course I never made a backup of the database so there is no way to retrieve the posts that I made on the blog. This is getting ridiculous, this is like the 4th time I have had to start over blog wise, believe me, this will be the last, so frustrating!

    Well, here’s to a fresh start, thanks for visiting and I hope you’ll be back.

    Later all,
    Ed.

« Previous Entries