Browse Source

Add -Scope parameter to Set-ExecutionPolicy call

pull/238/head
Alex Hirsch 5 years ago
parent
commit
c4551bfa29
  1. 4
      README.md

4
README.md

@ -34,11 +34,11 @@ 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:
PS > ls -Recurse *.ps*1 | Unblock-File
PS> ls -Recurse *.ps*1 | Unblock-File
## Usage

Loading…
Cancel
Save