Forum Discussion
Need help to run powershell script.
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.
Hi!
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\SpeculationControlAnd after that, you can start to run the PowerShell commands.
Regards,
Victor
2 Replies
Hi!
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\SpeculationControlAnd after that, you can start to run the PowerShell commands.
Regards,
Victor
- Matt NorrissCopper ContributorPerfect thanks. :)