Remove unnecessary executable permission from .ps1 scripts

Powershell scripts cannot be launched as commands on Windows.
They must be run through the `powershell` or `pwsh` tool.
65 files changed