4 lines
114 B
Markdown
4 lines
114 B
Markdown
### Copy Paste and Run to allow PS execution
|
|
```powershell
|
|
Set-ExecutionPolicy Unrestricted -Scope CurrentUser
|
|
``` |