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 [...]
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 [...]
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 [...]
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= ” [...]