React-nativer.ps1 kann nicht geladen werden, da das Ausführen von Skripten in diesem System deaktiviert ist

Your script is blocked from executing due to the execution policy.

You need to run PowerShell as admin and set it on client PC to Unrestricted. 
You can do that by:

Set-ExecutionPolicy Unrestricted
Alien0w0