Enable Powershell Scripts (obsolete) - kaylh/old-RetroBat-obsolete GitHub Wiki

On Windows 8.1 / 10, Powershell is installed by default. If you still use Windows 7, you need to install it manually. For whatever reason, execution of Powershell Scripts may not be activated and will prevent RetroBat from operating normally.

So to fix this, you should allow Powershell to execute scripts:

  • Run Windows Powershell by right-clicking it and choose "Run as Administrator". The Powershell Terminal show up, then you can type this:

set-executionpolicy remotesigned

Then press enter and close the Powershell Terminal.

Run setup.bat and everything should work now !