python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Difference between WUA IUpdateSearcher and wmic qfe
I am trying to figure out what are the differences between WUA (Windows Update Agent API) IupdateSearcher and wmic qfe list.
When I use WUA IupdateSearcher I get these updates:
(New-Object -ComObject ...
Dor Fellus Cohen
Votes: 0
Answers: 1
How to kill same name processes by differing them by their parameter? in BATCH / .bat
Henlo smarter folks.
While having fun with automating some workflows [im doing this in batch (/ vba)], btw this means if you think its better / easier to perform this in vba hit me, i faced the proble...
Günther-Dikdik
Votes: 0
Answers: 1
Running remote commands on Windows 10
Recently i was trying to research deeper into running remote commands from windows to windows. It can be easy with ssh, ftp - but I wanted it to run the commands without knowing the password either us...
dheb
Votes: 0
Answers: 1
Viewing a list of Installed Hotfixes/Patches using wmic (HotfixID, InstalledOn and Description)
I found this post with regard to getting a list of installed Hotfixes using wmic qfe list full and @Hackoo replied with the following:
@echo off
Title wmic to get HotfixID
Setlocal EnableDelayedExpans...
Bri
Votes: 0
Answers: 1