Set PowerShell Execution Policy for Current User

if you want to run the scripts or execute some downloaded scripts, You will end of with the error cannot be loaded because running scripts is disabled on this system. it happens by default,PowerShell is restricted with execution policy.Hence that it is not allowed to execute the PowerShell scripts. You can run the command Set-ExecutionPolicy […]