We need to change the security settings in order to run these files, the best way is from the PowerShell command line. To change the execution policy to RemoteSigned type the following:
set-executionpolicy RemoteSigned
Thats it!
Because I say it is…
We need to change the security settings in order to run these files, the best way is from the PowerShell command line. To change the execution policy to RemoteSigned type the following:
set-executionpolicy RemoteSigned
Thats it!