Skip to main content

On OEM installations of Windows(R)

If there is anything that annoys a geek like me, it is being forced to use/do/say/think something. More so if it is useless and annoying.

I have a Compaq laptop. It came pre-installed with Windows Vista. Along with the OS came a bunch of goodies utterly useless software by HP. They were HP Health Check, HP Battery Check, HP Wireless Assistant and HP Update. I shall now proceed to attack these software one-by-one.

I start with HP Health Check. Perhaps the most annoying software of them all. It checks your PC periodically for issues(?) and then gives the most annoying pop-up of them all. It reads

HP Health Check has finished checking your PC. Click this balloon to view results.
And when you click the balloon to view the issues, most of the time, you are greeted with this message:
HP Health Check did not find any issues with your computer
Sometimes, it finds a whole bunch of drivers which are outdated. But it does not update them, nor does it give an option to select the drivers to be updated. Instead, you need to manually click on any one random issue and say fix this issue. Then wait while the driver is downloaded at speeds of 5kbps and then installed. Then repeat for the next issue.

I use Code::Blocks for coding. Now, this IDE has a useful shortcut, Ctrl+Shift+C to comment, Ctrl+Shift+X to uncomment. But what I observe is that pressing Ctrl+Shift+C opens HP Health Check everytime, and does not comment the block, which means that I need to go to Edit->Comment everytime I want to comment code. Just stupid, isn't it?

Even more annoying is that I do not see any ways to turn this annoying feature off, or even uninstall the damn software. For it is not seen in the usual uninstall programs list.

Today I finally figured out how to remove the annoying key combination. The trick is to find the shortcut to the program (in the Start Menu) and then to view its properties, and delete the shortcut key combination.

HP Battery Check is to supposedly check the health of your batteries, and advise you if calibration is required or if the battery is in poor health. Well, my battery lasts me for only an hour, and I am still being told that my battery is in good health.

HP Wireless Assistant is there to supposedly make it easier for me to create secure wireless home networks. Seriously! And why can I not secure my network the good old fashioned way? Interestingly, this software needs you to be connected to the internet to work. I wonder why that is so...

HP Wireless Assistant just misses the top spot on my list of the most useless software ever, because that position is held by HP Update software. Like Shannon's Ultimate Machine


this software simply exists to update itself.

The most annoying thing to happen then is to have driver issues installing Ubuntu, and then hear HP people say that they shall not provide drivers for Linux.

Comments

Popular posts from this blog

On Harry Potter and why I dislike the series

There could not be a better time for this post. There could not have been a worse time for this post. Now that the penultimate movie of the series is out, and my facebook wall filled with people who loved the movie. But this is something I really wanted to say, and I shall say it anyway. Harry Potter is pathetic literature. Now, you must be wondering why I say that. There are many reasons. Firstly, the storyline itself is flawed. When a writer sits down to write anything, he/she must set up some essential rules about what is happening. These rules must remain constant irrespective of how many times he/she changes his/her mind. This is so that the readers are allowed to have some sensibility in what they are reading. In the fourth book, Rowling goes ahead and kills Cedric. Then, at the end of the book, the horseless carriages are there again. Nothing special. We all knew that they are horseless. But then comes the fifth book, and BAM, the horses are actually winged beasts that only thos

ERROR_SUCCESS

ERROR_SUCCESS. This macro would be familiar to all those who have done some programming in WIN32. It is the output of the GetLastError() function to check the thread's last error state when no error has occurred. Weird, isn't it? I mean, if it is a success, then why is it marked as an error in the macro? This is one example of a badly made API. APIs are considered bad when programming in them becomes non-intuitive. Software is said to be bad (or said to suck) when it seems counter-intuitive to the user. There is one very simple example of this. Start notepad. Type in any text. Click on close. The message that you see is: This makes no sense to me as a user. Of course, the programmer follows the approach that he creates a temporary file called Untitled , and in that file he allows the user to make all his changes. But how am I, as a user to understand that? A similar disconnect occurs even between two different programmers. That is why it takes a whole lot of effort to make

Elements of a Story: The Whispers

I'm compelled to begin each post with a meta. That way, my blog posts seem less like essays or dissertations, and more like diary entries, or web logs. So here goes... I started this blog a little over a year ago. The main purpose of this blog was to experiment with styles of writing, and find an effective outlet for all the subjects I wish to rant about; saving my classmates the agony of having to listen to them. As I wrote this blog, I've experimented with so many styles, and have received comments claiming that my work is a shameless copy greatly inspired by so-and-so author/work. Fact is that I simply chanced upon that style. I read, so obviously, my work shall reflect the styles of those I admire, but I've worked out so many styles without even knowing that they exist, only to be informed of them later. Recently, I've been struck with the seeming absence of whispers as an element of a story. The more I've thought of the subject, the more I've been convince