locked
Meltdown/Spectre Tracker that works for all Windows versions? RRS feed

  • Question

  • 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!

    • Moved by Bill_Stewart Tuesday, July 31, 2018 3:04 PM Abandoned
    Monday, June 25, 2018 11:00 PM

All replies

  • No.  The issues needed to acquire the information are only available in PwoerShell or a compiled program.  It requires access to th system APIs in NTDLL.  This is not available to VBScript.


    \_(ツ)_/

    Monday, June 25, 2018 11:14 PM