Wednesday, December 23, 2009

Address Bar removed in Windows XP SP3

Windows XP Service Pack 3 (SP3) removes the "Address bar" option as an available Taskbar tool. It's believed that Microsoft removed this option so not to be in violation of certain antitrust rulings, especially in the European Union.

Getting it back -

The file modified by the installation of SP3 is browseui.dll. The trick is to replace this file with the SP2 version of the file. The older version of the file can be found in C:\Windows\System32 on any non-SP3 machine.

Copy this file to the root directory of the SP3 machine or to some other location that the SP3 PC can access.

Here is where it gets a little tricky. The browseui.dll file is a system file and is therefore protected whenever Windows is running. That means you cannot just copy the SP2 version file over the SP3 version file. You will need to start the PC in "Safe Mode with a command prompt" or boot to a bootable CD, i.e. WinPE.

Once there issue the following command:
copy browseui.dll C:\Windows\System32\

Reboot the PC. If all went well, you should now have the option to add the Address Bar toolbar.

No comments: