PowerShell 2.0: Windows Update KB968930 cannot be installed on Windows XP

Our WSUS server provided my computer with Microsoft Windows Update KB968930 (Windows Management Framework and PowerShell 2.0) but it could not be installed (without giving any helpful error message). After searching the web for quite some time, I found this solution to be working in my case:

  1. Deinstall PowerShell 1.0: Control Panel → Show Windows Updates → Windows PowerShell 1.0 → Remove
  2. Reboot the computer
  3. Install Windows Remote Management
  4. Install PowerShell 2.0
  5. Test installation: Start → Run → powershell → $PSVersionTable:
    PowerShell 2.0
  6. Get rid of the “New updates available” message in the system tray: Start → Run → wuauclt /detectnow

Über Stefan

Polyglot Clean Code Developer

Ein Kommentar

  1. I had the same problem, so you helped me a lot, thank you very much. Maybe it still wouldn´t work if I didn´t find your blog. Thanks for the information.

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax