executionerrorvscodesolution
This could be due to the current user having an undefined ExecutionPolicy.
In PowerShell as Administrator, you could try the following:
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
This could be due to the current user having an undefined ExecutionPolicy.
In PowerShell as Administrator, you could try the following:
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
Comments
Post a Comment