ayi <t>This could be due to the current user having an undefined ExecutionPolicy.<br/> <br/> In PowerShell as Administrator, you could try the following:<br/> <br/> Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted<br/> <br/> ```</t>