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.
Monday, November 19, 2007
Subscribe to:
Posts (Atom)
FizzBuzz in different languages
Java: import java.util.TreeMap ; public class Main { public static void main (String[] args) { System. out .println( ...