Windows 7 4.533 Themen, 43.568 Beiträge

Windows 7 Update Dez. 2015 - KB3112343

gelöscht_301121 / 76 Antworten / Flachansicht Nickles

Hallo,

gerade wird o.a. Dezember Update für Windows 7 angeboten, die Webseite von M$ verweist aber im Text auf ein Update für Windows 8.

https://support.microsoft.com/de-de/kb/3112343

Stehe ich auf dem Schlauch, oder was bedeutet dieses Update. "Empfohlene Updates" sind bei mir ausgeblendet, also sollte das ein "Wichtiges Update" sein ..?

Grüße, Michael

bei Antwort benachrichtigen
gelöscht_254676 gelöscht_301121 „Da bin ich gerade - nach den heutigen Upgrade auf Linux Mint 17.3 ...“
Optionen
man muss ja schon eine "Blacklist" führen

meine sieht als Batch so aus...

@echo off
call wusa /uninstall /kb:3068708 /quiet /norestart
call wusa /uninstall /kb:3035583 /quiet /norestart
call wusa /uninstall /kb:3021917 /quiet /norestart
call wusa /uninstall /kb:3022345 /quiet /norestart
call wusa /uninstall /kb:2952664 /quiet /norestart
call wusa /uninstall /kb:971033 /quiet /norestart
call wusa /uninstall /kb:3021917 /quiet /norestart
call wusa /uninstall /kb:3044374 /quiet /norestart
call wusa /uninstall /kb:2976978 /quiet /norestart
call wusa /uninstall /kb:3075249 /quiet /norestart
call wusa /uninstall /kb:3080149 /quiet /norestart
call wusa /uninstall /kb:3112343 /quiet /norestart
call wusa /uninstall /kb:3112336 /quiet /norestart
call wusa /uninstall /kb:3112342 /quiet /norestart
END

bei Antwort benachrichtigen