python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Azure Windows server 2019 no inbound connection
I have an Azure Windows Server 2019 which we deployed some windows update yesterday and now we can't connect to machine.
I checked there is no inbound connection but outbound is working fine.
I also d...
pers
Votes: 0
Answers: 1
IUpdateSearcher.Search() throws 0x80070005 (E_ACCESSDENIED) when running as NETWORK SERVICE
I am working on a Windows Service which runs under the NETWORK SERVICE account. One of the features I'd like to add is the ability to enumerate missing Windows Updates on the local server. The problem...

Mike Bruno
Votes: 0
Answers: 0
List all installed Windows updates - Programmatically in C
As stated in the title, I have to implement a program in C, that retrieves all the installed Windows updates.
I've seen I can execute a command like wmic qfe get Hotfixid, and just take its output, bu...
AskSmart
Votes: 0
Answers: 1
Error during installing PSWindows Update module
I was going to automate some regular task on client computers using Powershell module. In this way, PSWINDOWSUPDATE is one of bests. But, I receive an error during install that:
PS C:\Users\stacko...
Salem
Votes: 0
Answers: 1