Avatar of sunhux
sunhux
 asked on

script to test Meltdown/Spectre patches work & verify health of Windows after patch

Is there a script out there (.bat or .vbs ) that verify the Meltdn/Spectr  patches are successfully applied (including that registry key is added) & the health of Windows after patching?   I don't want Powershell script.
Windows BatchVB ScriptWindows OSScripting Languages

Avatar of undefined
Last Comment
sunhux

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Hello There

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
sunhux

ASKER
Need something more esp .bat & VB scripts
sunhux

ASKER
Ok, could someone give me a bat/cmd or VB script that extracts the 1st 5 lines of "sc query" so that I could run before the patch/reboot & after the patch/reboot  & compare all the services that was running before are still running after the patch/reboot as well as checking for the date/time of the patch (eg: using wmic command) & registry key is added to compare that patch date/time is after registry addition (I don't know the command to check for the presence of a registry key) :

1st 5 lines:
========
SERVICE_NAME: ACDaemon
DISPLAY_NAME: ArcSoft Connect Daemon
        TYPE               : 10  WIN32_OWN_PROCESS
        STATE              : 4  RUNNING
                                (STOPPABLE,PAUSABLE,IGNORES_SHUTDOWN)
. . . . .

SERVICE_NAME: AcPrfMgrSvc
DISPLAY_NAME: Ac Profile Manager Service
        TYPE               : 10  WIN32_OWN_PROCESS
        STATE              : 4  RUNNING
                                (STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23