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
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) :
SERVICE_NAME: AcPrfMgrSvc
DISPLAY_NAME: Ac Profile Manager Service
TYPE : 10 WIN32_OWN_PROCESS
STATE : 4 RUNNING
(STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)