Category Archives: Windows
Vista speedup part 2
My previous post about vista speedup has been quite popular. But it doesn’t mention defragmenting your harddrive. This is such an obvious thing to do I forgot to mention it. A fragmented drive is a slow drive. As a daily … Continue reading
Safari 3 Beta for Windows
Apple just released Safari 3 Beta for Windows. It looks nice and even passes the acid 2 browser test This beta will probably be used as a web development tool more than as a default browser. Thats where the Safari … Continue reading
Vista speedup
Vista seems to run sluggish sometimes. Luckily there is a cure!
Vista
The Vista command line is far better than the XP one. Forfiles and find combined allow me to search files containing a certain string deep into directories. This could of course be done in explorer with type:asp TextToSearch.
forfiles /S /M *.asp /C "find /N \"TextToSearch\" @file" | more