Discourse from a first hand knowledge on a wide range of perspective
Life is not a journey to the grave with the intention of arriving safely in a pretty and well preserved body, but rather to skid in broadside, thoroughly used up, totally worn out, and loudly proclaiming – WOW-What a Ride!

Load your FF Browser faster

June 15th 2009

If you think your firefox browser is taking a bit longer time than normal, its time for switching the browser to compatibility mode. This is how it’s done:
Right click on your firefox icon and select the properties tab, where it says Compatability, check “Run this program in compatibility mode for” and select “Windows 2000″ from [...]

Read On No Comments

Boot Windows XP without Startup Programs

June 12th 2009

To start Windows XP without any startup programs, press the [Shift] key while the computer system
is booting. The key has to be pressed as soon as the Windows desktop background appears. This will prevent startup programs from being loaded automatically. It might take a few tries to get it to work.
Microsoft has disabled this feature [...]

Read On No Comments

Genuine Windows Validation

June 10th 2009

You can disable Microsoft’s Anti piracy program update as follows:

In explorer, go to Tools > Folder Options. Then, go to View > Advanced Settings and uncheck “Use simple file sharing”. Hit OK. Now, let’s change the permissions for WgaLogon.
In the Address bar, type (without quotes) “%WinDir%\system32″ and hit enter.
Scroll down to WgaLogon.dll, right click on [...]

Read On No Comments

Simple stuffs eat up your time….

June 1st 2009

Sometimes, you get stuck up at things which seems to be really simple. I had to copy htaccess file to all the subfolders on a windows server. Windows doesn’t allow this with its default setup. This is when i digged my batch script to do this task:
————
@echo off & setLocal EnableDelayedExpansion
for /f “tokens=* delims= ” [...]

Read On 1 Comment