Thu, 18/03/10 – 13:06 | No Comment

Issued: March 17, 2010 Summary The following bulletins have undergone a minor revision increment.

Read the full story »
Articles

Patch management and related articles.

Bulletins

Microsoft’s monthly security bulletins.

Downloads

Security-related downloads from Microsoft download center.

Exploits

Various exploits seen in the wild.

KB Articles

Microsoft knowledge base articles.


Discussion & Problem Tracking

Re: Windows Updating Error-0×80070057
Mon, 15/03/10 – 13:41

I am experiencing the same error. Fix is upgrading Windows Update Agent on PCs to latest version 7.4.7600.226. I think error is related to latest wsusscn2.cab file and PC with older Windows Update Version are not being able to parse successfully.

So your thoughts about EBS and it’s closure as a product?
Mon, 15/03/10 – 12:26

So your thoughts about EBS and it’s closure as a product? http://www.smbnation.com/Home/tabid/36/articleType/ArticleView/articleId/72/One_Week_Later__Essential_Business_Server_EBS_Updates.aspx Harry has an interesting post on his take on EBS.

Re: KB977165, errorcode 0×8007010B
Mon, 15/03/10 – 7:25

[crosspost to Windows Update newsgroup] 0×8007010B – ERROR_DIRECTORY What anti-virus application or security suite is installed and is your subscription current? What anti-spyware applications (other than Defender)? What third-party firewall (if any)?

Microsoft Browser Choice Update – WSUS » Unstructured Musings Of A …
Mon, 15/03/10 – 1:44

On the front page of the WSUS console under resources there’s a link to “ Microsoft Update Catalog”.

Windows Updating Error-0×80070057
Sun, 14/03/10 – 22:21

Dear all, Some of the(Not All) computers (win XP SP2) are has not reported status in several days giving following error “Error: Agent failed detecting with reason: 0×80070057″ . My WSUS 2 Server is running on WIN 2003 SP2. When i run ClientDiag.exe there is no special error but windows update log (client side) gives following.

No Audio Device found
Sun, 14/03/10 – 19:00

Just completed upgrades and lost audio Lost Audio Device after Microsoft Update 11-May-07 I installed an optional Microsoft Update for “Conexant-Sound-Conexant High Definition Audio” I now have lost my audio device and have no sound. I followed some trouble shooting steps and that didn’t help.

RE: Vista: Windows Update error code 80070005
Sun, 14/03/10 – 17:20

Hello Mark, Temporarily disable Norton, and try again to install the updates But before you disable Norton It would be a good idea to scan. I recommend downloading and installing MalwareBytes’ Antimalware (MBAM) and SUPERAntiSpywaяe (SAS). Do a full scan with MalwaяeBytes’ and SUPERAntiSpywaяe.

Vista: Windows Update error code 80070005
Sun, 14/03/10 – 15:36

Hi, I cant download any new updates from Microsoft.

WPF: Usando o DispatcherTimer
Sun, 14/03/10 – 15:18

Ao contr

Re: flash player problems
Sun, 14/03/10 – 13:43

how does your question/problem pertain to windows update?

RE: ALL Office 2007 Ultimate Apps will not activate after MS 10-17 upd
Sun, 14/03/10 – 10:36

I submitted a full repair of Office 2007 Ultimate under Control Panel/Deinstall-Change…no mitigation…I still cannot run ANY Office Application. I have gone through all recent Windows Updates manually and installed every Vista64-relevant updates I could find, ran disk clean-up, ran PC Doc Pro scans, ran full Trend Micro Internet Security Pro scans, ran

ParallelWork: Feature rich multithreaded fluent task execution library for WPF
Sat, 13/03/10 – 22:55

ParallelWork is an open source free helper class that lets you run multiple work in parallel threads, get success, failure and progress update on the WPF UI thread, wait for work to complete, abort all work (in case of shutdown), queue work to run after certain time, chain parallel work one after another. It’s more convenient than using .NET’s BackgroundWorker because you don’t have to declare one component per work, nor do you need to declare event handlers to receive notification and carry additional data through private variables. You can safely pass objects produced from different thread to the success callback.