Forum Discussion
Matt Norriss
Oct 14, 2018Copper Contributor
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...
- Oct 14, 2018
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
Oct 14, 2018
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 NorrissOct 14, 2018Copper ContributorPerfect thanks. :)