Browse Source

Add -Scope parameter to Set-ExecutionPolicy call

pull/238/head
Alex Hirsch 6 years ago
parent
commit
c4551bfa29
  1. 2
      README.md

2
README.md

@ -34,7 +34,7 @@ you'll probably want the most recent version anyway.
Enable execution of PowerShell scripts:
PS> Set-ExecutionPolicy Unrestricted
PS> Set-ExecutionPolicy Unrestricted -Scope CurrentUser
Unblock PowerShell scripts and modules within this directory:

Loading…
Cancel
Save