Link to home
Start Free TrialLog in
Avatar of Nobuo Miwa
Nobuo Miwa

asked on

How to get last success date time of Windows Update on Windows 10

Hello Experts,

I want to retrieve "Last successful installed date time of Windows Update" on Windows 10 with program(VB Script,Powershell, C++, C#).

I know until Windows 7, I can retrieve from registry as followings..

 SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\Results\Install

But since Windows 8, there is no such registry value.
I googled WUA API or something else, but I  could not get any information.

Any advice welcome.

Sincerely,
Nobuo Miwa
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Nobuo Miwa
Nobuo Miwa

ASKER

Thanks, I could retrieve last update from first record.