Oct 14 2018 04:38 PM
Can somebody help me run the script from this link - https://gallery.technet.microsoft.com/scriptcenter/Speculation-Control-e36f0050
I've downloaded the zip file to C:\ADV180002 but am unsure how to "change to the SpeculationControl folder" in Powershell... Thanks.
Oct 14 2018 06:03 PM
SolutionHi!
When you extract the .zip file on the folder "C:\ADV180002", inside that you have another folder, named SpeculationControl.
You need moving to this folder, running for example:
cd C:\ADV180002\SpeculationControl
And after that, you can start to run the PowerShell commands.
Regards,
Victor