Files
DeleteOldProfiles/scripts/ExecutionPolicy.md

4 lines
103 B
Markdown

## Run this to allow PS execution
```powershell
Set-ExecutionPolicy Unrestricted -Scope CurrentUser
```