Search Results

1
vote
2answers
890 views

How do I check that a Windows QFE/patch has been installed from c#?

What's the best way in c# to determine is a given QFE/patch has been installed? …
0
votes

In the windows API, is there a generic method which will give you the appropriate HTTP proxy for a URL?

The INS format is for IE, try WinHttpGetIEProxyConfigForCurrentUser() to get that configuration. …