Site Meter

Posts Tagged “Windows”

Have a spiffy Solid State Drive (SSD) in your computer. Take these steps to optimize it’s performance – and it all starts with Windows 7. This TweakTown guide offers 8 pages of advice on how to squeeze the most performance of these drives. Unfortunately, early adoptors probably have SSD’s that do not support the TRIM command that will prevent drive performance from degrading over time.

Tags: , , , , , , , , ,

Comments No Comments »

Did you just get Windows 7? Well head on over the Microsoft’s Personalization Gallery for some free themes to customize the look of your new OS. This includes free themes from sports car companies Ferrari and Porsche amoung others.

Tags: , , , , ,

Comments No Comments »

Laptop Magazine completed their annual survey of laptop vendors and evaluated their technical support. For the last few years, Apple has won and this year was no different. No wonder so many people are “thinking different”. Here are the 2009 grades, more detail about the web vs. phone support is in the article.

  • Apple A
  • Asus B-
  • Dell C-
  • Fujitsu B-
  • Gateway B-
  • HP C-
  • Lenovo B+
  • Sony B+
  • Toshiba B
Tags: , , , , ,

Comments 1 Comment »

A lot of my friends have switched to Macs, mostly the notebooks. Given the smaller resources available on notebooks, it’s important to run software that efficient and doesn’t bog the computer down. When Mac owners want to run a Windows program they’ve had two commercial products available to them – Parallels and Fusion. MacTech did some pretty exhaustive tests and found out that Parallels is almost always faster.
Stick with Parallels.

Tags: , , , , , , , ,

Comments No Comments »

A friend sent this to me today. Firefox uses a bunch of .sqlite files to manage it’s persistent data like your preferences in the “awesomebar”. These files can get quite big and cause a slow computer when using firefox; especially when using the awesomebar and closing the application.

OS X users can use this command to “compact” these files:

for f in ~/.mozilla/firefox/*/*.sqlite; do sqlite3 $f 'VACUUM;'; done

Windows users can make use of the SQLite addon to do the same thing. Install the addon, then go to %appdata%mozillafirefoxprofilesxxxxx and look for the .sqlite files.

Tags: , , , ,

Comments 2 Comments »

Ok, admittedly Microsoft Vista is a failure. Noone “wants” Vista, everyone just gets it or upgrades it because they have to through Microsoft’s monopoly of offering it on every new computer built. I don’t even want to know what tactics they’ve used to get corporations to adopt it but considering they’ve been target of antitrust lawsuits in most of the G8 nations, it’s probably not very nice.

Windows 7 is the next version of Windows, and it’s coming next year. In the latest demo of their beta build, it shows that they’ve been paying attention to what matters most: the user interface. While Vista brought technical enhancements to customers without any visible benefits, Windows 7 trys to use the original enhancements as well as some new ones, in a way that people can see and visualize right away. Gee, it’s like they’re actually thinking about people using their software.

On Lifehacker, Get Window’s 7 Best Features Now, shows people how to enhance Vista to get many of these features right away, without waiting for the late and very expensive Windows 7. Many of the addons are really good and have a nice benefit.

Tags: , , ,

Comments No Comments »


In Vista, bootup is configured to only use one core. If you have a dual core (or more) machine, you can change it to take advantage of multiple cores:

  • Go to the start menu find msconfig,
  • click on boot tab
  • click on advanced options
  • number of processors select the number of cores
  • when you exit msconfig it will prompt you to use selective startup if you haven’t used it before, confirm this.

I’ve tried it and it doesn’t seem to make that much of a difference. Comment back if you find a different experience.

Tags: , ,

Comments No Comments »