Answers for "because running scripts is disabled on this system. for more information"

30

running scripts is disabled on this system

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Posted by: Guest on July-26-2020
6

running scripts is disabled on this system

=>run powershell as administrator
=>run foll command
get-ExecutionPolicy
=>if restricted; run following command
set-ExecutionPolicy Unrestricted
=>and set to all
=>again check by foll. command
get-ExecutionPolicy
**it will get unrestricted and problem is solved**
Posted by: Guest on September-18-2020

Code answers related to "because running scripts is disabled on this system. for more information"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language