Archive | Windows XP

Tags: , , , , , ,

Windows XP blackout screen face heavy criticism in China


Microsoft have been facing heavy criticism by the Chinese government following their no release late monday that will blackout desktop background after 60 seconds of usage.

In badxp previous post on Windows XP blackout screen with no icons, the same action have been implemented in China, and the Chinese are being offended by the new Microsoft blackout screen. A lawyer wrote in “China Daily” that Microsoft have been considered engaging in an illegal activity within the Chinese law.

Even Cheng Chong, the Director of China’s software trade group, China Software Industry Association (CSIA) make a statement on Monday saying that what Microsoft has done is very offending and the Whole China Industry must take the matter seriously.

Microsoft when contacted still defending their action, saying that their (Microsoft) goal is to help the customers determining whether the software installed in their computer are genuine or not.

Tags: , , , , , ,

See also:

Posted in News, Operating System, Windows XPComments (1)

Tags: , ,

Windows XP got extended again


It is a well known fact that Microsoft is going to stop distributing media to large OEMs on 31 January 2009, but a statement this week by Microsoft said it would extend the deadline to 31 July 2009.


A statement by Microsoft spoke person claimed in an e-mail that the move is designed to help businesses upgrade to Vista painlessly. “As more customers make the move to Windows Vista, we want to make sure that they are making that transition with confidence and that it is as smooth as possible. Providing downgrade media for a few more months is part of that commitment.

I would say that the move to extend life is due to the fact of the unpopularity of Vista with businesses. Rumors have it that most major businesses would rather wait for Windows 7 rather than migrate to Windows Vista.

Tags: , ,

See also:

Posted in News, Operating System, Windows XPComments (1)

Tags: , , , , ,

Windows XP blackout screen with no icons


What are you going to if suddenly your going black with visible?


If you are experiencing this after Wednesday, 27th of August 2008, chances are Microsoft have something to do with it. A local newspaper source in Malaysia have reported that starting Wednesday, user of pirated copies of Microsoft Professional that are connected to the internet will find their computer displays going black with on the desktop.

You can reset the display properties to normal, but the professional display going black will occur every 60 minutes of usage. This will repeteadly happen unless the user of the pirated version of Professional register a valid license with Microsoft.

This is indeed quite a harsh move by Microsoft Corp for the campaign. We will just have to wait and see what will happen after this.

Tags: , , , , ,

See also:

Posted in News, Windows XPComments (3)

Tags: , , , ,

How to use Windows Key Shortcuts (Efficiently)


Do you know that the that sits between your Ctrl and Alt key when combined with other key will produce shortcuts that will save you a lot of time and increase your productivity.

The , or also known as a , Start key, or is originally introduced during the Windows 95 Operating System. With the introduction of Microsoft , the were included in every keyboard manufactured after 1st September 2003, by (you guessed who) Microsoft. And, not to be suprised, Microsoft are pushing that all new keyboard will incorporated the new Windows Vista logo (circle) as the instead of the traditional logo.


Back to the usage of Shortcuts. Below are the shortcuts that you can use by combining the with :

The usage of shortcuts will definitely save you a lot of mouse click if you could master them, and incorporate them in your daily Windows computing.

Tags: , , , ,

See also:

Posted in Operating System, Tips and Guides, Windows 7, Windows Vista, Windows XPComments (0)

Tags: , , , , ,

Using checkdisk - chkdsk.exe without booting Windows


() in Windows 2000 and is a useful utility for fixing common disk problem as I’ve explained on my previous post on checkdisk utility. or also can be run without booting into using repair console in installation disc.

Using or will prove to useful when cannot boot into normal mode because of common disk error in the Windows system file. Usually this common disk error can be fixed using or .

To use or using Windows repair console in installation CD without booting into Windows:

  1. Insert installation CD into your media drive.
  2. Set the computer to use the media drive as your first boot device in CMOS setting.
  3. Boot the computer.
  4. A prompt will appear when Windows installation system have finish loading.
  5. Choose to repair windows (R).
  6. Login using Administrator account.
  7. Type command in the recovery console.


Refer to this post for a list of checkdisk or chkdsk.exe command list. Usually running or with argument /R is recommended to thoroughly fixed common disk problem. will run and will take some time according to the level of error on the disk.

Most of time, the problem of cannot boot into Windows in normal caused by common disk problem will be solved after running or in repair console without booting into Windows.

Tags: , , , , ,

See also:

Posted in Operating System, Troubleshooting, Windows XPComments (2)

