Files
DeleteOldProfiles/scripts/ExecutionPolicy.md

4 lines
114 B
Markdown

### Copy Paste and Run to allow PS execution
```powershell
Set-ExecutionPolicy Unrestricted -Scope CurrentUser
```