Forum Discussion
elvys_marchon
Feb 04, 2022Copper Contributor
Help deploy a powershell script to install speculation module
Hi folks, I need help checking the status "Speculation Execution Side-Channel Vulnerabilities". I use the document "https://support.microsoft.com/en-us/topic/understanding-get-speculationcontrol...
DhirajD
Sep 07, 2023Copper Contributor
elvys_marchon
You need to Unblock the file first. The timeout error comes because in the backend it stuck at "Security Warning" message.
"Security warning
Run only scripts that you trust. While scripts from the internet
can be useful, this script can potentially harm your computer. If
you trust this script, use the Unblock-File cmdlet to allow the
script to run without this warning message. Do you want to run
C:\Users\NBRameshDh\Downloads\SetTimezoneWPFGUI_Buttons_Removed.p
s1?
[D] Do not run [R] Run once [S] Suspend [?] Help
(default is "D"):"
So for this you need to unblock the file "Unblock-File .\FileName.ps1"