Tags: , , ,

Dell will be charging a fee for preinstalling Windows XP


have announced that they will be charging around an additional $20 to $50 for customers who would like to have a preinstall on their desktop or notebook. This charge for preinstalling is due to the fact that customers who want to have a preinstall have to buy a copy of Windows Vista, even though they won’t be using it.

Dell will be charging a fee for preinstalling Windows XP

This move by is related to the Vista to XP downgrade program by Microsoft. Fortunately, the fee for preinstalling will be waived in conjunction with a promotion for a limited time. declined to say how long the promotion will last.

Tags: , , ,

See also:

Posted in News, Windows XPComments (1)

Tags: , ,

Dell to sell PC with Windows XP till 2009


Dell to sell PC with Windows XP till 2009

Many of you have heard that Microsoft is going to stop selling by 1st January 2009, and system builder and System Manufacturer will stop selling system with by 30th June 2008 from my previous post. But today have announced that they will be selling PC’s with till 2009.

According to Neowin, the company has inform customers that Professional will be available for OEM installation on PCs “through at least 2009 and likely longer. Many have said that move to sell PC with till 2009 or longer resulted from Microsoft desicion to extend the life of only for low cost notebook and low cost PC to 2010.

This is a good news and an honorable move by with the company decision to sell PC with till 2009. So if you still want a in 2009, buy a .

Tags: , ,

See also:

Posted in News, Operating System, Windows XPComments (1)

Tags: , , , ,

How to block Windows Automatic Updates from installing XP SP3 and Vista SP1


With all the bugs and issues with Microsoft and Windows Vista latest service pack, some of you might want to wait untill all the bugs and issues regarding SP3 and are sorted out by Microsoft. But how do you stop Windows updates from automatically install the latest updates for Windows?

Here is a registry entry to block the automatic XP SP3 and Vista SP1 installation.

  1. Open notepad and copy the code below:
    ——————————————————————————————–
    Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
    “DoNotAllowSP”=dword:00000001
    ——————————————————————————————–
  2. Save the file. Choose “Save as type” as “All files” and name the file as “blocksp.reg” (without the quote).
  3. Merge the registry entry to block installation by double clicking the registry file.

This registry entry will disable the automatic installation of service pack for 12 months.

In case you have changed your mind in the future, just create another registry file (using the same step 1 to 3 above) with the following code:
——————————————————————————————-
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
“DoNotAllowSP”=dword:00000000
——————————————————————————————–

This will allow the automatic installation of with Windows automatic updates.

Tags: , , , ,

See also:

Posted in Operating System, Tips and Guides, Windows Vista, Windows XPComments (1)

Tags: , , , , , ,

Remove any network printer in Windows XP


If you are using Microsoft , sometimes you will come across a network printer that you cannot remove or delete. This unremovable network printer will appear in “Printers and Faxes” in control panel.

This tutorial will guide you on how to remove from using registry editing. Be advice that editing Windows registry can cause your operating system to be corrupted.

The steps of removing in are:

  1. Run Registry Editor. Start Menu > Run > “regedit” (without the quote) > enter.
  2. In Registry Editor, go to location > HKEY_CURRENT_USER > Printers > Connections.
  3. You will see the printer that you want to delete in there.
  4. Delete that printer.
  5. Close Registry Editor.
  6. Reboot

Those are the simple steps to remove in .

Tags: , , , , , ,

See also:

Posted in Operating System, Tips and Guides, Windows XPComments (2)

Tags: , ,

Help Save Windows XP!


Some of you might have heard that Microsoft going to stop selling by 1st January 2009, and system builder and System Manufacturer will stop selling system with by 30th June 2008.By 14th April 2009, all mainstream support (free live support and warranty support) ends. Free maintenance are only limited to security fixes, and by 8th April 2014, Microsoft will stop all supports for .

This is a sad news indeed as is the most widely use Operating System in this planet, and its predecessor, Windows Vista have been receiving bad review, and Vista SP1, which is suppose to fix Vista annoyances proved to be otherwise.

InfoWorld have set up a petition call HELP SAVE . You can sign the petition here:

Save XP Petition

Sign HELP SAVE WINDOWS XP petition

As far as I’m concern, is a stable Operating System compare to Windows Vista. But my favorite will always be Microsoft Windows 2000 professional.

Tags: , ,

See also:

Posted in News, Windows XPComments (2)

  • Latest
  • Popular
  • Comments
  • Tags
  • Subscribe