4 lines
103 B
Markdown
4 lines
103 B
Markdown
## Run this to allow PS execution
|
|
```powershell
|
|
Set-ExecutionPolicy Unrestricted -Scope CurrentUser
|
|
``` |