how do i enable running scripts in powershell code example
Example 1: powershell enable scripts
Set-ExecutionPolicy unrestricted
Example 2: how to enable running scripts on windows 10
set-executionpolicy remotesigned
Set-ExecutionPolicy unrestricted
set-executionpolicy remotesigned