Does anyone know of a vbscript that exists for Meltdown/Spectre tracking similar to the powershell one?
https://gallery.technet.microsoft.com/scriptcenter/Speculation-Control-e36f0050
Need to be able to track specifically if the system has hardware support enabled for Spectre v2 mitigation like the powershell script does.
I see the powershell script uses the NtQuerySystemInformation function to track this, but I don't believe its possible to call with vbscript.
Any feedback is appreciated. Thanks!