Cannot be loaded because running scripts is disabled on this system Problem solution
Here In this video solution to “Cannot be loaded because running scripts is disabled on this system” has given please follow the commands properly step by step.
Commands:
Get-ExecutionPolicy -List
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
Set-ExecutionPolicy RemoteSigned -Scope LocalMachine