1👍
✅
Your powershell execution policy has to be updated.
Set-ExecutionPolicy RemoteSigned
in powershell should fix it
Make sure you run this command in a Powershell console which you have opened with option (right click) "Run as Administrator"
Once done, you can verify if it was set properly using command Get-ExecutionPolicy
Source:stackexchange.com