Tagged Questions

2
votes
8answers
385 views

best way of detecting if Windows has Windows Updates ready to download/install?

I'm specifically interested in Windows 2000/XP, but Vista would be interesting too (if different). I was thinking along the lines of task scheduling a batch file or equivalent on …
3
votes
3answers
255 views

Visual Studio 2008 Security Update installation Issue KB 971092

Posting this so this can be here for others. Just noticed - today that I have been in a cycle of downloading KB971092 and installing with reboot. 7 times - 350Mb file. fsk! Hotf …
0
votes
1answer
134 views

Form-submit fails in IE6/7 , works fine in FF3 and Chrome

Hi, Since last weekend there is a problem logging in on our vendor site with IE only. In FF3 and Chrome it works fine. This is a simple ASP.NET (1.1) site using the following cod …
0
votes
0answers
153 views

A way to prevent Windows Update from restarting the computer? [closed]

I'm looking for a way to prevent windows from restarting/installing updates while my program is running. Currently, I've been setting a registry key which is located in: HKEY_LOC …
0
votes
0answers
57 views

Why do Windows Updates kill self-signed SSL certificates?

It seems that every time Windows auto-installs security updates, all of our secure sites return "connection was reset..." messages. After I remove and reapply new self-signed SSL …
1
vote
2answers
125 views

How to keep a tree of VM snapshots up to date with Windows Update?

For testing our product's installer, I maintain a tree of virtual machine snapshots with different previous versions installed. It is a tedious task to do Windows Update, re-snapsh …
12
votes
5answers
453 views

How to restart my application if Windows Update forces a reboot?

At the office, when I leave for the night I very rarely log off or reboot. I simply lock my workstation and go home, leaving all my development tools exactly how I left them. If …
1
vote
3answers
371 views

Use C# to interact with Windows Update

Is there any API for writing a C# program that could interface with Windows update, and use it to selectively install certain updates? I'm thinking somewhere along the lines of s …
3
votes
6answers
332 views

How to you determine when Windows is done rebooting?

I am using the Windows Update API to update a bunch of VM's. With Windows Update comes the inevitable reboots. Can anyone think of a way that I could tell from a remote server if t …
3
votes
4answers
375 views

.Net Windows Update Querying

Hi all, I was curious if there's a .Net API that would allow me to identify what updates are pending for "Windows Update," failing that, is there a windows powershell command tha …
5
votes
7answers
1k views

How can I get rid of Windows Update reboot prompt?

I want Windows Update to automatically download and install updates on my Vista machine, however I don't want to be bothered by the system tray reboot prompts (which can, at best, …