SOLVED

Need help to run powershell script.

Copper Contributor

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.

2 Replies
best response confirmed by Matt Norriss (Copper Contributor)
Solution

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\SpeculationControl

And after that, you can start to run the PowerShell commands.

 

Regards,

 

Victor 

Perfect thanks. :)
1 best response

Accepted Solutions
best response confirmed by Matt Norriss (Copper Contributor)
Solution

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\SpeculationControl

And after that, you can start to run the PowerShell commands.

 

Regards,

 

Victor 

View solution in original post