Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # PowerShell says “execution of scripts is disabled on this system.”
- # fix: As an Administrator, you can set the execution policy by typing this into your PowerShell window:
- Set-ExecutionPolicy RemoteSigned
- # When you are done, you can set the policy back to its default value with:
- Set-ExecutionPolicy Restricted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement