How do you remove the PowerShell requirement that scripts and executables be preceded by \".\\\"?
The PowerShell warning message that is shown when \"a.exe\" is entered
Rename your script file so that it starts with a '.'.
See https://github.com/PowerShell/PowerShell/issues/9468