Monday, November 19, 2007

Fix for Windows Update Error 0xC80003FB

1. Click Start, select Run, type "services.msc" and press enter

2. Now look for the "Automatic Updates" service and stop it

3. Click Start, select Run, type in: "%windir%\SoftwareDistribution" and press enter

4. Open the Datastore folder and delete its contents.

5. Try running the Windows Updates again.

FizzBuzz in different languages

Java: import java.util.TreeMap ; public class Main { public static void main (String[] args) { System. out .println( &...